Skip to main content

Crate opi_agent

Crate opi_agent 

Source
Expand description

General-purpose agent runtime with tool calling and transport abstraction.

Provides the foundation for building specialized agents with pluggable tool systems and communication transports.

Re-exports§

pub use state::AgentState;
pub use tool::Error;
pub use tool::Tool;
pub use transport::Transport;

Modules§

state
Agent state management.
tool
Tool calling abstraction.
transport
Transport abstraction for agent communication.