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.

Flask-Assets: Seamless Asset Management for Flask Applications
July 26, 2026
Flask-Assets provides robust integration of the `webassets` library with Flask. It simplifies the process of merging, minifying, and compiling CSS and JavaScript files, significantly enhancing web application performance and streamlining development workflows.

webassets: Asset Management for Python Web Development
July 26, 2026
webassets is a robust library designed for asset management in Python web development. It simplifies the process of merging and compressing JavaScript and CSS files, enhancing application performance. This tool is essential for developers looking to optimize their frontend assets efficiently.

Become-A-Full-Stack-Web-Developer: Free Resources for Web Development
July 19, 2026
The Become-A-Full-Stack-Web-Developer repository is an extensive collection of free resources designed to guide aspiring developers through the entire journey of full-stack web development. It covers a wide array of topics, from foundational languages like HTML, CSS, and JavaScript to advanced frameworks such as React and Node.js, alongside databases, APIs, and career preparation. This resource is invaluable for anyone looking to build a strong skill set in modern web development.

Awesome Vue: A Curated List of Essential Vue.js Resources and Projects
July 13, 2026
Awesome Vue is a highly popular and meticulously curated list of everything related to Vue.js, from official resources and tutorials to frameworks, components, and real-world applications. It serves as an indispensable guide for developers looking to explore the vast Vue.js ecosystem. With over 73,000 stars, it is a testament to its value within the community.
Source repository
Open the original repository on GitHub.
14 counted GitHub visits