What problem does it solve?
The ax-agent Skill solves the problem of managing a sandboxed agent process by providing tools for runner configuration, IPC client interaction, local and IPC tool handling, prompt building, and identity loading.
Core Features & Use Cases
- Process Configuration: Modifies and configures the sandboxed agent process for different tasks such as runner dispatch, IPC transport selection, and prompt building.
- IPC Client Interaction: Enables interaction with IPC clients for tasks that require deterministic processing.
- Local and IPC Tool Handling: Manages tools for operations within the agent process, including local sandboxes and proxy-based tools.
- Prompt Building: Builds system prompts from modular components for effective LLM agent loop operations.
- Identity Loading: Loads identity files for user and skill operations.
Quick Start
Load identity files for the ax-agent process with 'load-identity ax-agent-identity-file.json'.