Docs / Home
The Autonomous Stack Documentation
The Autonomous Stack bundles self-hosted agent packs: small systems you can deploy on your own VM, with a deterministic core and an optional BYO-LLM mode when a compatible CLI is connected.
Get started
This first docs surface stays intentionally minimal. It is a stable entry point to install a pack, understand the bring-your-own-LLM mode, and get back to the files shipped inside each archive.
-
Deploy a pack in one command
Debian/Ubuntu install with
sudo bash install.sh, systemd service, and optional BYO-LLM.
Principles
Recent packs document the same contract: one-shot install,
offline tests, example configuration files, an
llm_adapter.py adapter, and versioned prompts when an
LLM is useful.
No LLM API key is embedded in the packs. When a pack supports BYO-LLM mode, it relies on the CLI you already have connected, such as Claude Code, Kimi Code, or Codex.