You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**Bob** is a minimal AI agent framework built in Rust with a hexagonal (ports & adapters) architecture. It connects to language models via [`genai`](https://crates.io/crates/genai) and to external tools via MCP servers using [`rmcp`](https://crates.io/crates/rmcp).
10
+
**Bob** is a minimal AI agent framework built in Rust with a hexagonal (ports & adapters) architecture. It connects to language models via [`liter-llm`](https://crates.io/crates/liter-llm) and to external tools via MCP servers using [`rmcp`](https://crates.io/crates/rmcp).
11
11
12
12
## Design Philosophy
13
13
@@ -43,7 +43,7 @@ Compile-Time Safety
43
43
|-------|-------------|
44
44
|**[bob-core](https://crates.io/crates/bob-core)**| Domain types, port traits (`LlmPort`, `ToolPort`, `SessionStore`, `EventSink`) |
0 commit comments