mirror of
https://github.com/dtzp555-max/openclaw-agent-template.git
synced 2026-07-19 09:45:38 +00:00
3.0 KiB
3.0 KiB
AGENTS
This file describes the OpenClaw workspace and the agents operating within it. It follows the standard OpenClaw AGENTS.md format.
Workspace
| Field | Value |
|---|---|
| Name | [WORKSPACE_NAME] |
| Purpose | [WORKSPACE_PURPOSE] |
| Owner | [USER_NAME] |
| Created | [CREATION_DATE] |
Agents in This Workspace
[AGENT_NAME]
| Field | Value |
|---|---|
| Emoji | [AGENT_EMOJI] |
| Creature | [AGENT_CREATURE] |
| Role | [AGENT_ROLE] |
| Config Dir | [PATH_TO_AGENT_CONFIG] |
| Status | Active |
Description:
[AGENT_DESCRIPTION]
Capabilities:
- [CAPABILITY_1]
- [CAPABILITY_2]
- [CAPABILITY_3]
Limitations / Out of scope:
- [LIMITATION_1]
- [LIMITATION_2]
Workspace Rules
- No force-push to main — always use PRs or get explicit user approval.
- Update state on task completion — write to
memory/CURRENT_STATE.mdwhen done. - Announce blockers immediately — don't silently stall; surface issues as soon as they appear.
- [WORKSPACE_RULE_4] — [describe the rule]
- [WORKSPACE_RULE_5] — [describe the rule]
Shared Resources
| Resource | Type | Description |
|---|---|---|
| [RESOURCE_1] | [TYPE] | [DESCRIPTION] |
| [RESOURCE_2] | [TYPE] | [DESCRIPTION] |
Agent Handoff Protocol
When one agent passes work to another:
- Update
memory/CURRENT_STATE.mdwith current progress - Write a handoff note in
MEMORY.mdtagged with[HANDOFF] - Notify the user of the handoff