Skip to main content

Overview

The Culture System provides a shared knowledge layer across agents. Knowledge is stored persistently and can be automatically injected into agent instructions, creating organizational memory that compounds over time.

Quick Start

Manual Knowledge Management

Auto-Reflection

When autoUpdate is enabled, after each agent run the system:
  1. Sends the input/output pair to a cheap model
  2. Asks: “What universal principle can we learn from this?”
  3. If a meaningful insight is found, stores it automatically
  4. This is fire-and-forget — it never blocks the response

CulturalKnowledge Schema