Every change, in order. Subscribe to stay current.
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.
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.
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.
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.
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.
First version of the Culvii Kit repository is live.
@culvii/kit (TS) and culvii-kit (Python)Workflow checkpoints with Slack, Email, and Webhook notification channels. Signed approval events.
Secure credential injection for agents at runtime. Vault integration and per-agent scoping.
For loop and Switch primitives for dynamic workflow branching and conditional execution paths.
DID issuance, cryptographic identity, discovery endpoints, and cross-tenant capability grants.
Hash chain buffer and Merkle Tree audit trail. Tamper-evident, independently verifiable.
Per-tenant key scoping, key rotation without downtime, rate limiting, and SSO integration.
Full feature parity with the TypeScript SDK. Same primitives, same APIs, idiomatic Python.
Browser-based agent monitoring, HITL approval UI, and capability registry management.