← All tools

yukilain007/home-framework

Popularity 65 Updated AI & Agents

User-controlled context continuity layer for AI workflows.

githubauto-collected

Installation

A directly usable install command is not verified yet. Check the project documentation or releases.

HOME Framework

Your context belongs to you.

Switching AI shouldn't mean starting from zero.

Before HOME

ChatGPT  → new chat   → explain the context again
Claude   → new thread → repeat the context
Codex    → new task   → rebuild project state

After HOME

Your reviewed context
          ↓
       Compile
          ↓
   Context Handoff
          ↓
Compatible AI tools

Works with AI tools that can accept text or files.

HOME Framework is a local-first Python toolkit that validates reviewed authority files and compiles deterministic, purpose-scoped context handoffs. It gives an AI the information needed for one task, while keeping unreviewed, expired, or out-of-scope material out of that handoff.

Clear boundaries

  • HOME does not automatically read your chat history.
  • Suggestions and candidates are not treated as approved facts.
  • Context continuity does not imply continuous identity or consciousness.

AI can suggest what matters. Only you decide what represents you.

English | 简体中文

HOME Framework is not an automatic memory system. It does not infer consent or send workspace content to third-party services.

Alpha development. Current development version: 0.1.0a5. Latest published PyPI release: 0.1.0a5 (PyPI). File formats and command output may change before the first stable release.

Installation

HOME Framework requires Python 3.11 or newer.

pip install home-framework