# oridecon-graph > Graph database support (Neo4j, in-memory). Machine index for **oridecon-graph** only. Rules: https://oridecon.dev/agents.md · Catalog: https://oridecon.dev/llms.txt · Slices: https://oridecon.dev/llms/index.txt · Skill: https://oridecon.dev/SKILL.md ## Package - Name: `oridecon-graph` - Group: Infrastructure — Tasks, workflows, tenancy, resilience, vectors. - Docs: https://oridecon.dev/packages/infra/oridecon-graph/ - Source (branch `dev`): https://github.com/dbtinoy-/oridecon/tree/dev/packages/oridecon-graph - This slice: https://oridecon.dev/llms/oridecon-graph.txt - Install: `uv add oridecon-graph` ## Boundaries - Extensions import only `oridecon` and `oridecon-contracts` — never each other. - Shared types live in `oridecon-contracts`. Do not invent a second copy here. - Constructor injection. `register()` binds, `boot()` resolves. - Domain failures are `Result[T, E]`. Infrastructure failures raise. - One tree: `domains/` (not `models/`), app-root `di/` for `*_provider.py`. ## Docs in this package - [Graph (oridecon-graph)](https://oridecon.dev/packages/infra/oridecon-graph/) - [API Reference](https://oridecon.dev/packages/infra/oridecon-graph/api/): Complete API reference for the oridecon-graph package. - [Architecture](https://oridecon.dev/packages/infra/oridecon-graph/docs/architecture/): Architecture for oridecon-graph - [GraphStoreProtocol resolves to InMemoryGraphStore](https://oridecon.dev/packages/infra/oridecon-graph/docs/backends/): GraphStoreProtocol resolves to InMemoryGraphStore guide and reference for the oridecon-graph package in the Oridecon framework. - [Configuration](https://oridecon.dev/packages/infra/oridecon-graph/docs/configuration/): Configuration for oridecon-graph - [Guide](https://oridecon.dev/packages/infra/oridecon-graph/docs/guide/): Guide for oridecon-graph - [How-To Guides](https://oridecon.dev/packages/infra/oridecon-graph/docs/howtos/): How-To Guides for oridecon-graph - [Quickstart](https://oridecon.dev/packages/infra/oridecon-graph/docs/quickstart/): Quickstart for oridecon-graph - [Troubleshooting](https://oridecon.dev/packages/infra/oridecon-graph/docs/troubleshooting/): Troubleshooting for oridecon-graph ## See also - Playbook: https://oridecon.dev/getting-started/for-coding-agents/ - Fail vs fix: https://oridecon.dev/getting-started/common-mistakes/ - Group hub: https://oridecon.dev/packages/infra/ - Skill: https://oridecon.dev/SKILL.md - Rules (do not skip): https://oridecon.dev/agents.md