feat(bootstrap): add Agent Zero to registry + branded defaults - #960
Conversation
Wire Agent Zero orchestrator into the PMOVES branded defaults pipeline: - registry.json: add agent-zero service group with 5 variables (A0_SET_chat_model, A0_SET_utility_model, A0_SET_embedding_model, MCP_CLIENT_SECRET, AGENTZERO_JETSTREAM) - brand_defaults.py: add _ensure_agent_zero_defaults() to auto-generate MCP_CLIENT_SECRET (32-byte urlsafe) and seed model routing defaults - env.shared.example: add Agent Zero section with TensorZero routes - SEEDED_BRANDED_DEFAULTS.md: document Agent Zero model routing, MCP auth, and one-line installer integration path After this, `make env-setup` auto-generates MCP auth and seeds model routing for Agent Zero — enabling branded bootstrap via the new agent-zero.ai one-line installer. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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. Comment |
All 5 TAC_MODEL_INFRA branches (B/D, A, C, F, E) verified as complete on main — registry seed (1511 lines), persona seed (8 personas), resolution view, readiness check (652 lines, 10 checks), service-model mappings (30+). Add Branch G (Agent Zero bootstrap integration) referencing PR #960. Update production audit dashboard with verification status and merged PR summary (#950-958, #960). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Summary
bootstrap/registry.jsonas a first-class service group with 5 declarative variablesbrand_defaults.pyextended with_ensure_agent_zero_defaults()— auto-generatesMCP_CLIENT_SECRET(32-byte urlsafe) and seeds TensorZero model routing defaultsenv.shared.exampleupdated with Agent Zero sectionWhy
Agent Zero's new one-line installer (
irm https://ps.agent-zero.ai | iex) makes bootstrap trivial, but PMOVES-branded instances need auto-generated MCP auth and model routing. After this PR,make env-setuphandles that automatically.Variables Added
A0_SET_chat_modeltensorzero::model_name::chat_defaultA0_SET_utility_modeltensorzero::model_name::util_defaultA0_SET_embedding_modeltensorzero::embedding_model_name::embed_defaultMCP_CLIENT_SECRETAGENTZERO_JETSTREAMtrueTest plan
python pmoves/tools/brand_defaults.py --env-file /tmp/testgenerates all 5 varsmake env-setupsucceeds on fresh clone🤖 Generated with Claude Code