You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-10Lines changed: 6 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ so that your agent can be more stable and provide greater value to your users.
63
63
64
64
65
65
66
-
# 🌲 Core Concepts
66
+
# 💡 Core Concepts
67
67
68
68
-[**Session**](https://docs.acontext.io/store/messages/multi-provider) - You can store context in Acontext, just like a Database but only used for context.
69
69
-[**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.
90
90
Skills guide the agent
91
91
```
92
92
93
-
**Tasks**
94
93
95
-
For each session, Acontext will automatically track tasks.
94
+
96
95
<details>
97
-
<summary>example data</summary>
96
+
<summary>📖 Task Structure</summary>
98
97
99
98
```json
100
99
{
@@ -111,11 +110,10 @@ For each session, Acontext will automatically track tasks.
111
110
```
112
111
</details>
113
112
114
-
**Space**
115
113
116
-
The self-learned skill will look like this:
114
+
117
115
<details>
118
-
<summary>example data</summary>
116
+
<summary>📖 Skill Structure</summary>
119
117
120
118
121
119
```json
@@ -134,10 +132,8 @@ The self-learned skill will look like this:
134
132
135
133
136
134
137
-
Agent Skills will be stored in a structured `Space`, with folders, pages and blocks. For example:
0 commit comments