Skip to content

Commit b8de1a8

Browse files
add roadmap
1 parent 89f1fa0 commit b8de1a8

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,16 @@ print(ask("Hello, what's in the picture ?", client=my_other_openai_client))
118118
# OOOPS, the new client timed out, of course :-)
119119
```
120120

121+
## Roadmap
122+
123+
- [ ] Add tests (unit, integration, e2e)
124+
- [ ] Clean things up now that the UX has landed
125+
- [ ] Add docs
126+
- [ ] Handle multi-threading & concurrency with locks
127+
- [ ] Add support for async components
128+
- [ ] Add a cookbook with common patterns & recipes
129+
- [ ] Enjoy the fruits of my labor 🍊
130+
121131
<!--
122132
123133
## Core Concepts

0 commit comments

Comments
 (0)