What problem does it solve?
This Skill helps you choose the safest and most effective context strategy for Rust Ax agents when building long-context systems, so you do not mix memory recall, context compaction, and offline optimization in the wrong place.
Core Features & Use Cases
- Context strategy selection: Decide between context maps, trajectory context policy, optimization, and recall for a given agent task.
- Rust package guidance: Use the generated axllm package, package examples, manifests, and runtime profiles instead of TypeScript-only APIs.
- Long-context agent workflows: Handle questions like whether to preserve memory across runs, compact in-flight context, or run ACE or GEPA optimization.
- Safety and correctness guardrails: Follow package truth from AxIR and prefer examples and no-key checks before inventing new call shapes.
Quick Start
Ask for a Rust axllm recommendation that identifies whether your agent should use contextMap, contextPolicy, optimization, or recall for the scenario you are implementing.