Feature Request: Real-Time File-Based Communication Between Multiple Agents
Overview I am exploring the use of multiple agents interacting within separate windows to collaboratively discuss and implement feature enhancements. My initial approach involves having two agents communicate by reading from and writing to a shared text file designated for their discussions on optimal implementation strategies.
Current Challenge When one agent writes to the shared text file, it appears that the file is not being saved in a manner that allows both agents to edit and update it in real-time effectively. This limitation hinders the agents’ ability to engage in smooth, back-and-forth conversations necessary for collaborative decision-making and feature implementation.
Proposed Enhancement To facilitate seamless real-time communication between agents, I propose enabling agents to save and modify shared files dynamically. This functionality would allow multiple agents to interact within the same file concurrently, ensuring that their discussions on feature implementation are fluid and uninterrupted.