Directories
¶
| Path | Synopsis |
|---|---|
|
Example: drive an agent through agent.RunAutonomous end-to-end with no LLM credentials.
|
Example: drive an agent through agent.RunAutonomous end-to-end with no LLM credentials. |
|
Example: drive an agent through agent.RunAutonomous, simulate a crash via a tight max-turns budget, then continue the run with agent.ResumeAutonomous against the same SQLite event log.
|
Example: drive an agent through agent.RunAutonomous, simulate a crash via a tight max-turns budget, then continue the run with agent.ResumeAutonomous against the same SQLite event log. |
|
Example: minimal multi-turn agent using the core-agent library directly (no CLI).
|
Example: minimal multi-turn agent using the core-agent library directly (no CLI). |
|
Example: drive the agent loop offline by replaying a recorded JSONL transcript through the mock "scripted" provider — no LLM credentials required.
|
Example: drive the agent loop offline by replaying a recorded JSONL transcript through the mock "scripted" provider — no LLM credentials required. |
|
Example: drive the agent with the standard built-in tools (read_file, list_dir, bash, etc.) and render the response as an interactive chat session via runner.WriteEvents.
|
Example: drive the agent with the standard built-in tools (read_file, list_dir, bash, etc.) and render the response as an interactive chat session via runner.WriteEvents. |
|
Example: drive a parent agent with a subagent end-to-end with no LLM credentials.
|
Example: drive a parent agent with a subagent end-to-end with no LLM credentials. |
|
Example: an agent with one custom tool, MCP servers loaded from .agents/mcp.json (if present), and SKILL.md skills from .agents/skills/ (if any).
|
Example: an agent with one custom tool, MCP servers loaded from .agents/mcp.json (if present), and SKILL.md skills from .agents/skills/ (if any). |
Click to show internal directories.
Click to hide internal directories.