Full Rust port of the Hermes Agent framework — 10 crates, 8,700+ lines,
all compiling. Streaming CLI, Telegram gateway, MCP protocol, cron scheduler,
memory backends, and tool execution — running on DeepSeek V4.
aios chat
$aios chat -q "What is Aios?"
Query mode: streaming response...
Aios is an AI operating system written in Rust
that provides a streaming CLI, multi-platform
gateway, tool execution, and persistent memory.
›What tools do you have?
→ Terminal — execute shell commands
→ Web Search — DuckDuckGo instant answers
→ Read File — contents of any readable file
→ Write File — create or overwrite files
→ Streaming — token-by-token SSE output
13 / 13 tasks complete
10
Compiling Crates
36
Passing Tests
8,700+
Lines of Rust
4
Built-in Tools
10 Crates — All Compiling
✓
hermes-types
Config, env, messages, profiles, providers, tools, sessions — the shared type system.