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
+14-18Lines changed: 14 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,10 +63,10 @@ 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) - A conversation thread that stores messages with multi-modal support.
69
-
-[**Task**](https://docs.acontext.io/store/messages/multi-provider) - extracted automatically from conversations. Tasks move through `pending` → `running` → `success`/`failed` states.
69
+
-[**Task**](https://docs.acontext.io/observe/agent_tasks) - extracted automatically from conversations. Tasks move through `pending` → `running` → `success`/`failed` states.
70
70
-[**Disk**](https://docs.acontext.io/store/disk) - File storage for agent artifacts.
71
71
-[**Space**](https://docs.acontext.io/learn/skill-space) - A knowledge repository (like Notion) for agent, where learned skills are stored.
72
72
-[**Experience Agent**](https://docs.acontext.io/learn/advance/experience-agent) - Background AI agents that extract tasks and learn skills.
@@ -156,15 +156,9 @@ Once it's done, you can access the following endpoints:
156
156
157
157
158
158
159
-
# How to Use It?
159
+
# 🧐 How to Use It?
160
160
161
-
We're maintaining Python [](https://pypi.org/project/acontext/) and Typescript []("https://www.npmjs.com/package/@acontext/acontext") SDKs. The snippets below are using Python.
We're maintaining Python [](https://pypi.org/project/acontext/) and Typescript []("https://www.npmjs.com/package/@acontext/acontext") SDKs. The snippets below are using Python.
199
193
200
194
## Install SDKs
201
195
@@ -532,21 +526,21 @@ The return is a list of sop blocks, which look like below:
532
526
533
527
534
528
535
-
# Document
529
+
# 🔍 Document
536
530
537
531
To understand what Acontext can do better, please view [our docs](https://docs.acontext.io/)
538
532
539
533
540
534
541
-
# Stay Updated
535
+
# ❤️ Stay Updated
542
536
543
-
Star Acontext on Github to support and receive instant notifications ❤️
537
+
Star Acontext on Github to support and receive instant notifications
544
538
545
539

546
540
547
541
548
542
549
-
# Stay Together
543
+
# 🤝 Stay Together
550
544
551
545
Join the community for support and discussions:
552
546
@@ -555,18 +549,20 @@ Join the community for support and discussions:
555
549
556
550
557
551
558
-
# Contributing
552
+
# 🌟 Contributing
559
553
560
554
- Check our [roadmap.md](./ROADMAP.md) first.
561
555
- Read [contributing.md](./CONTRIBUTING.md)
562
556
563
-
# LICENSE
557
+
558
+
559
+
# 📑 LICENSE
564
560
565
561
This project is currently licensed under [Apache License 2.0](LICENSE).
566
562
567
563
568
564
569
-
# Badges
565
+
# 🥇 Badges
570
566
571
567

0 commit comments