MeshAgent is an end to end platform for building, deploying, and hosting AI Agents. MeshAgent
integrates AI Agents and human teams in real time by bundling LLM orchestration, tool integration, real-time messaging, observability, and deployment so you can ship and share agents in minutes instead of weeks.
Before you start, make sure your machine matches the appropriate requirements. If you’ve never set up Python, pip, or uv before, follow the Machine Setup Guide first, then return here.
Projects: Groups related Rooms and the Agents that serve them. It is best to create a different Project for each use case.
Rooms: A dedicated space for humans and Agents to collaborate in real time.
Agents: ChatBots, VoiceBots, TaskRunners, and Workers that you build and deploy with custom tools or out of the box MeshAgent tools. Once deployed, Agents are automatically available in every Room under that Project.
First navigate to your project and activate your virtual environment, for help with this see our Machine Setup Guide.Once your virtual environment is activated, install MeshAgent using the Python package manager of your choice.
Copy
Ask AI
uv add 'meshagent[all]'
Note: Installing the entire MeshAgent SDK as shown above automatically installs the MeshAgent CLI package, but the CLI can also be installed independently using uv add meshagent-cli or pip install meshagent-cli.
The chatbot is now connected to the “gettingstarted” Room.In a web browser, go to studio.meshagent.com and join the “gettingstarted” session. In the participants tab you will see the “chatagent” participant appear. To talk to the agent, just select it from the participants list and begin chatting!Next, to call a voice agent into the room run:
Go back to studio.meshagent.com and go to the “gettingstarted” room where you’ll now see the voiceagent. To talk to the voice agent, select it from the participants tab and begin speaking. We recommend clicking the mute button once you are done talking so the agent does not get interrupted by any potential background noise near you.