|
|
|
|
|
by sergiomattei
122 days ago
|
|
My small agent harness[0] does this as well. The tasks tool is designed to validate a DAG as input, whose non-blocked tasks become cheap parallel subagent spawns using Erlang/OTP. It works quite well. The only problem I’ve faced is getting it to break down tasks using the tool consistently. I guess it might be a matter of experimenting further with the system prompt. [1]: https://github.com/matteing/opal |
|