openclaw-workspace
Summary
This workspace provides structured documentation and configuration guidelines for agent persona, memory management, tool integration, and local environment notes for OpenClaw setups. It enables consistent personality, memory, and operational practices for agent-based workflows.
Included Assets
AGENTS.md— Agent session and memory operation manualMEMORY.md— Long-term memory rules (in Chinese)SOUL.md— Agent persona and core behavioral guidelines (in Chinese)TOOLS.md— Template for environment-specific configurationppt-design/node_modules/— Documentation and metadata for language and tooling dependencies:- Babel, Puppeteer, QuickJS, Node.js, and Yauzl packages and types
How to Use
-
Understand Session Protocols
- Start with
AGENTS.mdto learn agent session startup, memory conventions, and context continuity processes.
- Start with
-
Configure and Follow Persona
- Review
SOUL.mdto ensure your agent behavior and responses match the designated persona and standards.
- Review
-
Maintain Memory Effectively
- Use
MEMORY.mdfor long-term memory, capturing only events and information directed by the user, and following strict data provenance and verification rules.
- Use
-
Customize Local Tools
- Use
TOOLS.mdas a template to note local configurations such as device names, SSH hosts, and TTS options.
- Use
-
Reference Package Documentation
- For package information or type definitions, refer to the respective
README.mdandpackage.jsonfiles underppt-design/node_modules/.
- For package information or type definitions, refer to the respective
Notes
- All operational and persona rules are detailed in the Markdown documents at the root level.
- This workspace does not contain runtime code; it provides configuration, conventions, and documentation to structure agent-based environments.
- Package and type documentation under
ppt-design/node_modules/are included for reference and integration with Node.js-based tooling or extensions. - Files and conventions include both English and Chinese documentation, ensuring clarity for multilingual setups.
No comments yet.