tools/call_subordinate.py.dox.md
call_subordinate.py agent tool.call_subordinate.py because this directory is intentionally flat.call_subordinate.py owns the runtime implementation.call_subordinate.py.dox.md owns durable notes about responsibilities, contracts, side effects, and verification for that implementation.Delegation (Tool)
async execute(self, message=..., reset=..., **kwargs)get_log_object(self)_subordinate_profile_labels(agent: Agent) -> dict[str, str]_validate_subordinate_profile(agent: Agent, profile: str) -> strhelpers.tool.Tool subclasses and return helpers.tool.Response from execute(...).break_loop behavior, intervention handling, prompt instructions, or side effects change.Delegation is a Tool.Delegation defines execute(...).profile/agent_profile values are validated against available profile keys before use; unknown profiles raise RepairableException so the agent can retry with a real profile.reset=true raises RepairableException instead of silently continuing the old subordinate.agent, extensions.python.hist_add_tool_result, helpers, helpers.errors, helpers.tool.self.agent.get_data, projects.get_context_project_name, subagents.get_available_agents_dict, RepairableException, initialize_agent, subordinate.hist_add_user_message, subordinate.history.new_topic, Response, self.agent.context.log.log, Agent, sub.set_data, self.agent.set_data, UserMessage, subordinate.monologue, self.agent.read_prompt, str.lower.strip, str.lower.tests/test_default_prompt_budget.pytests/test_subagent_profiles.pyNo child DOX files.