iiRecord
Agentic AI Atlas · responses
library:responsesa5c.ai
II.
Library JSON

library:responses

Structured · live

responses 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:responses",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-python-testing.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "responses",
    "belongsToLanguageId": "language:python",
    "category": "testing",
    "description": "Utility library for mocking the Python requests library in unit tests,\nallowing definition of expected requests and responses without making\nreal HTTP calls during testing.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:responses",
      "to": "language:python",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:responses",
      "to": "skill-area:component-testing",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:responses",
      "to": "library:vcrpy",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": []
}