feat(P03): core agent flesh — VerifierAgent, ResearcherAgent, TesterAgent intrinsic logic

This commit is contained in:
Jon Chery
2026-05-29 18:08:38 +00:00
parent 99df4fe4e2
commit bbabd2dc0a
10 changed files with 1179 additions and 42 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ export class OllamaLocalBackend extends OllamaBaseBackend {
if (m.tool_calls) msg.tool_calls = m.tool_calls;
return msg;
}),
tools: toolRegistry.getOpenAIToolSchema(),
tools: this.getActiveToolSchema(toolRegistry),
stream: false,
};