mirror of
https://github.com/ItzCrazyKns/Perplexica.git
synced 2026-01-14 18:05:44 +00:00
feat(search-agent): add researcher, research actions
This commit is contained in:
8
src/lib/agents/search/researcher/actions/index.ts
Normal file
8
src/lib/agents/search/researcher/actions/index.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import doneAction from './done';
|
||||
import ActionRegistry from './registry';
|
||||
import webSearchAction from './webSearch';
|
||||
|
||||
ActionRegistry.register(webSearchAction);
|
||||
ActionRegistry.register(doneAction);
|
||||
|
||||
export { ActionRegistry };
|
||||
Reference in New Issue
Block a user