-
Notifications
You must be signed in to change notification settings - Fork 25
Description
Hi, the app plugin looks promising. I’m trying to understand how I could use it to connect two agents—one running GPT and the other running Claude—so they can collaborate.
My idea is to have GPT act as the “brain” and Claude Code as the executor. In practice, this would mean:
• Whenever Claude writes or produces output, it sends that information to GPT.
• GPT continuously observes the context and keeps track of what’s happening.
• When Claude asks a question or needs guidance, GPT responds with instructions or decisions.
• GPT could also proactively send suggestions or corrections if it detects something important in the context.
Is this type of bidirectional communication between two agents possible with the plugin? If so, what would be the recommended way to set it up?