# agent_engine v0.2.0 - Table of Contents

Minimal host-facing agent runtime: config loading, session state, phased cues, budget hints, trend hints, collaboration state, and a host-owned turn loop.

## Pages

- [AgentEngine](readme.md)

## Modules

- [AgentEngine](AgentEngine.md): Minimal host-facing agent runtime.
- [AgentEngine.Agent](AgentEngine.Agent.md): Config-driven agent loading.
- [AgentEngine.BudgetHints](AgentEngine.BudgetHints.md): Budget-awareness cues based on estimated remaining exchanges.

- [AgentEngine.Collaboration](AgentEngine.Collaboration.md): Shared state container for multi-agent work.
- [AgentEngine.Session](AgentEngine.Session.md): Functional session state container for a single agent run.

- [AgentEngine.Transcript](AgentEngine.Transcript.md): Minimal, provider-neutral transcript for the `AgentEngine.Turn` loop.
- [AgentEngine.TrendHints](AgentEngine.TrendHints.md): Tracks response-quality trajectory within a session.
- [AgentEngine.Turn](AgentEngine.Turn.md): Host-owned, single-agent turn.
- [AgentEngine.Turn.Runtime](AgentEngine.Turn.Runtime.md): Turn-owned runtime wrapper threaded across the tool-call suspend/resume
boundary.

