Hacker News new | ask | show | jobs
by raahul_rahl 206 days ago
This scratches an itch I’ve had for months. Right now our agents communicate through a mix of webhooks, Redis queues, and custom JSON schemas… and it’s very brittle.

How do you handle:Schema evolution over time?Versioning between agent endpoints?Observability (tracing, logs, per-message introspection)?

If you have solid answers here, you might have something important.