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": {
    "jsonSchema": {
      "additionalProperties": {
        "type": "string"
      },
      "type": "object"
    },
    "typescript": {
      "additionalProperties": {
        "type": "string"
      },
      "type": "object"
    }
  },
  "required": [
    "jsonSchema",
    "typescript"
  ],
  "title": "SchemaExportResponse",
  "type": "object"
}