RustApache-2.0 Maintained by Areev
Flowcat
A self-hosted, native-Rust runtime for real-time voice agents.
One self-contained binary runs your voice pipeline — VAD → STT → LLM → TTS, or a speech-to-speech model — with in-process SIP/RTP and no control plane phoning home.
- ContextRelay — long-call memory without the audio tax: reseed the session as text (~7× smaller, ~4× cheaper) so nothing is forgotten
- Sub-1ms p99 latency at 2,000 concurrent calls per process
- Self-host in your VPC · 20+ STT, 29+ TTS, 23+ LLM providers
Open SpecificationStandards Track Website & spec maintained by Areev
Open Memory Specification
An open standard for portable, auditable, interoperable agent memory.
The .mg container, the CAL query layer and SML rendering — immutable, content-addressed memory agents share across systems, tamper-proof and audit-ready by design.
- Immutable, content-addressed knowledge units
- CAL query + SML rendering for any LLM
- Provenance and audit trail built in
TypeScriptMCP · A2A · REST Maintained by Areev
Agent Tools
Deterministic data tools for AI agents.
The data work LLMs get wrong — large files, strict correctness, binary formats — handled by 136+ deterministic tools.
- 18 categories: JSON, CSV, PDF, XML, SQL, crypto…
- MCP, A2A and REST in one server
- Docker, Kubernetes and Terraform deploys