FermiLinkΒΆ
FermiLink is a unified AI agent framework for autonomous scientific computing on laptops, workstations, HPC clusters, and mobile phones.
It supports a set of powerful command line tools for autonomous computation at different scales: from quick one-off runs (fermilink exec),
to iterative jobs that wait on long local or HPC SLURM processes (fermilink loop), to full research-paper-scale workflows (fermilink reproduce/research).
It ships with the built-in support of many popular scientific packages (fermilink install), and users can easily compile their local scientific packages, research pipelines described in
papers, or group-owned secrets to the knowledge database of FermiLink locally (fermilink compile/recompile) for efficient agent-operated scientific simulations.
Apart from the command line tools, it includes a web UI for a ChatGPT-style chat interface, and a Telegram bot for remote control from your phone. Users can run autonomous scientific computing at any time, from any place.
Get Started
Practical Tutorial on machines
Usage Guide
Advanced Topics