Rust-powered personal AI agent that never forgets
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
26
commits
feat: add web chat UI (GET / serves Claude Desktop-style chat page)
0216485View on GitHubfix: registry dedup, JSON-RPC method validation, add regression tests
dbe0d4dView on GitHubrefactor: ToolKind enum, remove async-trait, consolidate modules
cc3d7c2View on GitHubrefactor: eliminate MCP tool duplication, FNV-1a hash, LLM retry, configurable shell timeout
bd80e8aView on GitHubsecurity: IpAddr::is_loopback for localhost check, async sleep, remove log header race
d351a9dView on GitHubsecurity: strict loopback IP check, shell reap retry, read_file description fix
0222f06View on GitHubsecurity: enforce required tool params, reap zombies, reject empty queries
58f40ceView on GitHubsecurity: fix double user message, process-group kill on shell timeout
b58092fView on GitHub