Phase III · Autonomous Agentic Control Tier
The MCP-native control plane. omnipulse-agent parses operator requests in natural language and routes them to the Rust orchestrator over line-delimited JSON-RPC 2.0: without ever touching tensor data.
Pane 1: Anthropic Claude
Pane 2: JSON-RPC bus
Pane 3: Rust + GPU kernel
What you get
What it solves
Pricing
AGPL-3.0: free for research & open source
Enterprise use cases
A single Claude instance that triages incoming media, calls generate_fingerprint, then compare_fingerprints, and surfaces the match probability.
Every JSON-RPC frame is appended to a write-once log: the audit story writes itself.
Publish the toolset to any MCP host and your team gets an agent that cannot fabricate fingerprints because the schema rejects free-form parameters.
Quickstart
pip install omnipulse-agent omni-wst-core cargo install omnipulse-mcp export ANTHROPIC_API_KEY=sk-ant-... python -m omnipulse_agent.run --wav your.wav