Skip to main content

Module subagent_profiles

Module subagent_profiles 

Source
Expand description

Subagent profile composition for bamboo-server.

  • builtin supplies the six default profiles (general-purpose / plan / researcher / coder / reviewer / tester).
  • loader composes builtin + user-global + project-level + env-pointed override files into a single [SubagentProfileRegistry].

This module is standalone: nothing in the runtime imports it yet (the registry will be plumbed into AppState in the same PR but no consumer reads from it). Subsequent PRs add the runtime wiring.

Re-exports§

pub use loader::load_registry;
pub use loader::LoaderError;

Modules§

builtin
Built-in subagent profiles.
loader
Layered loader that composes the final SubagentProfileRegistry.