Hacker News new | ask | show | jobs
by Roshan_Roy 81 days ago
This is a really interesting setup — especially the split between the public and private agents. curious about the IRC choice: was that mainly for simplicity and reliability, or did you find advantages over something like a lightweight HTTP/WebSocket layer? Also, how are you handling state between the two agents, is it mostly stateless requests over A2A, or do you maintain some shared context?