📄 __init__.py 624 bytes Yesterday 13:43 📋 Raw

"""Icarus — Sovereign home intelligence.

A local-first ambient assistant that reduces family cognitive load
by watching email and Telegram, extracting coordination signals,
and silently maintaining your family's Event Graph + Brain.

Core capabilities:
- Inbox → Calendar (IMAP → tripwire → LLM extraction → Radicale)
- Ambient Coordination (Telegram shadow → tripwire → conflict check)
- Knowledge Retrieval (ChromaDB RAG → natural language query)

Target hardware: M4 Mac Mini (16-32GB unified memory)
Compatible with: any Linux/macOS system with Ollama
"""

version = "0.2.0"
app_name = "Icarus"