v0.1.0-beta.1
Pre-release
Pre-release
Ozy — the local agent tool broker.
This is the first beta release of Ozy. The goal is to have a working end-to-end agent tool broker and to start testing the thesis: that an agent can discover and invoke downstream MCP tools through a persistent, searchable catalog — without loading the entire tool universe into context.
Whats included:
ozy mcp— the MCP server your agent connects to (self-provisions, indexes, embeds on startup)ozy search/ozy describe/ozy call— CLI mirror of the broker operationsozy init/ozy index/ozy doctor— config scaffolding, catalog refresh, and health checksozy eval— evaluation suite over the committed corpusozy-install— plan-first bootstrap installer (uninstall withozy uninstall)
What this beta is NOT:
- Production-hardened. Things will break. Error handling is practical, not exhaustive.
- Feature-complete. The three-tool interface is stable, but the catalog, search, and embedding infrastructure will evolve.
- Optimized. Latency, memory, and cache tuning are post-beta work.
Get started:
go run github.com/rokasklive/ozy/cmd/ozy-install@v0.1.0-beta.1
ozy initSee the README for the full setup.