iiRecord
Agentic AI Atlas · Dramatiq
library:dramatiqa5c.ai
II.
Library JSON

library:dramatiq

Structured · live

Dramatiq 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:dramatiq",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-python-extended.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Dramatiq",
    "belongsToLanguageId": "language:python",
    "category": "concurrency",
    "description": "Simple, reliable background task processing library for Python with\nsupport for RabbitMQ and Redis brokers and middleware pipelines.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:dramatiq",
      "to": "language:python",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:dramatiq",
      "to": "skill-area:backend-async-processing",
      "kind": "library_used_by",
      "attributes": {}
    }
  ],
  "incomingEdges": [
    {
      "from": "library:celery",
      "to": "library:dramatiq",
      "kind": "alternative_to"
    }
  ]
}