What problem does it solve?
This Skill helps you create, debug, and validate Hermes Agent reinforcement-learning environments for Atropos training without tripping over the agent loop, reward plumbing, or evaluation workflow.
Core Features & Use Cases
- Environment implementation: Design a custom environment around the HermesAgentBaseEnv interface and the required setup, item selection, prompt formatting, reward, evaluation, and logging methods.
- Agentic evaluation: Run full multi-turn tool-using evaluations with HermesAgentLoop so you can measure real task performance instead of single-turn completions.
- Reward and verification logic: Score rollouts with LLM judges, heuristic fallbacks, or ToolContext-based sandbox checks for terminal and file validation.
- Operational workflows: Support the three CLI modes for serving, offline processing, and evaluation, plus provider-specific inference setup for OpenRouter, VLLM, and other OpenAI-compatible endpoints.
Quick Start
Ask me to help you build or debug a Hermes Agent Atropos environment for your task, and I will guide you through the correct implementation, evaluation, and inference setup.