What problem does it solve?
This Skill helps you write correct Rust code for Ax-based agents without guessing the native API shape, especially when you need tools, child delegation, MCP clients, clarification flows, or saved runtime state.
Core Features & Use Cases
- Agent Construction: Create axllm agents from a typed signature and call them with the generated Rust API.
- Tooling and Delegation: Build agents that use tools, child agents, or MCP transports for multi-step workflows.
- Runtime Control: Use clarification, discovery, recall, final, and respond envelopes, including direct-response skipping when no tools are needed.
- Stateful Workflows: Save and restore agent runtime state for long-running or interruptible tasks.
- Use Case: An assistant can generate Rust code for a customer-support agent that collects missing details, calls tools, and returns a typed final answer.
Quick Start
Ask the assistant to use this Skill to generate a Rust axllm agent with tools, MCP support, and a direct-response envelope for a no-tool task.