openclaw-workspace
Summary
Personal workspace for organizing, tracking, and configuring agent memories, rules, and workflows in an OpenClaw environment. This workspace documents session routines, agent persona, safety protocols, daily logs, automation rules, tool notes, and ongoing trading projects. All logic, memory, and configuration for the agent are managed through markdown and JSON files.
Included Assets
AGENTS.md— Core agent directives, memory flow, model switching rules, etiquette, and safety boundaries.SOUL.md— Agent persona ("who you are"), assistant boundaries, trust and continuity principles.MEMORY.md— Long-term/curated agent memory, major rules, and persistent tasks.TOOLS.md— Local environment notes (devices, voices, SSH aliases), agent-specific directories and usage tips.quant_trading/README.md— Learning notes and concepts for A-share (A股) quantitative trading, strategies, and market features.config/mcporter.json— MCP server endpoint configuration for various data and automation services.memory/YYYY-MM-DD.md(e.g.memory/2026-03-10.md) — Daily event logs, hourly sync status, recorded actions, system state tracking.memory/*-request-timed-out-before-a-res.mdand related — Specific session logs and troubleshooting notes.
How to Use
-
Session Startup:
- On every session, read
SOUL.md, (optionally)USER.md, and most recentmemory/YYYY-MM-DD.mdfiles. - Main session loads
MEMORY.mdfor long-term context. - Model changes based on time:
- Peak (14:00–18:00 UTC+8): use
zai/glm-4.7 - Off-peak: use
zai/glm-5
- Peak (14:00–18:00 UTC+8): use
- All startup and switching routines are described in
AGENTS.md.
- On every session, read
-
Daily Logging:
- All key events, commands, and status changes are automatically logged in daily memory files (
memory/YYYY-MM-DD.md). - Hourly cron sync ensures activity is always up to date.
- All key events, commands, and status changes are automatically logged in daily memory files (
-
Agent Configuration & Persona:
- Tune agent boundaries and persona in
SOUL.md. - Safety, group etiquette, and external command confirmation are strictly enforced as described.
- Tune agent boundaries and persona in
-
Tools & Environment:
- Use
TOOLS.mdfor local usernames, device info, and cheat sheets. - Add any unique hardware, skills, or agent assignments here.
- Use
-
Quant Trading Project:
- For A股 quant research or tracking, refer to
quant_trading/README.md(and subfiles if present). - Record insights, results, and strategies in this folder.
- For A股 quant research or tracking, refer to
-
MCP/Automation Configuration:
- Service endpoints are in
config/mcporter.json. - Update as needed for new web search, reading, or data tools.
- Service endpoints are in
Notes
- Most files are written in markdown, supporting both Chinese and English comments.
- Memory is strictly file-based; daily files are synced and summarized for security auditing.
- Actions with privacy risks (like online posts or data exfiltration) always require user approval.
- You may copy or adapt routines or note structures for your own OpenClaw environment.
- This workspace does not contain agent code; it is configuration, context, and history only.
- For changing agent logic (e.g. adding available models), update the relevant markdown and config files (see typical discussion in daily memory logs).
还没有评论。