agent python_delete
This commit is contained in:
@@ -603,7 +603,7 @@ try {
|
|||||||
toolRegistry.registerAgentTools({
|
toolRegistry.registerAgentTools({
|
||||||
agentName: 'main',
|
agentName: 'main',
|
||||||
platformTools: ['symbol_lookup', 'get_chart_data'],
|
platformTools: ['symbol_lookup', 'get_chart_data'],
|
||||||
mcpTools: ['python_list', 'backtest_strategy', 'list_active_strategies'],
|
mcpTools: ['python_list', 'python_delete', 'backtest_strategy', 'list_active_strategies'],
|
||||||
});
|
});
|
||||||
|
|
||||||
// Research subagent: only MCP tools for script creation/execution
|
// Research subagent: only MCP tools for script creation/execution
|
||||||
@@ -633,7 +633,7 @@ try {
|
|||||||
platformTools: [],
|
platformTools: [],
|
||||||
mcpTools: [
|
mcpTools: [
|
||||||
'python_write', 'python_edit', 'python_read', 'python_list',
|
'python_write', 'python_edit', 'python_read', 'python_list',
|
||||||
'python_log', 'python_revert',
|
'python_log', 'python_revert', 'python_delete',
|
||||||
'backtest_strategy', 'activate_strategy', 'deactivate_strategy',
|
'backtest_strategy', 'activate_strategy', 'deactivate_strategy',
|
||||||
'list_active_strategies', 'get_backtest_results',
|
'list_active_strategies', 'get_backtest_results',
|
||||||
'get_strategy_trades', 'get_strategy_events',
|
'get_strategy_trades', 'get_strategy_events',
|
||||||
|
|||||||
Reference in New Issue
Block a user