Expand description
Event system — structured events for agent invocations.
Mirrors ADK-JS’s event types. Each event captures a discrete action within an agent invocation (user message, model response, tool call, etc.).
Re-exports§
pub use structured::*;
Modules§
- structured
- Structured event types — typed wrappers over raw events.
Structs§
- Event
- A structured event within an agent invocation.
- Event
Actions - Actions triggered by an event — control flow and state mutations.