vv-agent 0.4.8

VectorVein agent runtime, SDK, CLI, tools, and workspace backends
Documentation
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SchemaExportResponse",
  "type": "object",
  "properties": {
    "jsonSchema": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    },
    "typescript": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      }
    }
  },
  "required": [
    "jsonSchema",
    "typescript"
  ]
}