Instructions for using the MeshAgent CLI
venv
.
meshagent setup
command you can run:
meshagent tty connect
which creates a live shell inside the Room’s container over a secure WebSocket connection.
my-room
and allow you to run commands from your terminal that are executed inside the room. For example, running ls /data
will list any of the files that currently exist in the room, my-room
.
From the interactive terminal session you can also launch an agent with tracing enabled. Do this by running:
http://localhost:8081/agent
. This will add your agent to the participants list and you’ll be able to chat with it and see the logs, traces, and metrics from your chat.
meshagent setup
command.
Command | What it does |
---|---|
meshagent setup | One-shot login + project + API key wizard |
meshagent env | Print shell commands to export/unset credentials |
meshagent agents list-agents | List agents currently connected to a specific room |
meshagent chatbot join | Join a room with the built-in chatbot |
meshagent voicebot join | Join a room with the built-in voicebot |
meshagent call | Call an agent you are working on into a room |
meshagent service create | Deploy an agent as a managed service |
meshagent service list | View running services |
meshagent auth logout | Remove local credentials |