Skip to content

Commit c887bb3

Browse files
committed
docs: add skill block
1 parent 17179b9 commit c887bb3

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,22 @@ so that your agent can be more stable and provide greater value to your users.
9090
Skills guide agent
9191
```
9292

93+
What's your agent experience look like:
94+
95+
```json
96+
{
97+
"use_when": "star a repo on github.com",
98+
"preferences": "use personal account. star but not fork",
99+
"tool_sops": [
100+
{"tool_name": "goto", "action": "goto the user given github repo url"},
101+
{"tool_name": "click", "action": "find login button if any, and start to login first"},
102+
...
103+
]
104+
}
105+
```
106+
107+
108+
93109
Agent experience will be stored in a structured `Space`, with folders, pages and blocks. For example:
94110

95111
```txt

0 commit comments

Comments
 (0)