|
|
|
|
|
by acoyfellow
133 days ago
|
|
I do a fun orchestration system for long running loops on exe.dev (small write up docs.coey.dev) and I feel like I have super powers. Self healing, I try two ways: 1) use a memory tool to store learnings for next iteration (Deja.coey.dev) and have the loop system instructions tell how to use it. One orchestrator, and sequential worker agents who run til their context is full and then hand off to the next run with learnings 2) the agent Shelley on exe can search past convos when promoted too for continuation. I’ve been doing this with great success just “falling” into the implementation after proper guardrails are placed |
|