Skip to content

Reclassify bootstrap agent from separate group to core group#129

Open
ManuelKugelmann wants to merge 3 commits into
mainfrom
claude/check-bootstrap-agent-3v13f
Open

Reclassify bootstrap agent from separate group to core group#129
ManuelKugelmann wants to merge 3 commits into
mainfrom
claude/check-bootstrap-agent-3v13f

Conversation

@ManuelKugelmann
Copy link
Copy Markdown
Owner

Summary

This PR reclassifies the bootstrap agent from its own separate group to the core agent group, simplifying the agent group structure.

Key Changes

  • Moved bootstrap agent from "bootstrap" group to "core" group in agents.json
  • Removed "bootstrap" from the set of valid agent groups across the codebase
  • Updated test expectations to reflect the new group structure:
    • Core agents now include bootstrap (11 total instead of 10)
    • Core + trading agents now total 13 instead of 12
    • Removed bootstrap from the list of valid groups in test validation
  • Updated seed-agents.py to only recognize three valid groups: core, trading, and news

Implementation Details

The bootstrap agent's functionality and behavior remain unchanged—only its organizational classification has been updated. All references to the bootstrap group as a separate entity have been consolidated into the core group, reducing the number of agent group categories from four to three.

https://claude.ai/code/session_01Km9ReXytfsZ9JANK6KuUPD

claude added 3 commits March 23, 2026 09:25
The bootstrap agent is used by live-chat and benefits from being seeded
by default with the core group instead of requiring --group bootstrap.

https://claude.ai/code/session_01Km9ReXytfsZ9JANK6KuUPD
Bootstrap agent needs its own group so `augur agents --bootstrap` seeds it
on-demand (with Qwen models) rather than always with core. The --bootstrap
flag now also passes --group bootstrap so core + bootstrap agents are seeded
together (bootstrap delegates to L1 data agents which are in core).

Removed bootstrap from live-chat edges — users invoke bootstrap directly,
not via chat handoff.

https://claude.ai/code/session_01Km9ReXytfsZ9JANK6KuUPD
--mode was redundant: continuous was the default, and bootstrap is now a
single --bootstrap flag that both adds the bootstrap group and selects
the Qwen models file. --models-file still available for full manual control.

https://claude.ai/code/session_01Km9ReXytfsZ9JANK6KuUPD
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