ai-agent 0.13.4

Idiomatic agent sdk inspired by the claude code source leak
Documentation
1
2
3
4
5
6
7
8
// Source: /data/home/swei/claudecode/openclaudecode/src/utils/filePersistence/types.ts
pub type ServerInfo = std::collections::HashMap<String, serde_json::Value>;
pub type AgentMcpServerInfo = std::collections::HashMap<String, serde_json::Value>;
pub type ClaudeAIServerInfo = std::collections::HashMap<String, serde_json::Value>;
pub type HTTPServerInfo = std::collections::HashMap<String, serde_json::Value>;
pub type SSEServerInfo = std::collections::HashMap<String, serde_json::Value>;
pub type StdioServerInfo = std::collections::HashMap<String, serde_json::Value>;
pub type MCPViewState = String;