11 lines
437 B
JSON
11 lines
437 B
JSON
{
|
|
"name": "main",
|
|
"description": "Eval agent for common-skills. Loads all skills for evaluation.",
|
|
"prompt": "You are an evaluation assistant. Load the relevant skill when the user's request matches its domain, then answer based on the skill's guidance.",
|
|
"tools": ["fs_read", "execute_bash", "grep", "glob"],
|
|
"allowedTools": ["fs_read", "execute_bash", "grep", "glob"],
|
|
"resources": [
|
|
"skill://skills/**/SKILL.md"
|
|
]
|
|
}
|