Skip to content

Commit 318fb2c

Browse files
committed
fix(orchestration): Remove redundant and broken logging logic
1 parent 1477d73 commit 318fb2c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/secnodeapi/services/tool_orchestrator.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -177,12 +177,6 @@ async def run_tool_orchestration_phase(
177177

178178
console.rule("[bold blue]Phase 1b: Tool Orchestration")
179179
logger.info("Starting AI-driven tool orchestration phase")
180-
181-
if pipeline_input.instructions:
182-
for instr in pipeline_input.instructions:
183-
console.print(f"[dim]📝 User instructions loaded ({instr.name}):[/] [cyan]{instr.variables}[/]")
184-
185-
api_structure, seed_tests, orch_result = await build_pipeline_artifacts(pipeline_input)
186180

187181
# 1. Get AI tool plan
188182
console.print("[dim]🤖 Asking AI to plan tool invocations...[/]")

0 commit comments

Comments
 (0)