Skip to content

docs(evoswarm): operations guide, AgentGym-RL guide, parameter catalog - #877

Merged
POWERFULMOVES merged 1 commit into
PMOVES.AI-Edition-Hardenedfrom
ref/docs/evoswarm-rl
Mar 12, 2026
Merged

POWERFULMOVES merged 1 commit into
PMOVES.AI-Edition-Hardenedfrom
ref/docs/evoswarm-rl

Conversation

@POWERFULMOVES

Copy link
Copy Markdown
Owner

Summary

  • EVOSWARM_OPERATIONS_GUIDE.md: Deployment, NATS subjects, evolution cycle, parameter packs, monitoring, troubleshooting
  • AGENTGYM_RL_OPERATIONS.md: Training operations, reward config, progressive horizon scaling, model management
  • EVOSWARM_PARAMETER_CATALOG.md: Complete parameter genome reference (cg_builder, decoder, energy) with safe ranges

Test plan

  • Port numbers match docker-compose.agentgym.yml
  • Environment variables match service implementations
  • NATS subjects match .claude/context/geometry-nats-subjects.md
  • Crosslinks to architecture docs are valid

🤖 Generated with Claude Code

…r catalog

Operational documentation for the EvoSwarm + AgentGym-RL system:
- EVOSWARM_OPERATIONS_GUIDE.md: deployment, NATS subjects, evolution cycle, monitoring
- AGENTGYM_RL_OPERATIONS.md: training ops, reward config, horizon scaling, troubleshooting
- EVOSWARM_PARAMETER_CATALOG.md: complete parameter genome with defaults and safe ranges

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Mar 12, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 2ed044f8-8b7a-47dd-b5c1-a05938c521ee

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch ref/docs/evoswarm-rl

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: f9944f5833

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines +125 to +127
curl -X POST http://localhost:8114/agentgym/train/start \
-H "Content-Type: application/json" \
-d '{

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Align training API examples with coordinator routes

The documented training commands in this section do not match the live AgentGym coordinator API: pmoves/services/agentgym-rl-coordinator/app.py defines POST /agentgym/train/start with a required run_id parameter and uses GET /agentgym/train/status/{run_id} plus POST /agentgym/train/cancel/{run_id} for run control, but this guide shows calls like /agentgym/train/run-abc123/status and /agentgym/train/run-abc123/stop and starts training without a run_id, which will return 404/422 for operators following the runbook.

Useful? React with 👍 / 👎.

### Swarm Status

```bash
curl http://localhost:8113/swarm/status

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Remove unsupported EvoSwarm swarm endpoints

This guide documents /swarm/status and /swarm/force-evolution, but pmoves/services/evo-controller/app.py only exposes /health, /healthz, and /config; there are no handlers for the documented swarm routes, so these operational commands will always fail with 404 and the manual evolution workflow here is not executable as written.

Useful? React with 👍 / 👎.

@POWERFULMOVES
POWERFULMOVES merged commit f7e1911 into PMOVES.AI-Edition-Hardened Mar 12, 2026
3 checks passed
POWERFULMOVES pushed a commit that referenced this pull request Mar 12, 2026
Adds geometry.cgp.calibration.v1 (from PR #877 evoswarm docs) and
tokenism.credential.rotated.v1 (from PR #878 tokenism docs) to the
GEOMETRY BUS NATS subject catalog.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@POWERFULMOVES
POWERFULMOVES deleted the ref/docs/evoswarm-rl branch March 15, 2026 18:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants