|
|
|
|
|
by 50lo
101 days ago
|
|
Once you run more than one agent in a loop, you inevitably recreate distributed systems problems: message ordering, retries, partial failure, etc.
Most agent frameworks pretend these don’t exist. Some of them address those problems partially. None of the frameworks I've seen address all of them. |
|