92d5b18dad539e9a7eca048aad76971e0804d1c8none
AGENTS.mdTool: agents-md# AGENTS.md
Technical reference for AI agents and developers working on ownAI. For a
user-facing overview see [README.md](README.md); for release/CI infrastructure
see [BUILDING.md](BUILDING.md); for performance methodology see
[PERFORMANCE.md](PERFORMANCE.md).
This document describes architecture, conventions, and commands. It deliberately
does **not** duplicate things that live in code (the database schema, dependency
versions, the exact module tree) — those drift out of date. When you need that
detaiCLAUDE.mdTool: claude-code# CLAUDE.md
Working context for Claude Code on ownAI. This file is self-contained for
day-to-day work; [AGENTS.md](AGENTS.md) is the fuller reference (architecture
deep-dive, model-discovery quirks, setup details) when you need more.
## What ownAI is
A privacy-first personal AI agent built with Tauri 2.0 and a Rust backend. It
keeps a continuous relationship with the user via a hierarchical memory system
(working memory, summaries, long-term semantic memory) and can extend itself
through two-level self-pnone