What problem does it solve?
This Skill helps you write Python code with the generated axllm package for building agents, delegating work to child agents, connecting tools and MCP clients, and managing runtime state without using TypeScript-only APIs.
Core Features & Use Cases
- Agent construction: Create typed Python agents from concise signatures and call them with structured inputs and outputs.
- Delegation and tools: Add child agents, tools, and MCP integrations for multi-step or multi-capability workflows.
- Runtime control: Use clarification, discovery, recall, final, and respond envelopes, plus state save and restore for long-running tasks.
- Example-driven implementation: Start from package examples and manifests to match the generated Python API exactly.
- Use case: Build a support assistant that asks clarifying questions, calls tools, and returns a final typed response.
Quick Start
Ask the assistant to create a Python axllm agent for your task with the right tools, output schema, and runtime behavior.