Sub-agents #8
Labels
No labels
bug
commercial
documentation
duplicate
enhancement
feature
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
jasoncouture/llama-shears#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
An agent can spawn another agent to handle a delimited task, receive the result, and continue. Enables hierarchical decomposition of large jobs without polluting the parent agent's context.
Pairs with sub-agent depth limits (#9) and transient controllable contexts (#10).
Tracked in TASKS.md.
#26 and #6 implemented the needed pieces for this, all that is required now is a tool to create sub-agents.