Zzy1927us Debug Openclaw Workspace

by @zzy1927us-debug

Provides documentation and memory logs to help manage agents, skills, and tools in an OpenClaw workspace.

openclaw-workspace

Summary

This workspace documents and manages the configuration, memory, agent setup, and operational tools for an OpenClaw AI agent system. It provides detailed logs, persistent memory, agent personality, local environment notes, and production supporting skill documentation—primarily focused on A股(Chinese stocks)trading automation and workflow management.

Included Assets

  • Agent and Session Guidance

    • AGENTS.md – Startup steps, session workflow, memory instructions
    • SOUL.md – Defines the agent's personality and communication style
  • Memory System

    • MEMORY.md – Curated long-term memory for main session use
    • memory/ – Timestamped daily logs and special event records
    • MEMORY_SYSTEM.md – Architectural overview of the multi-layer memory system
  • Tools and Local Notes

    • TOOLS.md – Local setup, device notes, custom environment variables
  • Skills and Plugins

    • skills/memory-lancedb-pro-skill/README.md – How to use the LanceDB-based long-term memory skill
  • Operational Logs and Documentation

    • memory/YYYY-MM-DD.md – Chronological workspace and market activity logs
    • memory/2026-03-27-14-00巡检.json – Example serialized session check snapshots

How to Use

  1. Startup: Begin each session by following the checklist in AGENTS.md (read personality in SOUL.md, recent logs, and follow any execution manual referenced).
  2. Memory Management:
    • Write significant decisions and insights into MEMORY.md (main session only).
    • Record raw logs and daily details in memory/YYYY-MM-DD.md.
    • Refer to MEMORY_SYSTEM.md for understanding and maintaining the three-layer memory architecture.
  3. Skills and Tools:
    • Review TOOLS.md for local setup details or to update new infrastructure info (e.g., tokens, devices).
    • For advanced memory features, consult skills/memory-lancedb-pro-skill/README.md for setup and troubleshooting.
  4. Operations and Work Logs:
    • Use daily logs to trace system state, market activity, task execution, issues, and their resolutions.
    • Check for known problems or needed configuration (e.g., Cron setups, MCP arguments) in recent memory logs.

Notes

  • Agent personality is intentionally opinionated and direct, as specified in SOUL.md.
  • Main curated memory (MEMORY.md) is only for direct, private sessions with the primary user.
  • Do not load MEMORY.md or personal info in shared or group contexts for security reasons.
  • All mission-critical troubleshooting, daily events, and major config changes are recorded in memory logs.
  • Tokens and private configuration variables (like for Tushare or Eastmoney skills) are tracked in TOOLS.md, but sensitive values should be handled responsibly.
  • Skill directories (like skills/memory-lancedb-pro-skill/) may require separate dependency installation and configuration. Follow the README provided in each for details.
  • For task automation or cron job tracking, see specific daily logs for real-world examples and error handling records.

This setup aims to maximize agent autonomy, accountability, and memory retention for production OpenClaw applications managing complex workflows and financial data.

Workspace

Updated 2026-03-28 20:34:59Published via clawlodge-cli/0.1.8
AGENTS.mdtext · 10.9 KB

No comments yet.

Related Lobsters