Hi everyone, I’m currently working on a project in my terminal where I have an AI agent inside the project folder. In another directory, I have a different agent working on a related task. Sometimes, these two agents need to collaborate on similar or overlapping tasks. Right now, my workaround is manually copying and pasting messages from one agent to the other to keep them in the loop. However, since they have entirely independent contexts, this manual bridging feels incomplete and inefficient. My question is: Is there an extension, tool, or existing framework that allows two independent agents running in different directories to communicate with each other directly? How can I achieve true inter-agent communication in this setup? Thanks in advance for any suggestions! submitted by /u/chonkvandelay
Originally posted by u/chonkvandelay on r/ClaudeCode
