ax-learn

Generate type-safe AxLearn code with @ax-llm/ax for adaptive agents.

1|1|Updated Mar 27, 2026
One-click install
npx skills add https://github.com/jadecli/researchers --skill ax-learn
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ax-learn
Source: https://github.com/jadecli/researchers/tree/main/agentcrawls-ts/.claude/skills/ax-learn
Command: npx skills add https://github.com/jadecli/researchers --skill ax-learn

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The AxLearn coding assistant helps generate correct AxLearn code using the @ax-llm/ax library, enabling reliable implementation of self-improving agents and learning loops.

Core Features & Use Cases

  • Codegen for AxLearn: Produce type-safe AxLearn configurations, generators, and runtime patterns.
  • Guided Learning Workflows: Support trace-backed learning, feedback-aware updates, and various AxLearn modes (batch, continuous, playbook).
  • Real-World Scenarios: Build adaptive agents with auditable checkpoints and feedback loops.

Quick Start

Create and configure an AxLearn agent with storage and teacher, initialize runtime components, and run a simple continuous update cycle.

Frequently Asked Questions about ax-learn

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate code for self-improving agents using the @ax-llm/ax library?▼

Generate self-improving agent code by configuring type-safe AxLearn generators with required name, storage, teacher, and runtimeAI parameters. The assistant produces correct @ax-llm/ax library patterns for building adaptive learning loops with auditable checkpoints.

What are the different AxLearn runtime modes supported for agent learning workflows?▼

AxLearn runtime modes include batch, continuous, and playbook configurations for feedback-aware updates. Each mode supports trace-backed learning patterns, allowing adaptive agents to process feedback and execute self-improving update cycles across different runtime environments.

How do I set up trace-backed learning and feedback-aware updates for adaptive agents?▼

Set up trace-backed learning by initializing AxLearn storage and teacher components, then configuring runtimeAI for feedback-aware updates. The runtime processes agent traces and applies feedback loops to enable continuous self-improvement across supported batch, continuous, and playbook modes.

Do I need to configure storage and teacher components before running AxLearn codegen?▼

Yes, AxLearn codegen requires providing name, storage, teacher, and runtimeAI configurations for relevant operations. These components establish the foundation for trace-backed learning loops, feedback-aware updates, and auditable checkpoints needed for adaptive agent workflows.

What's the best way to build adaptive agents with continuous update cycles in AxLearn?▼

Build adaptive agents by creating and configuring AxLearn components with storage and teacher, initializing runtime elements, then running a continuous update cycle. This approach supports feedback-aware updates and self-improving loops with auditable checkpoints across multiple runtime modes.

Can I use AxLearn codegen for both batch processing and continuous learning workflows?▼

Yes, AxLearn codegen supports both batch and continuous learning workflows alongside playbook modes. Each mode generates type-safe configurations, generators, and runtime patterns for adaptive agents, enabling trace-backed learning and feedback-aware updates across different processing requirements.