@brainst0rm/agents
v0.13.0
Published
Agent profiles, NL parser, and 7 subagent types
Maintainers
Readme
@brainst0rm/agents
Agent profiles, natural language parser, and the subagent system.
Key Exports
AgentProfileManager— Load, create, and manage agent profilesparseAgentRequest()— NL parser for agent-related commandsspawnSubagent()/spawnParallel()— Spawn specialized subagents
Subagent Types
| Type | Tools | Purpose | | -------- | --------------------------------------- | --------------------- | | research | file_read, glob, grep, web_fetch | Read-only exploration | | code | file_read, file_write, file_edit, shell | Implementation | | review | file_read, grep, git_diff | Code review | | refactor | file_read, file_write, file_edit, glob | Refactoring | | test | file_read, file_write, shell | Test writing |
Subagents run with budget isolation and can execute in parallel.
