Skip to main contentModule agent
Source - error
- session_config
- shadow_sentinel
ShadowSentinel: persistent safety memory stream + LLM-based pre-execution probe.- slash_commands
- Slash command helpers for
Agent<C>. - speculative
- Speculative tool execution engine.
- trajectory
- Trajectory risk sentinel: accumulates risk signals across turns and exposes
an advisory
RiskLevel consumed by PolicyGateExecutor. - turn
- Per-turn state carrier for the agent loop.
- Agent
- Zeph agent: autonomous AI system with multi-model inference, semantic memory, skills,
tool orchestration, and multi-channel I/O.
- ContextBudgetSource
- How the effective context-token budget was determined by
resolve_context_budget_tokens.
- resolve_context_budget_tokens
- Resolve the effective context-token budget, shared by initial startup
(
AppBuilder::auto_budget_tokens) and config hot-reload (resolve_context_budget).