bugfixes; research subproc; higher sandbox limits
This commit is contained in:
@@ -30,13 +30,18 @@ export function createWebExploreAgentTool(config: WebExploreAgentToolConfig): Dy
|
||||
|
||||
const tool = new DynamicStructuredTool({
|
||||
name: 'web_explore',
|
||||
description: `Search the web or academic databases and return a summarized answer.
|
||||
description: `Search the EXTERNAL web or academic databases and return a summarized answer.
|
||||
|
||||
Use this tool when the user asks about:
|
||||
Use this tool ONLY for external, public information:
|
||||
- Current events, news, or real-time information
|
||||
- Documentation, tutorials, or how-to guides
|
||||
- External documentation, tutorials, or how-to guides for third-party libraries/tools
|
||||
- Academic papers, research findings, or scientific topics
|
||||
- Any topic that benefits from external sources
|
||||
- Any topic requiring external sources
|
||||
|
||||
NEVER use this tool for:
|
||||
- Questions about the Dexorder platform itself (workspace tools, chartState, indicators, strategies)
|
||||
- Internal API usage (workspace_patch, workspace_read, etc.) — consult the system prompt instead
|
||||
- Anything that can be answered from the context already available
|
||||
|
||||
The subagent will search the web (or arXiv for academic queries), fetch relevant content, and return a markdown summary with cited sources.`,
|
||||
schema: z.object({
|
||||
|
||||
Reference in New Issue
Block a user