Active development

Changelog

Every change, in order. Subscribe to stay current.

RSS feed

Sprint 8

Week of Apr 20, 2026

featureActor primitive — in development

The Actor is the identity-bearing execution unit at the core of Culvii Kit. Implementation is underway for the Sprint 8 milestone. Actor wraps a model + tools + capability scope into a single accountable entity, and receives a cryptographic DID on registration.

  • DID-based identity issuance on Actor creation
  • Ed25519 keypair generation and secure key storage
  • Capability binding — explicit list at construction time
  • Tenant-scoped registration in the identity registry
  • Actor state machine (pending → active → suspended → revoked) being finalised

featureWorkflow primitive — in development

Composable execution graph for multi-step agent workflows. Supports sequential and parallel step execution. HITL checkpoint integration is included in this milestone. For loop and Switch execution primitives are being built as sub-components.

dxDocker Compose streamlined

Local development setup reduced to a single docker-compose up. No manual environment variable configuration required. PostgreSQL, Redis, and the Culvii Kit server all start in one command.

dxPR template added

Standardised pull request template added to the repository. Includes sections for: what changed, why it changed, how to test, and whether it affects the public API surface.

Sprint 6

Week of Apr 6, 2026

researchIdentifying the biggest problems Culvii Kit solves

Completed internal research to sharpen the product's core value proposition. Key finding: enterprise teams aren't blocked on LLM capability — they're blocked on identity, governance, and auditability. This shapes our primitive prioritisation for the next four sprints.

Sprint 1

Week of Feb 23, 2026

milestonev0.0.1 — initial setup shipped

First version of the Culvii Kit repository is live.

  • Monorepo structure with TypeScript and Python SDK packages
  • Initial CI/CD pipeline
  • Docker Compose for local development
  • Core package scaffolding for @culvii/kit (TS) and culvii-kit (Python)
  • Private npm registry setup for early access distribution

Coming soon

Active roadmap — dates approximate
feature
HITL primitive

Workflow checkpoints with Slack, Email, and Webhook notification channels. Signed approval events.

feature
Credential management

Secure credential injection for agents at runtime. Vault integration and per-agent scoping.

feature
Execution Engine

For loop and Switch primitives for dynamic workflow branching and conditional execution paths.

feature
Agent Identity Registry v1

DID issuance, cryptographic identity, discovery endpoints, and cross-tenant capability grants.

feature
Immutable Observability v1

Hash chain buffer and Merkle Tree audit trail. Tamper-evident, independently verifiable.

feature
Tenancy & Auth v1

Per-tenant key scoping, key rotation without downtime, rate limiting, and SSO integration.

feature
Python SDK parity

Full feature parity with the TypeScript SDK. Same primitives, same APIs, idiomatic Python.

feature
Web client

Browser-based agent monitoring, HITL approval UI, and capability registry management.