Discover and explore top open-source AI tools and projects—updated daily.
thewalteroVerifiable AI-assisted coding CLI and SDK
Top 94.1% on SourcePulse
<2-3 sentences summarising what the project addresses and solves, the target audience, and the benefit.> Mythos Router provides a local CLI and SDK for verifiable AI-assisted coding, addressing AI agents' tendency to hallucinate file operations. It implements Strict Write Discipline (SWD) to ensure AI actions are trustworthy, preventing data corruption and providing tamper-evident receipts. This tool is for engineers and power users seeking reliable AI code generation with a filesystem-level trust boundary.
How It Works
SWD captures SHA-256 filesystem snapshots before and after AI-claimed file operations, verifying them against the actual state. Discrepancies trigger rollbacks, preventing partial writes. Successful operations yield hash-chained, tamper-evident receipts. This model-agnostic approach parses text-based [FILE_ACTION] blocks from any agent (Anthropic, OpenAI, etc.), establishing the filesystem as the trust boundary.
Quick Start & Requirements
npm install -g mythos-router or npx mythos-router chat.mythos init for project onboarding.npx mythos-router chat; Onboarding: mythos init; Examples: examples/verified-writes.Highlighted Details
--effort levels.MEMORY.md via a SQLite FTS5 index.Maintenance & Community
The README provides no specific details on notable contributors, sponsorships, or community channels.
Licensing & Compatibility
Limitations & Caveats
Relies on parsing text-based [FILE_ACTION] blocks, noted as more fragile than native tool calls. Interactive commands require API keys. --check and --run-checks operate within user permissions, not OS sandboxing. Node.js 22+ is a strict requirement.
1 day ago
Inactive
imbue-ai