|
|
|
|
|
by peab
204 days ago
|
|
I think the term sub-agent is almost entirely useless. An agent is an LLM loop that has reasoning and access to tools. A "sub agent" is just a tool. It's implantation should be abstracted away from the main agent loop. Whether the tool call is deterministic, has human input, etc, is meaningless outside of the main tool contract (i.e Params in Params out, SLA, etc) |
|