AIToday
Large Language ModelsOpen-Source AIHacker NewsPublished: May 7, 2026, 07:00 JST1 min read

Kestrel releases open-source sovereign AI agent framework with user-owned identity, persistent memory, and constitutional governance

Kestrel releases open-source sovereign AI agent framework with user-owned identity, persistent memory, and constitutional governance

3 Key Points

  1. Kestrel is a production-ready framework for creating autonomous AI agents where each agent is owned by its user, governed by immutable principles, and able to remember across conversations. Core features include cryptographic identity (DID), SQLite-backed persistent memory with full-text search and RAG, and constitutional governance enforced above the LLM.

  2. The base installation (`pip install kestrel-sovereign`) provides a complete working agent with identity, memory, constitution, privacy modes, multi-LLM support, voice (Piper TTS + FasterWhisper STT), local sandboxed compute, and a Cloud Run deployment path. Cloud providers (RunPod, Vast.ai), specialized integrations (MCP, GitHub App, wallet), and proprietary training adapters are installable add-ons registered via Python entry points.

  3. Agents run locally on configurable ports (default 8888) and expose a web interface (Sovereign Console) with 8 tabs for identity, chat, constitution audit, memory browsing, task monitoring, sovereignty management, resource usage, and security controls. An OpenAI-compatible API at `/v1/chat/completions` allows connection to third-party clients like Open WebUI.

Ask the AI about this article →

Get the latest Large Language Models news every morning

For example, today's edition would include:

  • CBTS launches Forge Agents for custom AI agentsSiliconANGLE AI · 46m ago
  • Imec CEO: AI era widens chip-model-CSP collaborationDIGITIMES Asia · 46m ago
  • Alphabet's AI Overviews reach 2.5B monthly usersYahoo Finance AI · 46m ago

AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.

Free · takes 30 seconds · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleGitHub explores validation framework for autonomous agents where correctness is outcome-based rather than step-by-step