Expand description
Public crate for building typed agents.
agents includes:
- provider-neutral LLM requests and providers
- the
Agenttrait andSessionAgent - tool, context, and storage integration
- agent-side derive macros like
#[derive(Agent)]and#[derive(Tool)]
Re-exports§
Modules§
- agent
- Core agent traits and the default
SessionAgentimplementation. - llm
- Provider-neutral typed APIs for completions, tools, and transcription.