Structs§
- Memory
Entry - RunConfig
- Tool
Confirmation Request - Payload describing a tool call awaiting human confirmation.
Enums§
- Include
Contents - Controls what parts of prior conversation history is received by llmagent
- Streaming
Mode - Streaming mode for agent responses. Matches ADK Python/Go specification.
- Tool
Confirmation Decision - Decision applied when a tool execution requires human confirmation.
- Tool
Confirmation Policy - Policy defining which tools require human confirmation before execution.
Constants§
- MAX_
STATE_ KEY_ LEN - Maximum allowed length for state keys (256 bytes).
Traits§
Functions§
- validate_
state_ key - Validates a state key. Returns
Ok(())if the key is safe, or an error message.