feat(focus-selector): Stylize focus selector

This commit is contained in:
ItzCrazyKns 2024-04-13 12:20:36 +05:30
parent 98fae392b7
commit 21672d150d
No known key found for this signature in database
GPG key ID: 8162927C7CCE3065
2 changed files with 15 additions and 5 deletions

View file

@ -1,7 +1,6 @@
import { WebSocket } from 'ws';
import pickSuitableAgent from '../core/agentPicker';
import handleWebSearch from '../agents/webSearchAgent';
import { BaseMessage, AIMessage, HumanMessage } from '@langchain/core/messages';
import handleWebSearch from '../agents/webSearchAgent';
import handleAcademicSearch from '../agents/academicSearchAgent';
import handleWritingAssistant from '../agents/writingAssistant';
import handleWolframAlphaSearch from '../agents/wolframAlphaSearchAgent';