Skip to content

Commit 11a5165

Browse files
committed
docs: update readme
1 parent 7e44c6b commit 11a5165

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

README.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,12 @@
3333

3434

3535

36-
Acontext is a **context data platform** for **cloud-native** AI Agent applications.
36+
Acontext is a **context data platform** for **cloud-native** AI Agent applications. It can:
3737

38-
It can:
39-
40-
- **Stores** contexts & artifacts
41-
- **Observes** agent tasks and user feedback.
42-
- Enables agent **self-learning** by collecting experiences (SOPs) into long-term memory.
43-
- Offers a **local Dashboard** to view messages, tasks, artifacts and experiences.
38+
- **Store** contexts & artifacts
39+
- **Observe** agent tasks and user feedback.
40+
- Enable agent **self-learning** by collecting experiences (SOPs) into long-term memory.
41+
- Offer a **Dashboard** to view messages, tasks, artifacts and experiences.
4442

4543

4644

@@ -57,7 +55,7 @@ It can:
5755

5856
We're building it because we believe Acontext can help you:
5957

60-
- **Build a more scalable agent product**
58+
- **Build a more scalable agent product with better context engineering**
6159
- **Improve your agent success rate and reduce running steps**
6260

6361
so that your agent can be more stable and provide greater value to your users.
@@ -135,17 +133,17 @@ Agent Skills will be stored in a structured `Space`, with folders, pages and blo
135133
/
136134
└── github/ (folder)
137135
└── GTM (page)
138-
├── find_trending_repos (sop block)
139-
└── find_contributor_emails (sop block)
136+
├── find_trending_repos (sop)
137+
└── find_contributor_emails (sop)
140138
└── basic_ops (page)
141-
├── create_repo (sop block)
142-
└── delete_repo (sop block)
139+
├── create_repo (sop)
140+
└── delete_repo (sop)
143141
...
144142
```
145143

146144

147145

148-
# 🚀 How to Start It?
146+
# 🚀 Start the Backend Locally
149147

150148
We have an `acontext-cli` to help you do quick proof-of-concept. Download it first in your terminal:
151149

@@ -184,7 +182,7 @@ Once it's done, you can access the following endpoints:
184182

185183

186184

187-
# 🧐 How to Use It?
185+
# 🧐 Use Acontext to build Agent
188186

189187
Download end-to-end scripts with `acontext`:
190188

@@ -216,7 +214,7 @@ Check our example repo for more templates: [Acontext-Examples](https://github.co
216214

217215

218216

219-
## Step by Step Explanation
217+
## SDK Walk-through
220218

221219
<details>
222220
<summary>Click to Open</summary>

0 commit comments

Comments
 (0)