Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
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" }
Successfully retrieved the version of the agent.
The version of the agent.
"v0.1.0"
The commit hash of the agent.
"a1b2c3d4"