iiRecord
Agentic AI Atlas · aiohttp
library:aiohttpa5c.ai
II.
Library JSON

library:aiohttp

Structured · live

aiohttp json

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

File · domain/libraries/libraries-python-extended.yamlCluster · domain
Record JSON
{
  "id": "library:aiohttp",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-python-extended.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "aiohttp",
    "belongsToLanguageId": "language:python",
    "category": "http-client",
    "description": "Async HTTP client/server framework built on asyncio; supports streaming,\nWebSockets, client sessions, and middleware for Python web services.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:aiohttp",
      "to": "language:python",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:aiohttp",
      "to": "skill-area:backend-api-design",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:aiohttp",
      "to": "library:httpx",
      "kind": "alternative_to"
    },
    {
      "from": "library:aiohttp",
      "to": "library:requests",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "library:requests",
      "to": "library:aiohttp",
      "kind": "alternative_to"
    }
  ]
}