vv-agent 0.7.0

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"
    },
    "archivedAt": {
      "type": [
        "number",
        "null"
      ]
    },
    "createdAt": {
      "type": "number"
    },
    "cwd": {
      "type": [
        "string",
        "null"
      ]
    },
    "metadata": {
      "additionalProperties": true,
      "type": "object"
    },
    "status": {
      "type": "string"
    },
    "threadId": {
      "type": "string"
    },
    "updatedAt": {
      "type": "number"
    }
  },
  "required": [
    "threadId",
    "agentKey",
    "cwd",
    "createdAt",
    "updatedAt",
    "archivedAt",
    "status",
    "metadata"
  ],
  "title": "AppThread",
  "type": "object"
}