Skip to content

Commit

Permalink
Update roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
tsterbak committed Aug 28, 2024
1 parent 404eb23 commit 25029f0
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
27 changes: 26 additions & 1 deletion docs/roadmap.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
# Roadmap

Coming soon...
## 2024

### August

- [x] Implement a dynamic execution graph for flows
- [x] Implement an evaluation mode for applications


### September

- [ ] Implement a remote backend for PromptMage
- [ ] Improve error handling and reporting
- [ ] More complex use-case examples

### October
- [ ] Implement a robust task queue for LLM calls

### November

- [ ]

### December

- [ ]

## 2025
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ copyright: Copyright © 2024 PromptMage
nav:
- Home: index.md
- Getting Started: getting-started.md
- Roadmap: roadmap.md
- Tutorials: tutorial.md
- API Reference: reference.md
- Walkthrough: walkthrough.md
Expand Down Expand Up @@ -71,6 +72,8 @@ markdown_extensions:
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.tasklist:
custom_checkbox: true


plugins:
Expand Down

0 comments on commit 25029f0

Please sign in to comment.