Skip to content
Juan Manuel Daza edited this page Jul 21, 2026 · 2 revisions

reverberage hub

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.

What is reverberage?

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.

Satellites

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

Wiki pages

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

Quick start

# Install a satellite
pip install rvrb-transcriber

# Use it
rvrb-transcribe audio.mp3

# Compose satellites
rvrb-transcribe meeting.mp3 | rvrb-verify

License

Apache-2.0

Clone this wiki locally