| layout | home |
|---|---|
| permalink | / |
Your goals. Your LLM. One command.
A minimalist autonomous agent framework built on OpenAF. Connect any LLM, use 25+ built-in MCP servers, and orchestrate delegated multi-agent workflows with proxy-backed tools, streaming, validation-model overrides, and worker registration from the terminal, a web UI, or your own code.
Track recent releases, new capabilities, and migration notes in What's New.
{: .section}
{: .section}
OpenAI, Google, Anthropic, Ollama, AWS Bedrock, GitHub Models — switch providers with one config line.
Dual-model architecture routes simple tasks to cheaper models automatically. Pay less, get the same results.
Use a dedicated validation model in deep-research flows, globally with OAF_VAL_MODEL or per run with modelval=....
Time, finance, databases, web, email, Kubernetes, office docs, OpenAF helpers, and more ship as built-in MCP servers.
Enable delegation to split goals into subtasks and run them across local child agents, remote workers, or self-registering worker pools.
Automatic context optimization, conversation compaction, and smart summarization keep costs low.
Aggregate tools behind one `proxy-dispatch` interface or expose them through a localhost bridge for programmatic MCP calls from generated scripts.
Use it as a CLI tool, web app, JavaScript library, or Docker container — whatever fits your workflow.
Use showthinking=true to surface XML-tagged thinking blocks as thought logs when your provider returns them.
{: .section}
export OAF_MODEL="(type: openai, model: gpt-5.2, key: '...')"
mini-a useshell=true
> list all JavaScript files in this project and count the lines of code in each
{: .section} mini-a follows a simple loop: understand the goal → plan steps → execute tools → validate results → report back.
┌─────────┐ ┌─────────┐ ┌──────────┐ ┌──────────┐
│ Your │────▶│ LLM │────▶│ Tools │────▶│ Result │
│ Goal │ │ Engine │ │ (MCP) │ │ Output │
└─────────┘ └─────────┘ └──────────┘ └──────────┘
│ │
▼ ▼
┌──────────┐ ┌──────────┐
│ Planning │ │ Shell │
│ & Memory │ │ Commands │
└──────────┘ └──────────┘
Install mini-a in under a minute and run your first autonomous task.

