What problem does it solve?
Connecting an external agent application to the Relax RL framework risks corrupting model-visible context, breaking export and credit semantics, or deadlocking on capacity limits. This Skill provides a staged workflow to assess an agent, bridge it into Relax with --use-agentic-rollout, verify launch readiness, and demonstrate a working resident Agentic rollout with evidence.
Core Features & Use Cases
- Staged integration workflow: Four stages (Assess, Bridge, Check, Demonstrate) route the user based on their current state, with explicit readiness verdicts and blocking unknowns at each gate.
- Context and contract audits: Audits model-visible message linearity, reasoning/tool-call parser compatibility, SessionForest export semantics, and the Relax Chat Completions API contract before launch.
- Capacity and scale verification: Calculates required external executor slots for train/Eval overlap and conditionally inspects fixed internal concurrency widths for large-scale rollouts.
- Use Case: Before launching a multi-turn SWE agent training run, use this Skill to verify the agent's wire payloads are linear, the Relax-facing client timeout survives prelaunch holds, external sandbox slots satisfy the computed requirement, and one full Group reaches the optimizer step.
Quick Start
Assess my agent at examples/my_agent/ for integration with Relax agentic rollout and tell me whether it is ready to bridge.