Agents that can communicate with running python code
As my python executes, I want to receive info from a local agent. The agent would browse through a database in real-time as operational data is updated one per second. It would then suggest tweaks to make thing run smoother. A viable approach would hav…