chore(conductor): Mark track 'Saved Tool Presets' as complete
This commit is contained in:
6
scripts/tasks/multi_agent_tool_presets.toml
Normal file
6
scripts/tasks/multi_agent_tool_presets.toml
Normal file
@@ -0,0 +1,6 @@
|
||||
prompt = """
|
||||
In src/multi_agent_conductor.py:
|
||||
1. In 'ConductorEngine.run' (around line 225), when creating the 'WorkerContext' instance, include 'tool_preset=self.tier_usage["Tier 3"]["tool_preset"]'.
|
||||
2. In 'run_worker_lifecycle' (around line 315), after the 'ai_client.set_provider' call, add a call to 'ai_client.set_tool_preset(context.tool_preset)'.
|
||||
Use 1-space indentation.
|
||||
"""
|
||||
Reference in New Issue
Block a user