Directories
¶
| Path | Synopsis |
|---|---|
|
cmd
|
|
|
ozy
command
Command ozy is the single Ozy binary: a local agent tool broker that discovers downstream MCP tools into a searchable catalog and brokers their invocation through a small, stable agent interface (see SPEC.md).
|
Command ozy is the single Ozy binary: a local agent tool broker that discovers downstream MCP tools into a searchable catalog and brokers their invocation through a small, stable agent interface (see SPEC.md). |
|
ozy-bench
command
Command ozy-bench is the scenario benchmark harness for Ozy.
|
Command ozy-bench is the scenario benchmark harness for Ozy. |
|
ozy-install
command
Command ozy-install is the one-command bootstrap for Ozy.
|
Command ozy-install is the one-command bootstrap for Ozy. |
|
Package evals embeds the committed eval corpus (the synthetic downstream MCP catalog, the labeled gold/scenario sets, and the gate thresholds) so the eval harness can load it regardless of the process working directory.
|
Package evals embeds the committed eval corpus (the synthetic downstream MCP catalog, the labeled gold/scenario sets, and the gate thresholds) so the eval harness can load it regardless of the process working directory. |
|
internal
|
|
|
bench
Package bench implements the scenario benchmark harness: a controlled, local-first, reproducible comparison of direct-MCP vs Ozy-brokered agent performance against a frozen incident scenario.
|
Package bench implements the scenario benchmark harness: a controlled, local-first, reproducible comparison of direct-MCP vs Ozy-brokered agent performance against a frozen incident scenario. |
|
broker
Package broker defines the single in-process seam through which every adapter performs Ozy's findTool, describeTool, and callTool operations.
|
Package broker defines the single in-process seam through which every adapter performs Ozy's findTool, describeTool, and callTool operations. |
|
catalog
Package catalog defines Ozy's persistent capability catalog seam.
|
Package catalog defines Ozy's persistent capability catalog seam. |
|
cli
Package cli implements the `ozy` command surface (SPEC.md §15).
|
Package cli implements the `ozy` command surface (SPEC.md §15). |
|
config
Package config loads, validates, and redacts Ozy's single configuration file (SPEC.md §11).
|
Package config loads, validates, and redacts Ozy's single configuration file (SPEC.md §11). |
|
contract
Package contract defines Ozy's agent-facing response and error models.
|
Package contract defines Ozy's agent-facing response and error models. |
|
daemon
Package daemon hosts Ozy's runtime: it owns configuration, the catalog store, and the in-process broker that every adapter shares (SPEC.md §6.1).
|
Package daemon hosts Ozy's runtime: it owns configuration, the catalog store, and the in-process broker that every adapter shares (SPEC.md §6.1). |
|
downstream
Package downstream connects to configured downstream MCP servers and returns initialized client sessions isolated per server.
|
Package downstream connects to configured downstream MCP servers and returns initialized client sessions isolated per server. |
|
eval
Package eval is Ozy's evaluation harness.
|
Package eval is Ozy's evaluation harness. |
|
index
Package index discovers tools from connected downstream servers and persists normalized catalog entries.
|
Package index discovers tools from connected downstream servers and persists normalized catalog entries. |
|
installer
Package installer drives Ozy's setup and teardown as resumable, idempotent step state machines.
|
Package installer drives Ozy's setup and teardown as resumable, idempotent step state machines. |
|
mcp
Package mcp adapts Ozy's broker to the agent-facing MCP surface.
|
Package mcp adapts Ozy's broker to the agent-facing MCP surface. |
|
paths
Package paths resolves every Ozy install location behind one abstraction so the installer and uninstaller never hardcode directories.
|
Package paths resolves every Ozy install location behind one abstraction so the installer and uninstaller never hardcode directories. |
|
render
Package render writes typed broker results to an io.Writer in the format the caller requested: human-readable (default), a single JSON document for agents and evals, or a terse concise mode (SPEC.md §15).
|
Package render writes typed broker results to an io.Writer in the format the caller requested: human-readable (default), a single JSON document for agents and evals, or a terse concise mode (SPEC.md §15). |
|
schema
Package schema validates downstream-tool arguments against the subset of JSON Schema Ozy catalogs.
|
Package schema validates downstream-tool arguments against the subset of JSON Schema Ozy catalogs. |
|
search
Package search ranks cataloged tools for a capability query with a lexical baseline and an optional semantic signal (SPEC.md §10).
|
Package search ranks cataloged tools for a capability query with a lexical baseline and an optional semantic signal (SPEC.md §10). |
|
sidecar
Package sidecar is the Go client for Ozy's optional Python embedding sidecar.
|
Package sidecar is the Go client for Ozy's optional Python embedding sidecar. |
Click to show internal directories.
Click to hide internal directories.