Expand description
AgentRuntime trait — unified access to runtime context for reasoning tools.
Provides a single interface to all context systems: workflow phase, threat assessment, sender trust, skill hints, classification. Think tool builders use this instead of ad-hoc structs.
Structs§
- Simple
Runtime - Simple in-memory implementation of AgentRuntime. Populated from pipeline results, updated during execution.
Enums§
- Sender
Trust - Sender trust levels (from CRM graph or domain matching).
Traits§
- Agent
Runtime - Runtime context available to the agent during execution. Implement this to connect your pipeline, classifiers, and state machines.