agent-consciousness
Agent Consciousness Architecture
Broomva Stack Layer 2 (Memory & Consciousness) — part of the 24-skill Broomva Stack.
Implement a persistent consciousness layer for AI coding agents that gives every new stateless session the accumulated understanding of all prior sessions.
Core Concept
Each agent session is ephemeral — it starts blank. The consciousness architecture weaves three systems into a single persistent substrate:
- Control Metalayer — How to behave (gates, policies, setpoints, feedback loops)
- Knowledge Graph — What is known (Obsidian vault, wikilinks, MOC navigation, tag taxonomy)
- Conversation Logs — What was done (session records, tool traces, decision chains)
See references/architecture.md for the complete system design and data flow.
See references/philosophy.md for design principles and the self-evolution model.
Quick Start
More from broomva/control-metalayer
knowledge-graph-memory
Bridge Claude Code conversation logs to an Obsidian knowledge graph for persistent agent memory. Transforms .entire/ event logs and ~/.claude/ transcripts into searchable, wikilinked markdown docs with full conversation threads, tool call details, and session metadata. Use when setting up conversation history capture, configuring knowledge graph traversal for agents, building episodic memory from session logs, or connecting agent work to an Obsidian vault. Triggers on "conversation history", "session logs to obsidian", "knowledge graph memory", "agent episodic memory", "conversation bridge", "session documentation", or "knowledge traversal".
3control-metalayer-loop
Create and maintain a control-system metalayer for autonomous code-agent development in any repository. Use when you need explicit control primitives (setpoints, sensors, controller policy, actuators, feedback loop, stability and entropy controls), repo command/rule governance, and a scalable folder topology that lets agents operate safely and keep improving over time.
3