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