-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Juan Manuel Daza edited this page Jul 21, 2026
·
2 revisions
Meta-repository for the reverberage ecosystem. Documentation, roadmaps, scaffold scripts, and orchestration agent.
Part of the reverberage ecosystem — composable MCP-native toolkits for audio, video, and text.
reverberage is a hub-and-satellite ecosystem of composable, MCP-native Python packages. Each satellite does exactly one thing and can be used alone or composed into pipelines.
| Satellite | Package | Modality | Description |
|---|---|---|---|
| transcriber | rvrb-transcriber |
AUDIO→TEXT | Audio/video transcription |
| verify | rvrb-verify |
TEXT→TEXT | Claim verification |
| transform | rvrb-transform |
TEXT→TEXT | Text transformation |
| hear | rvrb-hear |
AUDIO→TEXT | Audio comprehension |
| see | rvrb-see |
IMAGE→TEXT | Image understanding |
| Page | Description |
|---|---|
| Architecture | Hub-and-satellite model |
| Satellite Protocol | Protocol v2 specification |
| Roadmap | Shipped and planned satellites |
| Model Catalog | Qwen free quota models |
| Contributing | How to contribute |
| Development | Hub development setup |
| FAQ | Common questions |
# Install a satellite
pip install rvrb-transcriber
# Use it
rvrb-transcribe audio.mp3
# Compose satellites
rvrb-transcribe meeting.mp3 | rvrb-verifyApache-2.0
reverberage hub — Meta-repository for the reverberage ecosystem.
Composable MCP-native toolkits for audio, video, and text.
- rvrb-transcriber — Audio/video transcription
- rvrb-verify — Claim verification
- rvrb-transform — Text transformation
- rvrb-hear — Audio comprehension
- rvrb-see — Image understanding
License: Apache-2.0