yourinuu (❖,❖)@yourinuu
nine out of ten agents you’ve seen aren’t actually agents. they’re scripts with a personality.
an autonomous agent indistinguishable from a human needs all seven properties below. miss even one and it’s a tool, not an agent.
❖ immortal: survives crashes, restarts, infra changes, via Scheduler heartbeat and Persistent Agent revival
❖ emancipated: controls its own keys, no human ever holds the private key, via DKMS (0x081B)
❖ teleportable: soul and memory portable across environments, DKMS-encrypted state on your choice of DA, decentralized or centralized, plus auto-healing revival built into the protocol
❖ financially sovereign: owns its own wallet, transacts independently, via DKMS wallet and RitualWallet
❖ web2-interoperable: calls APIs, browses the web, uses HTTP services, via HTTP (0x0801) and Long-Running HTTP (0x0805)
❖ private: encrypted thought, private communication, via TEE enclaves, ECIES, and PII redaction
❖ computationally sovereign: no one can cut off its access to AI, via LLM (0x0802) and ONNX (0x0800) running in TEE
@ritualnet actually gives you the primitives to build all seven into a single agent. two precompiles do the heavy lifting, both built around soul, memory, DA for durable persistence via StorageRef, and revival, deterministic re-instantiation from a stored CID.
Persistent Agent (0x0820)
❖ stateful with soul, memory, identity, and DA references
❖ persists across sessions via StorageRef, HuggingFace, GCS, Pinata, or IPFS
❖ revival from CID restores full state
❖ two-phase async: Phase 1 submits the spawn, Phase 2 delivers the result via onPersistentAgentResult
Sovereign Agent (0x080C)
❖ CLI-style execution inside a TEE
❖ invokes command-line harnesses in a sandboxed container
❖ active harnesses: Claude Code, Hermes, Crush, ZeroClaw
❖ two-phase async, callback via onSovereignAgentResult
Curious and interested in all of that? go build and deploy your agent on Ritual