
Every AI agent framework can orchestrate tasks. None of them can prove the agent executing those tasks is still the same agent. **Example:** An agent manages a $10M portfolio. Its system prompt says "I am a conservative trader." After a memory reset and reload, it starts taking reckless bets. The identity was never real — it was just a script that happened to work until it didn't. --- **Introducing EITE — Existential Identity Test Engine.** The first open-source framework purpose-built to answer one question: *If you erase an agent's memory of who it is, can it reconstruct its identity from its own behavioral patterns? If not, that identity was never real.* EITE doesn't compete with LangGraph or CrewAI. They operate at task execution and workflow orchestration. EITE operates at a layer that didn't exist before — the **Identity Verification Layer**. **6 capabilities no other agent framework has:** **Identity Stability Testing** — Adversarial probes that test whether identity is grounded in behavior, not just the system prompt **Constitutional Self-Governance** — Orthos Chain: a structured generator/classifier/tool pipeline that enforces immutable rules **Dual-Monitor Self-Repair** — Vigil (real-time safety) + Guardian (autonomous healing) running simultaneously **Decision Trace** — Record and replay cognitive decision chains for full behavioral auditability **Self-Evaluation Benchmark** — Bench subsystem for standardized agent benchmarks with auto-swap detection **Security Baseline Enforcement** — SkillSpector: deny-by-default permission system with SSRF protection and sandboxed tool execution --- **Why "Existential"?** In philosophy, existentialism holds that *existence precedes essence* — you are what you do, not what you're labeled. EITE applies this to AI: an agent that recites its identity but cannot act consistently with that identity has no real identity. It has a script. **Open source. AGPLv3. Built for production.** ``` pip install git+github.com/zizetu/existen… export DEEPSEEK_API_KEY=*** tical init --edition auto tical run ``` **Production-ready from day one:** ✅ One-line install · ✅ Multi-provider failover with circuit-breaker ✅ Runtime model switching (no restart) · ✅ Sandboxed tool execution ✅ Constitutional self-governance · ✅ AGPLv3 + dual-license commercial option The age of "trust the agent because it said so" is over. Fork it. Star it. Break it. github.com/zizetu/existen… #AIAgent #OpenSource #ExistentialIdentity #EITE #AISafety #LLM
























