Show HN: PipeCrab – a Rust voice agent that runs multiple tasks at once

aerxes1 pts0 comments

I built a framework for portable voice-agents in Rust. It addresses some problems that I had with other frameworks in the space (Pipecat, Livekit). Mainly, those frameworks are client-server models, where someone needs to host a python/node server, and then build a app with the client SDK.Because Pipecrab agents are portable, they allow us to build self-standing applications.

pipecrab rust voice portable agents frameworks

Related Articles