Tau (formerly OMP) is the AI-native agent engine for the Sovereign ecosystem, designed for 1M+ context reasoning and multi-tool orchestration.
- Engine Core: Located in
packages/coding-agent/andpackages/agent/. - Orchestration: Built for federated tool use via MCP and high-performance inference through the Herd inference router.
- Monorepo Integration: Part of the Sovereign workspace architecture (see
/README.mdin the monorepo root).
- Setup: Ensure you are running from the monorepo root.
- Development: Use the standard Tau CLI, aliased in your
.bashrc:alias tau='/home/toxic/.local/bin/tau --cwd="$PWD"'
(Managed by the Sovereign infrastructure pipeline.)