Comment on Show HN: Upsonic: An AI agent framework with client-server architectureComments−bartuu1yGenerating documentation with different agents, each in their own image? Yeah, been there. A shared base image would've definitely simplified things.−bartuu1ybut server-client architecture makes debugging more challenging. How do you handle debugging in distributed environments?−onuratakan1ywe have custom exception classes on the client side and its address all potential errors at this time.
Comments
Generating documentation with different agents, each in their own image? Yeah, been there. A shared base image would've definitely simplified things.
but server-client architecture makes debugging more challenging. How do you handle debugging in distributed environments?
we have custom exception classes on the client side and its address all potential errors at this time.