Skip to main content

Crate walrus_core

Crate walrus_core 

Source
Expand description

Walrus agent library.

Modules§

model
Unified LLM interface types and traits.

Structs§

Agent
A stateful agent execution unit.
AgentBuilder
Fluent builder for Agent<M>.
AgentConfig
Serializable agent configuration.
AgentResponse
Final response from a complete agent run.
AgentStep
Data record of one LLM round (one model call + tool dispatch).

Enums§

AgentEvent
A fine-grained event emitted during agent execution.
AgentStopReason
Why the agent stopped executing.

Traits§

Dispatcher
Generic tool dispatcher.