Skip to content

feat(bootstrap): add Agent Zero to registry + branded defaults - #960

Merged
POWERFULMOVES merged 1 commit into
mainfrom
feat/agent-zero-branded-defaults
Mar 16, 2026
Merged

POWERFULMOVES merged 1 commit into
mainfrom
feat/agent-zero-branded-defaults

Conversation

@POWERFULMOVES

Copy link
Copy Markdown
Owner

Summary

  • Agent Zero orchestrator added to bootstrap/registry.json as a first-class service group with 5 declarative variables
  • brand_defaults.py extended with _ensure_agent_zero_defaults() — auto-generates MCP_CLIENT_SECRET (32-byte urlsafe) and seeds TensorZero model routing defaults
  • env.shared.example updated with Agent Zero section
  • SEEDED_BRANDED_DEFAULTS.md documents the new defaults and one-line installer integration path

Why

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-setup handles that automatically.

Variables Added

Variable Default Generated?
A0_SET_chat_model tensorzero::model_name::chat_default Seeded
A0_SET_utility_model tensorzero::model_name::util_default Seeded
A0_SET_embedding_model tensorzero::embedding_model_name::embed_default Seeded
MCP_CLIENT_SECRET (auto) 32-byte urlsafe token
AGENTZERO_JETSTREAM true Seeded

Test plan

  • python pmoves/tools/brand_defaults.py --env-file /tmp/test generates all 5 vars
  • make env-setup succeeds on fresh clone
  • Agent Zero starts with generated MCP_CLIENT_SECRET
  • No transcribe-and-fetch changes in diff

🤖 Generated with Claude Code

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>
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@coderabbitai

coderabbitai Bot commented Mar 16, 2026

Copy link
Copy Markdown
Contributor

Warning

Rate limit exceeded

@POWERFULMOVES has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 22 minutes and 54 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 1af4a84e-97f2-4258-8947-d27b8bfb8eff

📥 Commits

Reviewing files that changed from the base of the PR and between e7737ad and af20d9e.

📒 Files selected for processing (4)
  • pmoves/bootstrap/registry.json
  • pmoves/docs/operations/SEEDED_BRANDED_DEFAULTS.md
  • pmoves/env.shared.example
  • pmoves/tools/brand_defaults.py
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat/agent-zero-branded-defaults
📝 Coding Plan
  • Generate coding plan for human review comments

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.

POWERFULMOVES added a commit that referenced this pull request Mar 16, 2026
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>
@POWERFULMOVES
POWERFULMOVES merged commit 8052180 into main Mar 16, 2026
6 checks passed
@POWERFULMOVES
POWERFULMOVES deleted the feat/agent-zero-branded-defaults branch March 16, 2026 07:27
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.

1 participant