Quick Start
Run your first OM1-powered robot
Prerequisites
- api key from OM1 Portal
- All the prerequisites from the Installation Guide
Run the Spot Agent
Run the following command to start the Spot Agent:
WebSim to check input and output
Go to http://localhost:8000 to see real time logs along with the input and output in the terminal. For easy debugging, add --debug
to see additional logging information.
Congratulations! - you just got started with OM1 and can now explore its capabilities.
Some necessary packages will be installed during this process, the first time you run the command. This might take a little time. Please be patient. Then you will see the system come to life:
Explanation of the log data
The response above provides insight into how the spot agent processes its environment and decides on its next actions.
- First, it detects a person using vision.
- Next, it decides on a friendly action (dancing and speaking).
- Expresses emotions via facial displays.
- Logs latency and processing times to monitor system performance.
- Communicates with an external AI API for response generation.
Overall, the system follows a predefined behavior where spotting a person triggers joyful interactions, driven by the LLM-assisted decision-making process.
More examples
There are some pre-configured agents in the /config
folder, you can run them by the following command:
For example, to run the conversation
agent, you can use the following command: