← Back to Sandbox

Quiver

Infrastructure AgentOS

The Hypothesis

Can a thin CLI layer conserve agent context by letting AI discover and call tools on-demand instead of loading everything upfront?

The Concept

AI agents burn context loading tool schemas, database configurations, and MCP server definitions upfront — most of which they never use in a given session. Quiver flips this: a single CLI that lets agents discover, inspect, and execute tools on-demand across MCP servers, databases, and shell integrations. The agent starts lean, searches for what it needs (`yeet search "list repos"`), inspects the schema, and calls the tool — all through one interface. Context stays minimal. Tool access stays universal.

The Flow.
Agent needs a capability
e.g. "list GitHub repos" or "query the database"
Search via CLI
`yeet search "list repos"` finds the right tool across all MCP servers
Inspect schema
`yeet inspect github list_repos` returns parameters without loading everything
Call with parameters
`yeet call github list_repos '{"owner": "anthropics"}'`
Context stays lean
agent only loaded what it needed, when it needed it

One CLI. Every MCP server, database, and shell tool. Zero upfront context cost.

Quiver

The hypothesis

Can a thin CLI layer conserve agent context by letting AI discover and call tools on-demand instead of loading everything upfront?


The concept

AI agents burn context loading tool schemas, database configurations, and MCP server definitions upfront — most of which they never use in a given session. Quiver flips this: a single CLI that lets agents discover, inspect, and execute tools on-demand across MCP servers, databases, and shell integrations. The agent starts lean, searches for what it needs (yeet search "list repos"), inspects the schema, and calls the tool — all through one interface. Context stays minimal. Tool access stays universal.


How it works

  1. Agent needs a capability — e.g. “list GitHub repos” or “query the database”
  2. Search via CLI — yeet search "list repos" finds the right tool across all MCP servers
  3. Inspect schema — yeet inspect github list_repos returns parameters without loading everything
  4. Call with parameters — yeet call github list_repos '{"owner": "anthropics"}'
  5. Context stays lean — agent only loaded what it needed, when it needed it

One CLI. Every MCP server, database, and shell tool. Zero upfront context cost.


What it explores


What we found


Learnings


Where it goes next

Quiver is being integrated into AgentOS as the default tool access layer. The discover → inspect → call pattern is also informing how Orchesta’s skill registry works — the same principle of lazy loading applies to skills, prompts, and templates, not just tools.

Want early access?
Some of these become products.

Innovation and frustration start in the sandbox. Tell us about your what-ifs and let's test something.

Start a conversation