Skip to content

Commit 17179b9

Browse files
committed
docs: update readme
1 parent a3db430 commit 17179b9

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ so that your agent can be more stable and provide greater value to your users.
9090
Skills guide agent
9191
```
9292

93-
Agent experience will be stored in a structured workspace, with folders, pages and blocks:
93+
Agent experience will be stored in a structured `Space`, with folders, pages and blocks. For example:
9494

9595
```txt
9696
/
@@ -101,6 +101,7 @@ Agent experience will be stored in a structured workspace, with folders, pages a
101101
└── basic_ops (page)
102102
├── create_repo (sop block)
103103
└── delete_repo (sop block)
104+
...
104105
```
105106

106107

@@ -144,24 +145,30 @@ Once it's done, you can access the following endpoints:
144145

145146
Download end-to-end scripts with `acontext`:
146147

147-
**OpenAI SDK + Acontext**
148+
**OpenAI SDK + Acontext** (python)
148149

149150
```bash
150151
acontext create my-proj --template-path "python/openai-basic"
151152
```
152-
**OpenAI Agent SDK + Acontext**
153+
**OpenAI SDK + Acontext** (typescript)
154+
155+
```bash
156+
acontext create my-proj --template-path "typescript/openai-basic"
157+
```
158+
159+
**OpenAI Agent SDK + Acontext** (python)
153160

154161
```bash
155162
acontext create my-proj --template-path "python/openai-agent-basic"
156163
```
157164

158-
**Agno + Acontext**
165+
**Agno + Acontext** (python)
159166

160167
```bash
161168
acontext create my-proj --template-path "python/agno-basic"
162169
```
163170

164-
**vercel/ai-sdk + Acontext**
171+
**vercel/ai-sdk + Acontext** (typescript)
165172

166173
```bash
167174
# Coming Soon!

0 commit comments

Comments
 (0)