Skip to main content

Crate tiny_agent

Crate tiny_agent 

Source

Re-exports§

pub use core::Agent;
pub use core::AgentFailure;
pub use core::AgentRunTime;
pub use core::AgentRunTimeBuilder;
pub use core::AgentRuntimeConfig;
pub use core::FailureKind;
pub use core::ToolRunState;
pub use error::AgentError;
pub use error::StorageError;
pub use shared::UserInteraction;

Modules§

checkpoint
core
error
middleware
Middleware:在 agent 生命周期的关键节点拦截并改写行为。
providers
sandbox
shared
skills
state
tools
trajectory
Trajectory:一次 agent 运行过程中产生的只读事件流
transcript