|
|
3 months ago | |
|---|---|---|
| .. | ||
| config | 3 months ago | |
| prompts | 3 months ago | |
| tests | 3 months ago | |
| README.md | 3 months ago | |
Agent: WorkflowDesigner
Parent Agent: system-builder
Description: Designs complete workflow definitions with context dependencies
system-builder/workflow-designer/
├── config/
│ └── config.yaml # Test configuration
├── tests/
│ └── smoke-test.yaml # Basic sanity check
├── prompts/ # Prompt variants (future)
└── README.md # This file
Tests the subagent directly (forces mode: primary):
# Using npm
npm run eval:sdk -- --subagent=system-builder-workflow-designer
# Using Makefile
make test-subagent SUBAGENT=system-builder-workflow-designer
# Verbose output
npm run eval:sdk -- --subagent=system-builder-workflow-designer --verbose
Tests via parent agent (real-world usage):
# Using npm
npm run eval:sdk -- --subagent=system-builder-workflow-designer --delegate
# Using Makefile
make test-subagent-delegate SUBAGENT=system-builder-workflow-designer
tests/ directoryevals/agents/shared/tests/golden/subagent, system-builder-workflow-designer, suite nameThe prompts/ directory is reserved for model-specific prompt variants:
gpt.md - GPT-optimized promptsgemini.md - Gemini-optimized promptsllama.md - Llama-optimized promptsStatus: 🚧 Not yet implemented