feat(agents): switch to MetaSearchAgent
This commit is contained in:
parent
92f66266b0
commit
dc4a843d8a
21 changed files with 418 additions and 1751 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import express from 'express';
|
||||
import handleImageSearch from '../agents/imageSearchAgent';
|
||||
import handleImageSearch from '../chains/imageSearchAgent';
|
||||
import { BaseChatModel } from '@langchain/core/language_models/chat_models';
|
||||
import { getAvailableChatModelProviders } from '../lib/providers';
|
||||
import { HumanMessage, AIMessage } from '@langchain/core/messages';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue