What problem does it solve?
This Skill provides the necessary tools and documentation to understand, modify, and extend the core agent runner implementations within the AX project, ensuring seamless AI agent execution.
Core Features & Use Cases
- Runner Configuration: Understand how different runners (pi-session, claude-code) are dispatched and configured.
- LLM Transport: Learn about the mechanisms for LLM communication, including proxy sockets and IPC fallbacks.
- Tool Management: Discover how tools are registered, filtered, and exposed to different agent SDKs (MCP, pi-coding-agent).
- Use Case: When developing a new agent type that requires custom LLM interaction or tool integration, consult this Skill to understand the existing runner patterns and how to adapt them.
Quick Start
Use the runners skill to understand the pi-session runner implementation.