Skip to main content

Module agent_runtime

Module agent_runtime 

Source
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§

SimpleRuntime
Simple in-memory implementation of AgentRuntime. Populated from pipeline results, updated during execution.

Enums§

SenderTrust
Sender trust levels (from CRM graph or domain matching).

Traits§

AgentRuntime
Runtime context available to the agent during execution. Implement this to connect your pipeline, classifiers, and state machines.