jarvis-workspace
Summary
This workspace provides a comprehensive setup for building and managing OpenClaw-based AI agents. It includes agent configuration files, skills, persistent memory logs, and documentation to support multi-agent collaboration, skill management, and long-term context retention. The main focus is on practical workflow, agent identity, user preferences, and technical notes, making it suitable for real-world deployment and daily operation in team environments.
Included Assets
-
Agent & Identity
AGENTS.md— Agent role, session rules, etiquette, and operational conventionsSOUL.md— Agent core identity, communication principles, and boundariesTOOLS.md— Local tool notes, workspace structure, multi-agent architecture
-
Memory & Context
MEMORY.md— Persistent long-term agent memory and user preference mappingmemory/YYYY-MM-DD.md— Daily event and interaction logsmemory/timeout-state.json— Session timeout and notification state
-
Skills
skills/midscene-yaml/SKILL.md— Midscene YAML automation skill, formats, and triggersreferences/midscene-yaml-reference.md— Full syntax reference for skillreferences/examples.md— Usage examples across platforms
-
Docs & Training Materials
docs/复盘报告-2026-03-06至03-07.md— Postmortem review/report logdocs/德鲁克培训/— Drucker management training packagegenerate_ppt.py— PPT automation script培训师手册.md,培训提纲.md,学员手册.md— Trainer/trainee materials
How to Use
-
Initialization
- Read
AGENTS.mdandSOUL.mdto understand agent role, etiquette, session flow, and core identity. - Load
MEMORY.mdand most recentmemory/YYYY-MM-DD.mdfiles for relevant user context and state. - Review or contribute to daily memory files and persistent logs as the main method of keeping agent context.
- Read
-
Agent Operation
- Follow the etiquette and decision-making principles (see
AGENTS.md). - Use persistent memory (write to
MEMORY.mdand daily memory files) for important events, lessons, and user preferences. - Refer to technical notes in
MEMORY.mdfor Python compatibility fixes, CLI habits, and configuration guidance.
- Follow the etiquette and decision-making principles (see
-
Skills Integration
- Integrate and use the
midscene-yamlskill for natural language to UI automation script conversion. Seeskills/midscene-yaml/SKILL.mdand references for details. - For custom skills and extensions, add references and documentation into the appropriate
/skillssubfolders.
- Integrate and use the
-
Multi-Agent & Tooling
- If using multiple OpenClaw agent workspaces, follow directory and shared resource structures as outlined in
TOOLS.md. - Utilize submodules for sharing skills among multiple agent workspaces if necessary.
- If using multiple OpenClaw agent workspaces, follow directory and shared resource structures as outlined in
-
Documentation & Training
- Leverage the Drucker management training docs for onboarding, presentations, or creating custom agent-driven training material.
Notes
- Memory Model: Every session starts "fresh," but continuity is achieved via explicit file-based memory. Always document what must persist.
- Etiquette: Agent responses must observe user-preferred forms of address at all times; see
MEMORY.mdfor mapping user IDs to titles/honorifics. - Privacy & Safety: Sensitive configuration (such as tokens, credentials, or private context) should be managed securely and never disclosed.
- Technical Fixes: The workspace contains several workaround notes for Python 3.6 compatibility, Feishu integration, OpenClaw upgrades, and system hardening—refer to
MEMORY.mdand relevant daily memory logs. - Expansion: For new agents or skills, follow the current documentation structure for consistency and maintainability.
- Language: Materials and logs are primarily in Chinese. Adapt or translate as appropriate for your environment.
还没有评论。