What problem does it solve?
This Skill helps you write C++ code for Ax structured generation workflows without guessing the generated package API or adapting TypeScript-only patterns by mistake.
Core Features & Use Cases
- Structured generation: Build typed AxGen programs from signatures and call them with strongly typed inputs and outputs.
- Tools and MCP integration: Attach typed tools or MCP-derived tools for agentic or data-access workflows.
- Provider and runtime guidance: Use package examples for no-key scripted clients, provider API calls, streaming, traces, usage, assertions, and output parsing in native C++ projects.
- Use case: When you need a C++ assistant that generates an answer string from a question, this Skill shows how to wire the program, run the forward call, and keep the implementation aligned with the generated axllm package.
Quick Start
Use this skill to create a C++ AxGen program with axllm by starting from the closest package example and adapting the signature, tools, and provider setup to your target workflow.