v0.1.0
Retrieve the version of the agent.
cURL
curl --unix-socket /run/miru/miru.sock \ --request GET \ --url http://localhost/v1/version
{ "version": "v0.1.0", "commit": "a1b2c3d4" }
Documentation IndexFetch the complete documentation index at: https://docs.mirurobotics.com/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.mirurobotics.com/llms.txt
Use this file to discover all available pages before exploring further.
Successfully retrieved the version of the agent.
The version of the agent.
"v0.1.0"
The commit hash of the agent.
"a1b2c3d4"