Cognithor v0.40.0 adds persistent AI agent identity with ethical constraints

✍️ OpenClawRadar📅 Published: March 17, 2026🔗 Source
Cognithor v0.40.0 adds persistent AI agent identity with ethical constraints
Ad

What's in Cognithor v0.40.0

Cognithor, an open-source local-first Agent OS, has released version 0.40.0 with a cognitive identity layer called the Immortal Mind Protocol. This update enables AI agents to maintain persistent identity across sessions with several key features.

Core Features

  • 12 cognitive layers that persist across sessions
  • 7 ethical Genesis Anchors - hardwired moral constraints enforced at gatekeeper level that agents cannot override
  • Dream cycles - background consolidation of episodic memory where the agent literally "sleeps" and processes memories
  • Bidirectional Memory Bridge - Cognithor's 5-tier memory system syncs with the identity layer, not just to it
  • Per-agent identities via Agent Router - each sub-agent has its own personality profile
  • REST API + WebSocket events + WebUI dashboard - allows observation of agent's emotional state, energy, and active memories live
  • Reality check/hallucination guard built into identity validation
  • Blockchain/Arweave anchoring available (opt-in, disabled by default)
Ad

Technical Details

The update includes 9,488 lines added in a single commit, with 198 tests passing and 0 failures. There are 21 new identity-specific tests. The system runs 100% locally with no cloud requirements or subscriptions. The developer tested on RTX 5090 + Ryzen 9 9950X3D hardware but notes it scales down fine.

The gatekeeper enforces a "Genesis Anchor Policy" - if a task violates a core identity constraint, it gets blocked before the planner even touches it.

The developer acknowledges there's still work to do including proper documentation, easier installation, and more channels.

📖 Read the full source: r/LocalLLaMA

Ad

👀 See Also

Claude Code Session Dashboard: Open Source Tool for Monitoring Multiple Sessions
Tools

Claude Code Session Dashboard: Open Source Tool for Monitoring Multiple Sessions

An open-source dashboard that monitors multiple Claude Code sessions simultaneously, showing token usage, costs, session status, context window usage, and active subagents. Installation requires three commands: git clone, cd, and npm install && npm start.

OpenClawRadar
Microsoft BitNet: 1-bit LLM inference framework for CPU and GPU
Tools

Microsoft BitNet: 1-bit LLM inference framework for CPU and GPU

Microsoft released BitNet, an inference framework for 1-bit LLMs that achieves 1.37x to 6.17x speedups on CPUs and reduces energy consumption by 55.4% to 82.2%. It can run a 100B parameter model on a single CPU at 5-7 tokens per second.

OpenClawRadar
Claude Code v2.1.126: Model Picker, Project Purge, OAuth Fixes, and Security Improvements
Tools

Claude Code v2.1.126: Model Picker, Project Purge, OAuth Fixes, and Security Improvements

Claude Code v2.1.126 adds a /model picker for Anthropic-compatible gateways, a new claude project purge command, fixes OAuth login in WSL2/SSH/containers, and patches security issues with managed settings and clipboard exposure on Windows.

OpenClawRadar
Open-source tool for AI-curated Reddit feeds using Cloudflare, Supabase, and Vercel
Tools

Open-source tool for AI-curated Reddit feeds using Cloudflare, Supabase, and Vercel

A developer open-sourced a self-hosted tool that filters Reddit for quality posts about AI-assisted development, using Cloudflare Workers for cron jobs and proxies, Supabase for storage, and Vercel for the frontend. The tool includes engagement scoring, optional LLM summaries, and costs $1-2/month for AI processing.

OpenClawRadar