iiRecord
Agentic AI Atlas · tox
library:toxa5c.ai
II.
Library JSON

library:tox

Structured · live

tox 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:tox",
  "_kind": "Library",
  "_file": "domain/libraries/libraries-python-testing.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "tox",
    "belongsToLanguageId": "language:python",
    "category": "testing",
    "description": "Test automation and environment management tool for Python that runs\ntests across multiple Python versions and configurations, managing\nvirtual environments and integrating with CI systems.\n"
  },
  "outgoingEdges": [
    {
      "from": "library:tox",
      "to": "language:python",
      "kind": "belongs_to_language"
    },
    {
      "from": "library:tox",
      "to": "skill-area:component-testing",
      "kind": "library_used_by",
      "attributes": {}
    },
    {
      "from": "library:tox",
      "to": "library:nox",
      "kind": "alternative_to"
    }
  ],
  "incomingEdges": []
}