iiRecord
Agentic AI Atlas · Celery
library:celerya5c.ai
II.
Library JSON

library:celery

Structured · live

Celery 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:celery",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-python-extended.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "Celery",
    "belongsToLanguageId": "language:python",
    "category": "concurrency",
    "description": "Distributed task queue for Python supporting RabbitMQ, Redis, and other\nbrokers; enables async and scheduled background job processing.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:celery",
      "to": "language:python",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:celery",
      "to": "skill-area:backend-async-processing",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:celery",
      "to": "library:dramatiq",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": [
    {
      "from": "specialization:backend-python-django",
      "to": "library:celery",
      "kind": "uses_library"
    },
    {
      "from": "stack-profile:document-processing-pipeline",
      "to": "library:celery",
      "kind": "composed_of"
    },
    {
      "from": "stack-profile:insurance-claims-processing",
      "to": "library:celery",
      "kind": "composed_of"
    }
  ]
}