Skip to content

Commit 7e3409f

Browse files
committed
docs: update
1 parent 9ae3f65 commit 7e3409f

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ so that your agent can be more stable and provide greater value to your users.
6363

6464

6565

66-
# 🌲 Core Concepts
66+
# 💡 Core Concepts
6767

6868
- [**Session**](https://docs.acontext.io/store/messages/multi-provider) - You can store context in Acontext, just like a Database but only used for context.
6969
- [**Task Agent**](https://docs.acontext.io/observe/agent_tasks) - Background TODO agent that collects task's status, progress and preferences.
@@ -90,11 +90,10 @@ so that your agent can be more stable and provide greater value to your users.
9090
Skills guide the agent
9191
```
9292

93-
**Tasks**
9493

95-
For each session, Acontext will automatically track tasks.
94+
9695
<details>
97-
<summary>example data</summary>
96+
<summary>📖 Task Structure</summary>
9897

9998
```json
10099
{
@@ -111,11 +110,10 @@ For each session, Acontext will automatically track tasks.
111110
```
112111
</details>
113112

114-
**Space**
115113

116-
The self-learned skill will look like this:
114+
117115
<details>
118-
<summary>example data</summary>
116+
<summary>📖 Skill Structure</summary>
119117

120118

121119
```json
@@ -134,10 +132,8 @@ The self-learned skill will look like this:
134132

135133

136134

137-
Agent Skills will be stored in a structured `Space`, with folders, pages and blocks. For example:
138-
139135
<details>
140-
<summary>example data</summary>
136+
<summary>📖 Space Structure</summary>
141137

142138
```txt
143139
/

0 commit comments

Comments
 (0)