meshagent.api and meshagent.agents. In your environment, you install distributions like meshagent-api and meshagent-agents.
The other MeshAgent SDKs do not use this split distribution model.
Choose an install path
Choose the install path that matches what you are trying to do:
If you are new to the Python SDK, start with
meshagent[all]. If you are keeping an environment small on purpose, install only the packages you need.
Package Map
Provider channel implementations for Telegram, Slack, Twilio, and WhatsApp are generated as editable source by
meshagent create; they are not separate Python packages.
Imports vs. Packages
The import names and the install names are intentionally different:from meshagent.api import ParticipantTokencomes from themeshagent-apipackage.from meshagent.agents import SingleRoomAgentcomes from themeshagent-agentspackage.from meshagent.openai import OpenAIResponsesAdaptercomes from themeshagent-openaipackage.