feat(rah-light): remove delegateToWiseRAH orchestration tool
- Deleted src/tools/orchestration/delegateToWiseRAH.ts - Removed delegateToWiseRAH from registry.ts and groups.ts - Deleted tests/evals/scenarios/delegate-wise.ts and delegate-mini.ts - Updated tests/evals/scenarios/index.ts to remove deleted test imports Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.5
parent
fa96c238c2
commit
844a9b57ab
@@ -1,15 +0,0 @@
|
||||
import { Scenario } from '../types';
|
||||
|
||||
export const scenario: Scenario = {
|
||||
id: 'delegate-mini',
|
||||
name: 'Delegate to Mini RAH',
|
||||
description: 'Ask the system to delegate a short task to mini helper.',
|
||||
tools: ['delegateToMiniRAH'],
|
||||
input: {
|
||||
message: 'Delegate to mini RAH: summarize my notes on plaintext productivity in 3 bullets.',
|
||||
mode: 'hard',
|
||||
},
|
||||
expect: {
|
||||
toolsCalledSoft: ['delegateToMiniRAH'],
|
||||
},
|
||||
};
|
||||
@@ -1,15 +0,0 @@
|
||||
import { Scenario } from '../types';
|
||||
|
||||
export const scenario: Scenario = {
|
||||
id: 'delegate-wise',
|
||||
name: 'Delegate to Wise RAH',
|
||||
description: 'Ask the system to delegate a research comparison task.',
|
||||
tools: ['delegateToWiseRAH'],
|
||||
input: {
|
||||
message: 'Delegate to wise RAH: compare SQLite vs markdown storage for PKM in 5 bullets.',
|
||||
mode: 'hard',
|
||||
},
|
||||
expect: {
|
||||
toolsCalledSoft: ['delegateToWiseRAH'],
|
||||
},
|
||||
};
|
||||
@@ -8,8 +8,6 @@ import { scenario as createEdge } from './create-edge';
|
||||
import { scenario as queryDimensions } from './query-dimensions';
|
||||
import { scenario as getDimension } from './get-dimension';
|
||||
import { scenario as dimensionLifecycle } from './dimension-lifecycle';
|
||||
import { scenario as delegateMini } from './delegate-mini';
|
||||
import { scenario as delegateWise } from './delegate-wise';
|
||||
import { scenario as youtubeExtract } from './youtube-extract';
|
||||
import { scenario as websiteExtract } from './website-extract';
|
||||
import { scenario as paperExtract } from './paper-extract';
|
||||
@@ -25,8 +23,6 @@ export const scenarios = [
|
||||
dimensionLifecycle,
|
||||
hardModeQuery,
|
||||
workflowIntegrate,
|
||||
delegateMini,
|
||||
delegateWise,
|
||||
youtubeExtract,
|
||||
websiteExtract,
|
||||
paperExtract,
|
||||
|
||||
Reference in New Issue
Block a user