iiRecord
Agentic AI Atlas · VCR.py
library:vcrpya5c.ai
II.
Library JSON

library:vcrpy

Structured · live

VCR.py json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/libraries/libraries-python-testing.yamlCluster · domain
Record JSON
{
  "id": "library:vcrpy",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-python-testing.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "VCR.py",
    "belongsToLanguageId": "language:python",
    "category": "testing",
    "description": "Records and replays HTTP interactions via cassette files, enabling\ndeterministic testing of code that makes HTTP requests without live\nnetwork access after the first recording.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:vcrpy",
      "to": "language:python",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:vcrpy",
      "to": "skill-area:component-testing",
      "kind": "library_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "library:responses",
      "to": "library:vcrpy",
      "kind": "alternative_to"
    }
  ]
}