---
title: "Maven artifacts"
description: "Cortavyn's core artifacts and their responsibilities."
---

> Documentation Index
> Fetch the complete documentation index at: https://docs.cortavyn.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Maven artifacts

| Artifact | Purpose |
| --- | --- |
| `cortavyn-core` | Durable run and state contracts |
| `cortavyn-model-api` | Portable chat-model contracts |
| `cortavyn-graph` | Stateful graph runtime, checkpoints, routing, streaming |
| `cortavyn-chat` | Conversation and chat-session contracts |
| `cortavyn-deep` | Deep-agent harness and extension contracts |
| `cortavyn-provider-*` | Optional provider integrations |

The project currently publishes a development `0.1.0-SNAPSHOT` version. Versioned documentation will accompany the first stable release tag.

Source: https://docs.cortavyn.org/reference/artifacts/index.mdx
