Skip to content

Releases: rokasklive/ozy

Release list

v0.1.0-beta.1

v0.1.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Jul 20:38

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 operations
  • ozy init / ozy index / ozy doctor — config scaffolding, catalog refresh, and health checks
  • ozy eval — evaluation suite over the committed corpus
  • ozy-install — plan-first bootstrap installer (uninstall with ozy 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 init

See the README for the full setup.