Structs§
- Agent
Turns Stream - The stream returned by
agent_turns.
Enums§
- Agent
Event - Events emitted by [
Agent::run] over the course of a full generation loop (potentially multiple LLM requests interleaved with tool executions).
Functions§
- agent
- Drive the LLM ↔ tool agentic loop and yield
AgentEvents. - agent_
turns - Drive the LLM ↔ tool loop using non-streaming
Request::completecalls, yielding onecrate::types::CompleteResponseper LLM turn.