feat(agent): Split agents into maintainable chunks
This commit is contained in:
parent
09799a880b
commit
df1a8b6cd2
6 changed files with 678 additions and 586 deletions
4
src/lib/agents/index.ts
Normal file
4
src/lib/agents/index.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export { AgentState } from './agentState';
|
||||
export { WebSearchAgent } from './webSearchAgent';
|
||||
export { AnalyzerAgent } from './analyzerAgent';
|
||||
export { SynthesizerAgent } from './synthesizerAgent';
|
||||
Loading…
Add table
Add a link
Reference in a new issue