Gibberlink

Stale
GitHub TypeScript MIT

Description

A protocol where two conversational AI agents switch from English to a sound-level protocol after confirming they are both AI agents, improving inter-agent communication efficiency.

Key Features

  • AI-to-AI agents switch from English to ggwave sound-level protocol automatically
  • Won 1st place at 11labs x a16z international hackathon, covered by Forbes and TechCrunch
  • Built on ggwave data-over-sound library with ElevenLabs conversational AI integration
  • Provides API for agents to use the optimized communication protocol
  • Open-source demo reproducible with detailed wiki steps

Use Cases

💡 Enabling efficient Agent-to-Agent communication over audio channels
💡 Reducing bandwidth and latency in multi-agent conversational systems
💡 Building demos of AI agents discovering and adapting to each other
💡 Researching novel inter-agent communication protocols

Categories

Quick Start

```bash
git clone https://github.com/PennyroyalTea/gibberlink.git
cd gibberlink
# Follow repro steps at:
# https://github.com/PennyroyalTea/gibberlink/wiki/Repro-steps-for-demo
# Or try the live demo:
# https://www.gbrl.ai/
```

Related Projects