What problem does it solve?
This Skill helps you decide how a Go Ax agent should handle context so you can avoid mixing short-lived run state with long-term memory, optimization artifacts, or trajectory policies.
Core Features & Use Cases
- Context Selection: Choose between context maps, context policy, offline optimization, and recall for long-context agent work.
- Go Package Guidance: Write against the generated Go package API and examples instead of TypeScript-only interfaces.
- Agent Design Scenarios: Use it when building agents that need memory, delegation, runtime profiles, or optimizer-aware behavior.
- Guardrails and Validation: Follow package facts, runtime profile constraints, and AxIR source-of-truth guidance to keep implementations aligned.
- Use Case: A developer building a long-running support assistant can use this Skill to determine whether a question belongs in context maps, a policy layer, or a recall and optimization workflow.
Quick Start
Ask the assistant to use the ax-go-agent-context skill to choose the correct Go Ax feature for your long-context agent design and explain why.