- Need the fullest MeshAgent runtime and CLI today: start with Python.
- Building browser or Node apps: start with
@meshagent/meshagent. - Building a browser or Node app that needs framework-agnostic OAuth or PKCE helpers: add
@meshagent/meshagent-ts-auth. - Building a Node dev server that needs to expose the local room websocket proxy: add
@meshagent/meshagent-node. - Building a React app that needs OAuth login and auth state helpers: add
@meshagent/meshagent-react-auth; useuseAuthoruseEnsureLogin, and you do not need a React Query provider. - Building Flutter apps: start with
meshagent, then add the Flutter packages you need. - Building .NET services or tools: start with
Meshagent.Api.
meshagent[all], meshagent[cli], and the split packages, continue to Install the Python SDK.