← 全部工具

yukilain007/home-framework

热度 65 更新于 AI 与 Agent

User-controlled context continuity layer for AI workflows.

githubauto-collected

安装

暂未验证可直接使用的安装命令,请查看项目官方文档或 Release。

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