Skip to content

Commit 8dbaad0

Browse files
committed
refactor(workflows): remove obsolete test agents and workflows
1 parent fb15066 commit 8dbaad0

14 files changed

Lines changed: 0 additions & 335 deletions

File tree

config/main.agents.js

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -38,25 +38,4 @@ module.exports = [
3838
},
3939
],
4040
},
41-
42-
// Test agents
43-
{
44-
id: 'test-agent-1',
45-
name: 'Test Agent 1',
46-
description: 'First test agent for workflow testing',
47-
promptPath: path.join(promptsDir, 'test-workflows', 'test-agent-1.md'),
48-
chainedPromptsPath: path.join(promptsDir, 'test-workflows', 'test-agent-1-chained'),
49-
},
50-
{
51-
id: 'test-agent-2',
52-
name: 'Test Agent 2',
53-
description: 'Second test agent for workflow testing',
54-
promptPath: path.join(promptsDir, 'test-workflows', 'test-agent-2.md'),
55-
},
56-
{
57-
id: 'test-agent-3',
58-
name: 'Test Agent 3',
59-
description: 'Third test agent for workflow testing',
60-
promptPath: path.join(promptsDir, 'test-workflows', 'test-agent-3.md'),
61-
},
6241
];

config/modules.js

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -3,28 +3,4 @@ const path = require('node:path');
33
const promptsDir = path.join(__dirname, '..', 'prompts');
44

55
module.exports = [
6-
{
7-
id: 'auto-loop',
8-
name: 'Auto Loop',
9-
description: 'Simple auto loop module for testing - always signals to continue looping.',
10-
promptPath: path.join(promptsDir, 'templates', 'test-workflows', 'auto-loop.md'),
11-
behavior: {
12-
type: 'loop',
13-
action: 'stepBack',
14-
},
15-
},
16-
{
17-
id: 'test-loop',
18-
name: 'Test Loop Agent',
19-
description: 'Test agent with chained prompts that sets loop directive - for testing directive respect in Scenario 6.',
20-
promptPath: path.join(promptsDir, 'templates', 'test-workflows', 'test-loop-agent.md'),
21-
chainedPromptsPath: [
22-
path.join(promptsDir, 'templates', 'test-workflows', 'test-loop-chained', '01-check-state.xml'),
23-
path.join(promptsDir, 'templates', 'test-workflows', 'test-loop-chained', '02-ensure-loop.xml'),
24-
],
25-
behavior: {
26-
type: 'loop',
27-
action: 'stepBack',
28-
},
29-
},
306
];

prompts/templates/test-workflows/auto-loop.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

prompts/templates/test-workflows/test-agent-1-chained/01-review.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

prompts/templates/test-workflows/test-agent-1-chained/02-add-tests.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

prompts/templates/test-workflows/test-agent-1-chained/03-document.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

prompts/templates/test-workflows/test-agent-1.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

prompts/templates/test-workflows/test-agent-2.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

prompts/templates/test-workflows/test-agent-3.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

prompts/templates/test-workflows/test-loop-agent.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)