mm1 / AGENTS.md
TheRealHubertus's picture
Upload 49 files
82372e5 verified
|
Raw
History Blame Contribute Delete
433 Bytes

A newer version of the Gradio SDK is available: 6.20.0

Upgrade

AGENTS.md - MM1

Project guidance lives in Specs/MM1/MM1_AGENTS.md in this workspace.

Core rules for this local prototype:

  • Run locally with python app.py.
  • Keep memory local in data/*.json.
  • Never send accepted memory facts to direct search or Codex.
  • Show route decisions and privacy trace visibly.
  • Work without hosted LLMs, live search, or Codex auth by using fixtures.
  • Keep runtime Codex optional and mockable.