// THE GRAPH — WHERE IT ALL CONNECTS
Where memory meets your systems.
The third layer. A native graph over the same Arrow storage, where your agent's memories are nodes wired to the real services, repos, and traces they're about — millions of entities, hundreds of millions of relationships, queried in milliseconds.
- Entities + relationships as native types. Customers, deploys, services, alerts, agent runs — all linked, all queryable.
- Cypher-style traversals. "Find every customer affected by a deploy that touched the payments service in the last 24h" — one query.
- Same pruning cascade. Graph queries hit the same time-bound + token-index pruning that makes log queries fast.
- Federated edges. Pull entities from Postgres, edges from MongoDB, events from OTLP — kyma joins them in the graph layer.