john_minsk
11 hours ago
So let's say I run this with a lot of tasks.
- How many tasks/schedules have you tested? - What if some schedule has to run another schedule on demand. Can I clearly see it in a management view? - If you and me are running this. Can my task contact your task and be stay alive while another user finishes his task?
dneil8675
2 hours ago
Only have tested around 4-5 tasks at the same time (since I don't want to end up with a large anthropic bill on this MVP just yet).
Management view isn't there yet — still focused on getting the core execution and scheduling solid before layering in observability.
For the agent communication - at the moment there is no connectivity between two spawned agents, unless one agent spawns the other. The system is task based with the task being the separation boundary, where agents can spawn agents if required by the task. For this what kind of use cases are you imagining ?
Also please feel free to pull it down and tinker with it! This is an MVP and more people playing and updating it will make it that much better!