What problem does it solve?
It helps you write Java code against the generated Ax package for agent runtime loops, code sessions, and runtime envelopes without accidentally mixing in TypeScript-only APIs.
Core Features & Use Cases
- Ax Agent Runtime Wiring: Build AxAgent, AxCodeRuntime, and AxCodeSession implementations for Java projects.
- Runtime Profile Support: Use ProcessCodeRuntime and optional profiles such as javascript-quickjs and python-pyodide for actor-code execution.
- Package-Aware Guidance: Follow the generated API docs, capability manifest, and runnable examples to keep your code aligned with the published Java library.
- Use Case: A Java team needs to connect an Ax agent to a local runtime, validate the execution envelope, and choose the right profile for deterministic sessions.
Quick Start
Use this skill to draft a Java Ax agent that targets dev.axllm:ax and matches the runtime profile and session type you need.