|
|
3 months ago | |
|---|---|---|
| .. | ||
| config | 3 months ago | |
| prompts | 3 months ago | |
| tests | 3 months ago | |
| README.md | 3 months ago | |
Agent: CommandCreator
Parent Agent: system-builder
Description: Creates custom slash commands with clear syntax
system-builder/command-creator/
├── 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-command-creator
# Using Makefile
make test-subagent SUBAGENT=system-builder-command-creator
# Verbose output
npm run eval:sdk -- --subagent=system-builder-command-creator --verbose
Tests via parent agent (real-world usage):
# Using npm
npm run eval:sdk -- --subagent=system-builder-command-creator --delegate
# Using Makefile
make test-subagent-delegate SUBAGENT=system-builder-command-creator
tests/ directoryevals/agents/shared/tests/golden/subagent, system-builder-command-creator, 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