{% extends "!page.html" %} {% block body -%} {% if pagename != "index" %} {% endif %} {{ super() }} {%- endblock body %} {% block content %} {% if pagename == "index" %} Skip to content
FermiLink
{# ── Hero section ── #}

The autonomous scientific computing agent

Write a goal.md, FermiLink runs it autonomously on your laptop or HPC cluster.

{# ── Capability: Package Knowledge Base ── #}

Knowledge Base Manager stable

FermiLink provides an easy solution to manage package knowledge and skills, then leaves you free to work interactively with any AI agent.

fermilink install <pkg-id> fermilink init <pkg-id>
{# ── Capability: Autonomous Simulations ── #}

Autonomous Simulations stable

Describe a simulation goal, FermiLink picks the right package and then performs the simulation across multi-day HPC campaigns.

{# ── Quickstart cartoon: three commands ── #}
{# ── Capability: Code Optimization ── #}

Code Optimization beta

Apply FermiLink to your existing scientific code with a performance goal. It iteratively modifies hot paths and runs deterministic benchmarks.

{# ── Animated terminal cartoon (mirrors project-optimization hero) ── #}
{# ── Video demos (disabled until videos are ready) ──

See it in action

HPC Simulations

Code Optimization

#} {# ── Three ways to interact ── #}

Three ways to interact

{# ── Footer ── #}
{% else %} {{ body }} {% endif %} {% endblock %} {# Drop Furo's "Made with Sphinx and @pradyunsg's Furo" line; keep Next/Prev nav, the copyright from conf.py, and any right-side icons. #} {% block footer %}
{%- if show_copyright %} {%- endif %} {%- if last_updated -%}
{% trans last_updated=last_updated|e -%} Last updated on {{ last_updated }} {%- endtrans -%}
{%- endif %}
{% if theme_footer_icons -%}
{% for icon_dict in theme_footer_icons -%} {{- icon_dict.html -}} {% endfor %}
{%- endif %}
{% endblock footer %}