vv-agent 0.7.2

VectorVein agent runtime, SDK, CLI, tools, and workspace backends
Documentation
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "additionalProperties": false,
  "properties": {
    "agentKey": {
      "type": "string"
    },
    "cwd": {
      "type": [
        "string",
        "null"
      ]
    },
    "status": {
      "type": "string"
    },
    "threadId": {
      "type": "string"
    }
  },
  "required": [
    "threadId",
    "agentKey",
    "cwd",
    "status"
  ],
  "title": "ThreadStartResponse",
  "type": "object"
}