openclaw-config
OpenClaw workspace configuration and sync repository for the Lagosta agent orchestration system.
Summary
Configuration, memory, and identity files for an 8-bot AI agent system ("Lagosta"). Manages persistent agent state including personality, session startup behavior, long-term memory, tools configuration, and daily work logs.
Included Assets
| File | Purpose |
|---|---|
AGENTS.md | Session startup sequence, memory hierarchy, first-run bootstrap |
MEMORY.md | Long-term curated memory; bot map, hard rules, key state file paths |
SOUL.md | Agent personality and behavioral guidelines |
TOOLS.md | Local environment specifics (Obsidian vault path, SSH aliases, TTS settings) |
config/disabled-skills.json | List of currently disabled skills |
memory/YYYY-MM-DD.md | Daily session logs with work outcomes, decisions, and state |
How to Use
This repository is synced to ~/.openclaw/workspace/ and serves as the canonical source of truth for the main agent's identity and memory.
AGENTS.mdis read at the start of every session — it defines load order and session type awareness (main vs. shared contexts)MEMORY.mdis loaded only in main (direct) sessions — contains personal context that should not leak to shared sessionsSOUL.mddefines the agent's personality and operational boundariesTOOLS.mdcontains environment-specific configuration like Obsidian vault path, SSH hosts, and TTS preferencesmemory/files are raw daily logs capturing work done, decisions made, and system state changes
Notes
- The workspace manages 8 bots total (main + 7 specialized agents). Bot map is in
MEMORY.md - Disabled skills are tracked in
config/disabled-skills.json - Daily logs span March–April 2026, covering health data integration, art display automation, CMS work, and research projects
No comments yet.