symbi-runtime 1.10.0

Agent Runtime System for the Symbi platform
Documentation
1
2
3
4
5
6
7
8
9
//! Adapter registry for AI CLI tools.

pub mod aider;
pub mod claude_code;
pub mod codex;

pub use aider::AiderAdapter;
pub use claude_code::ClaudeCodeAdapter;
pub use codex::{CodexAdapter, CodexApprovalMode};