Skip to main content

Module agent

Module agent 

Source
Expand description

Agent spawning module for Claude Code subagents.

This module provides configuration and utilities for spawning opinionated Claude Code subagents with specific behaviors based on type and location.

Re-exports§

pub use config::build_mcp_config;
pub use config::compose_prompt;
pub use config::enabled_tools_for;
pub use config::model_for;
pub use prompts::ANALYZER_BASE_PROMPT;
pub use prompts::LOCATOR_BASE_PROMPT;

Modules§

config
Mapping utilities for agent configuration.
prompts
Embedded prompt constants for agent types and locations.