Skip to content

Commit bee3459

Browse files
committed
docs: add emoji
1 parent 45dd62f commit bee3459

File tree

1 file changed

+14
-18
lines changed

1 file changed

+14
-18
lines changed

README.md

Lines changed: 14 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ 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) - 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.
7070
- [**Disk**](https://docs.acontext.io/store/disk) - File storage for agent artifacts.
7171
- [**Space**](https://docs.acontext.io/learn/skill-space) - A knowledge repository (like Notion) for agent, where learned skills are stored.
7272
- [**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:
156156

157157

158158

159-
# How to Use It?
159+
# 🧐 How to Use It?
160160

161-
We're maintaining Python [![pypi](https://img.shields.io/pypi/v/acontext.svg)](https://pypi.org/project/acontext/) and Typescript [![npm](https://img.shields.io/npm/v/@acontext/acontext.svg?logo=npm&logoColor=fff&style=flat&labelColor=2C2C2C&color=28CF8D)]("https://www.npmjs.com/package/@acontext/acontext") SDKs. The snippets below are using Python.
162-
163-
164-
165-
## End-to-End Examples
166-
167-
Download scripts with `acontext`:
161+
Download end-to-end scripts with `acontext`:
168162

169163
- **OpenAI SDK + Acontext**
170164

@@ -195,7 +189,7 @@ acontext create my-proj --template-path "python/agno_basic"
195189

196190
<details>
197191
<summary>Click to Open</summary>
198-
192+
We're maintaining Python [![pypi](https://img.shields.io/pypi/v/acontext.svg)](https://pypi.org/project/acontext/) and Typescript [![npm](https://img.shields.io/npm/v/@acontext/acontext.svg?logo=npm&logoColor=fff&style=flat&labelColor=2C2C2C&color=28CF8D)]("https://www.npmjs.com/package/@acontext/acontext") SDKs. The snippets below are using Python.
199193

200194
## Install SDKs
201195

@@ -532,21 +526,21 @@ The return is a list of sop blocks, which look like below:
532526

533527

534528

535-
# Document
529+
# 🔍 Document
536530

537531
To understand what Acontext can do better, please view [our docs](https://docs.acontext.io/)
538532

539533

540534

541-
# Stay Updated
535+
# ❤️ Stay Updated
542536

543-
Star Acontext on Github to support and receive instant notifications ❤️
537+
Star Acontext on Github to support and receive instant notifications
544538

545539
![click_star](./assets/star_acontext.gif)
546540

547541

548542

549-
# Stay Together
543+
# 🤝 Stay Together
550544

551545
Join the community for support and discussions:
552546

@@ -555,18 +549,20 @@ Join the community for support and discussions:
555549

556550

557551

558-
# Contributing
552+
# 🌟 Contributing
559553

560554
- Check our [roadmap.md](./ROADMAP.md) first.
561555
- Read [contributing.md](./CONTRIBUTING.md)
562556

563-
# LICENSE
557+
558+
559+
# 📑 LICENSE
564560

565561
This project is currently licensed under [Apache License 2.0](LICENSE).
566562

567563

568564

569-
# Badges
565+
# 🥇 Badges
570566

571567
![Made with Acontext](./assets/badge-made-with-acontext.svg) ![Made with Acontext (dark)](./assets/badge-made-with-acontext-dark.svg)
572568

0 commit comments

Comments
 (0)