What problem does it solve?
This Skill helps developers write Java code for Ax agents without mixing in TypeScript-specific patterns, so they can build typed LLM workflows, tool use, and runtime control correctly the first time.
Core Features & Use Cases
- Agent Construction: Create Java agents with the generated
dev.axllm:ax package for structured prompts and typed outputs.
- Tooling and Delegation: Use tools, child agents, MCP clients, clarification flows, memory, and runtime state for more capable agent behavior.
- Execution Control: Handle respond, final, and direct-response paths, including skipping the executor stage for no-tool tasks.
- Use Case: A developer building a Java assistant can use this Skill to implement agent orchestration, preserve state across long tasks, and connect to MCP transports using the correct generated APIs.
Quick Start
Use this skill to write a Java Ax agent that matches the generated package examples, supports tools or MCP when needed, and returns a typed result for the user's task.