Expand description
Identity types for CELLSTATE entities
Macros§
- define_
entity_ 🔒id - Macro to define a type-safe entity ID newtype.
Structs§
- Action
Id - Type-safe ID for agent action entities.
- AgentId
- Type-safe ID for agent entities.
- ApiKey
Id - Type-safe ID for API key entities.
- Artifact
Id - Type-safe ID for artifact entities.
- Belief
Id - Type-safe ID for agent belief entities.
- Conflict
Id - Type-safe ID for conflict entities.
- Content
Hash - SHA-256 content hash for deduplication and integrity verification.
- Delegation
Id - Type-safe ID for delegation entities.
- Duration
Ms - Duration in milliseconds for TTL and timeout values.
- EdgeId
- Type-safe ID for edge entities.
- Entity
IdParse Error - Error type for parsing entity IDs from strings.
- EventId
- Type-safe ID for event entities.
- FlowId
- Type-safe ID for flow entities.
- Flow
Step Id - Type-safe ID for flow step entities.
- GoalId
- Type-safe ID for agent goal entities.
- Handoff
Id - Type-safe ID for handoff entities.
- Instance
Id - Type-safe ID for API server instance entities.
- Learning
Id - Type-safe ID for agent learning entities.
- LockId
- Type-safe ID for lock entities.
- Message
Id - Type-safe ID for message entities.
- NoteId
- Type-safe ID for note entities.
- Observation
Id - Type-safe ID for agent observation entities.
- Pack
Config Id - Type-safe ID for pack configuration entities.
- PlanId
- Type-safe ID for agent plan entities.
- Principal
Id - Type-safe ID for principal entities.
- ScopeId
- Type-safe ID for scope entities.
- Session
Id - Type-safe ID for stateful LLM session entities.
- Snapshot
Id - Type-safe ID for snapshot entities.
- StepId
- Type-safe ID for plan step entities.
- Summarization
Policy Id - Type-safe ID for summarization policy entities.
- Summarization
Request Id - Type-safe ID for summarization request entities.
- TeamId
- Type-safe ID for team entities.
- Tenant
Id - Type-safe ID for tenant entities.
- Tool
Execution Id - Type-safe ID for tool execution entities.
- Trajectory
Id - Type-safe ID for trajectory entities.
- TurnId
- Type-safe ID for turn entities.
- Webhook
Id - Type-safe ID for webhook entities.
- Working
SetId - Type-safe ID for agent working set entities.
Traits§
- Entity
IdType - Trait for type-safe entity IDs.
Functions§
- compute_
content_ hash - Compute SHA-256 hash of content.
Type Aliases§
- RawContent
- Raw binary content for BYTEA storage.
- Timestamp
- Timestamp type using UTC timezone.