This repository contains the independently publishable AgentDock packages.
agentdock— core AgentDock runtime.@agentdock/contracts— framework-independent frontend/backend contracts.@agentdock/checkpoint— shared checkpoint contract and memory adapter.@agentdock/checkpoint-postgres— PostgreSQL checkpoint adapter.@agentdock/checkpoint-sqlite— SQLite checkpoint adapter.@agentdock/checkpoint-mongodb— MongoDB checkpoint adapter.@agentdock/checkpoint-redis— Redis checkpoint adapter.@agentdock/models— optional model resolver.
The repository root is a private Yarn workspace manager. The CLI remains a separate project.
yarn install
yarn ciRun a single package command with Yarn workspaces:
yarn workspace agentdock test
yarn workspace @agentdock/checkpoint buildPackage versions are managed with Changesets. Add a changeset for a publishable change:
yarn changesetPublishing is not enabled yet. Changesets and the release scripts are prepared for a future npm publishing workflow, but no automatic publish job currently runs.