feat(agent): More agent tweaks

This commit is contained in:
Willie Zutz 2025-06-22 13:35:01 -06:00
parent c3e845e0e2
commit a8eaadc6ed
11 changed files with 169 additions and 26 deletions

View file

@ -61,6 +61,7 @@ export class AgentSearch {
emitter,
systemInstructions,
signal,
embeddings,
);
this.analyzerAgent = new AnalyzerAgent(
llm,