v0.1.0 — MVP 2
Anvil v0.1.0 — MVP 2
The first public cut of Anvil: a provider-agnostic AI development pipeline you run with your own keys, mixing LLM providers per stage.
Highlights
- Public docs & onboarding — getting-started guide, runnable examples, and polished dashboard UI.
anvil run --task— one-shot agent command for a single end-to-end run.- Unified agent spawn path — skills + MCP servers are hoisted into every
AgentProcess, andworkspaceDirnow defaults to the current working directory, so every spawn picks up your project's skills and MCP servers automatically. - Observability consolidated on Langfuse — dropped the bundled Grafana/Tempo/Prometheus/Loki stack; the dashboard now auto-detects Langfuse on
localhost:3000. - Auto-failover + live cost ledger surfaced across the README and dashboard.
Install
npm install -g @esankhan3/anvil-cli@0.1.0