Intervo: Open-Source Conversational AI Platform for Voice and Chat
This repository profile is provided by osrepos.com, an open source repository discovery platform.
Summary
Intervo is an open-source platform designed for building, deploying, and managing advanced, goal-oriented AI agents for both voice and chat. It enables users to create complex, multi-step conversational workflows that understand user intent, perform tasks, and integrate seamlessly with existing systems. This versatile platform supports multimodal interactions, from real-time voice calls to web chat, making it suitable for a wide range of applications.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
Intervo is an open-source conversational AI platform designed to help developers and businesses build, deploy, and manage advanced, goal-oriented AI agents for both voice and chat. Moving beyond simple Q&A bots, Intervo enables the creation of complex, multi-step conversational workflows that can understand user intent, perform tasks, and integrate with existing systems. This repository provides the full source code, allowing for self-hosting, customization, and extension of its capabilities.
Installation
Getting Intervo up and running is straightforward, especially using Docker.
Prerequisites
Ensure you have the following installed:
Steps
- Clone the Repository
git clone https://github.com/Intervo/Intervo.git cd Intervo - Configure Environment Variables
Copy the example environment file and then edit
packages/intervo-backend/.envto add your necessary API keys (e.g.,MONGO_URI,JWT_SECRET, and any AI provider keys).cp packages/intervo-backend/.env.example packages/intervo-backend/.env - Start with Docker Compose
docker-compose up -d - Access the Application
- Frontend:
http://localhost:3000 - Backend API:
http://localhost:3001 - RAG API:
http://localhost:4003
- Frontend:
Examples
Intervo empowers you to build sophisticated AI agents with a rich set of features:
- Multimodal AI Agents: Create intelligent agents that seamlessly handle both real-time voice calls and text-based web chat.
- Advanced Workflow Canvas: Visually design complex conversation flows using a node-based editor, routing users based on intent and orchestrating specialized "sub-agents."
- Goal-Oriented Dialogues: Define specific, required goals for your sub-agents, ensuring tasks like collecting user emails are completed.
- Powerful RAG Knowledge Base: Train agents on your private data by uploading files, crawling websites, adding raw text, or creating structured FAQs, powered by vector search with ChromaDB.
- Native Telephony & API: Integrate deeply with Twilio for inbound/outbound calls and use a REST API to programmatically trigger calls.
- Flexible LLM Integration: Connect to various LLM providers like OpenAI, Groq, Google Gemini, and Anthropic, powered by LangChain.
- Embeddable Web Widget: Easily integrate a customizable React-based widget into any website.
Why Use It
Intervo stands out as a powerful solution for developing advanced conversational AI due to several key advantages:
- Open-Source and Customizable: Gain full control by self-hosting, customizing, and extending the platform to fit your specific needs.
- Comprehensive Feature Set: From visual workflow design and multimodal agent capabilities to robust RAG knowledge bases and flexible LLM integration, Intervo provides all the tools required for complex AI agents.
- Provider Agnostic: Enjoy the freedom to choose best-in-class services for Speech-to-Text, Text-to-Speech, and Large Language Models, allowing you to optimize for performance and cost.
- Scalable and Integrable: With native Twilio integration, a REST API, and an embeddable web widget, Intervo is built for seamless integration into existing systems and scalable deployments.
- Community Driven: Benefit from an active community and a clear roadmap for future enhancements, ensuring continuous improvement and support.
Links
- Website: https://intervo.ai
- Documentation: https://docs.intervo.ai
- Discord Community: https://discord.gg/paFJtW8fkZ
- GitHub Repository: https://github.com/Intervo/Intervo
Related repositories
Similar repositories that may be relevant next.

Open-Higgsfield-AI: Free, Self-Hosted AI Image Generation & Cinema Studio
June 15, 2026
Open-Higgsfield-AI offers an open-source, self-hosted alternative for AI image generation and a cinema studio. It provides access to over 20 models, including Flux, SDXL, Midjourney, and Ideogram, allowing users to create stunning visuals and cinematic content. This MIT-licensed project is fully customizable and designed for local operation.

Nextcloud Office Online: Seamless Document Integration
June 13, 2026
The `nextcloud/officeonline` repository provides an integration app for Nextcloud, enabling users to edit documents directly within their Nextcloud instance using an on-premise Office Online Server. This solution facilitates collaborative document editing and viewing, enhancing productivity for Nextcloud users. It specifically supports self-hosted Office Online Server deployments, not cloud-based Office 365.

get-shit-done: Streamlining AI-Powered Development with Meta-Prompting and Context Engineering
May 30, 2026
get-shit-done is a robust, lightweight system designed to enhance AI-powered development, particularly with Claude Code. It tackles challenges like context degradation through advanced meta-prompting and context engineering. This tool enables developers to build high-quality software efficiently, transforming ideas into reliable code with structured workflows.

codex-plugin-cc: Integrate OpenAI Codex for Code Reviews in Claude Code
May 25, 2026
The `codex-plugin-cc` repository offers a powerful integration for Claude Code users, enabling them to leverage OpenAI's Codex directly within their existing workflow. This plugin facilitates AI-powered code reviews, task delegation, and background job management, streamlining development processes. It provides a suite of commands for various review types and task handling, significantly enhancing developer productivity.
Source repository
Open the original repository on GitHub.