AgenticIdentity/ AVAILABLE
"Who did this?" Your agent deployed code, called APIs, and approved a transaction. But there is no cryptographic proof. No signed receipt. No scoped trust. AgenticIdentity anchors every agent action to a verifiable identity.
Every agent gets an Ed25519 key pair as its identity anchor. Every action produces a signed receipt. Trust between agents is granted, scoped, delegated, and revoked through signed trust grants. Everything is portable in .aid files.
Identity anchors: Ed25519 key pairs that uniquely identify each agent. Deterministic, portable, and verifiable by anyone with the public key.
Action receipts: Signed records of every operation. Tamper-evident, timestamped, and chainable into complete audit trails.
Trust grants: Scoped, time-limited delegation tokens. Grant deploy:staging but not deploy:prod. Revoke instantly.
Microsecond signing: Ed25519 operations complete in microseconds. Zero latency overhead for production agent workflows.
module.glyphAgenticIdentity
AgenticTime/ AVAILABLE
"When should we migrate?" Your agent has no clock, no calendar, no sense of deadlines or decay. It suggests "this weekend" without checking schedules, conflicts, or compounding debt. AgenticTime gives agents temporal reasoning.
Every temporal entity — deadlines, schedules, sequences, durations, decay models — is stored, queried, and reasoned over. PERT estimation, conflict detection, and timeline fork analysis in portable .atime files.
5 entity types: Duration, Deadline, Schedule, Sequence, and Decay. Each typed, timestamped, and linked to temporal chains.
PERT estimation: Three-point estimates (optimistic, expected, pessimistic) for realistic scheduling under uncertainty.
Temporal debt: Compounding cost models for deferred work. See how delay cascades before it compounds.
Timeline forks: Branch temporal state to compare outcomes before committing. What-if analysis for scheduling.
AgenticContract/ AVAILABLE
"Is this agent allowed to do that?" Your agent deploys code, approves requests, and allocates resources — with no policies, no risk limits, and no approval workflows. AgenticContract gives agents governance.
Every agent action is checked against policies, risk limits, and approval workflows. Obligations track what must be done. Violations are detected before they compound. All governance state lives in portable .acon files.
Policy engine: Allow, deny, or require approval for any action. Scoped to global, session, or individual agents with tag-based matching.
Risk limits: Rate, threshold, budget, and count limits that prevent agents from exceeding safe boundaries.
Approval workflows: Multi-party approval chains with smart escalation routing. Request, decide, and audit every controlled action.
Self-healing contracts: Contracts that automatically adapt policies when violations are detected. Governance that learns from incidents.
module.glyphAgenticContract