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": {
    "arguments": {
      "additionalProperties": true,
      "type": "object"
    },
    "preview": {
      "type": "string"
    },
    "requestId": {
      "type": "string"
    },
    "threadId": {
      "type": "string"
    },
    "toolCallId": {
      "type": "string"
    },
    "toolName": {
      "type": "string"
    },
    "turnId": {
      "type": "string"
    }
  },
  "required": [
    "requestId",
    "threadId",
    "turnId",
    "toolCallId",
    "toolName",
    "preview",
    "arguments"
  ],
  "title": "ApprovalRequestParams",
  "type": "object"
}