oxi-sdk 0.15.1

oxi AI agent SDK — build isolated, multi-agent AI systems
Documentation
1
2
3
4
5
6
7
8
9
10
//! Commonly used types

pub use crate::agent_builder::AgentBuilder;
pub use crate::builder::{Oxi, OxiBuilder};
pub use crate::tool_factory::{coding_tools, readonly_tools};
pub use oxi_agent::{
    Agent, AgentConfig, AgentEvent, AgentLoop, AgentState, AgentTool, AgentToolResult, SharedState,
    ToolError, ToolExecutionMode, ToolRegistry,
};
pub use oxi_ai::{CompactionStrategy, Model, Provider};