Dominik Jain 63e7df5fda Add structured memories for agents
Memories use a system of progressive disclosure:
Starting from a root memory, memories reference other memories using explicit
references.

The new system of hierarchical memories replaces AGENTS.md files.

GitHub #9215

Co-authored-by: Michael Panchenko <michael.panchenko@oraios-ai.de>
Co-authored-by: Codex <codex@openai.com>
2026-05-21 14:20:10 +02:00

673 B

Docs Workflow

docs/: Penpot documentation site; Eleventy.

Layout and Tooling

  • docs/package.json: Eleventy commands and documentation-site dependencies.
  • docs/README.md: local setup and tooling notes.
  • Diagrams may use PlantUML, svgbob, mermaid, and C4/arc42 conventions depending on the existing page.

Commands

From docs/:

  • Install deps if needed: pnpm install.
  • Local server: pnpm start or pnpm run serve (serves on http://localhost:8080).
  • Build: pnpm run build.
  • Watch: pnpm run watch.

Documentation changes should follow the existing page structure and rendered Help Center conventions rather than inventing a new style locally.