Add research agents and governance skill to g4b_ai

Three tool-restricted agents (scout/search/researcher) that cannot
spawn sub-agents, plus a research skill that prevents recursive
agent chains and caps web fetching.
This commit is contained in:
2026-06-25 01:42:00 +02:00
parent 293fcffea3
commit 8545738a05
8 changed files with 263 additions and 4 deletions
+1 -1
View File
@@ -1 +1 @@
These are workflow skills for the user. Most of them build on the concept of a workpad
These are workflow skills and agents for the user. Most skills build on the concept of a workpad. The `search` agent is a tool-restricted, read-only agent that cannot spawn sub-agents — use it for code lookups. The `research` skill governs agent spawning during research to prevent runaway sub-agent chains.