Skip to content

Commit f5bb844

Browse files
docs(tasks): roadmap milestones v0.2–v1.0
1 parent 984015e commit f5bb844

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

TASKS.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,26 @@ _(nothing at the moment)_
2222

2323
## Future Tasks
2424

25-
- [ ] Prompt templating with Jinja2 and persistent conversation memory
26-
- [ ] Robust parsing / error handling for ACTION/ARG/FINAL blocks
27-
- [ ] Streaming LLM responses (chunked) for `mini-agent serve`
25+
### Planned for **v0.2.x** – Local Serve & Streaming
26+
2827
- [ ] `mini-agent serve` FastAPI server with streaming SSE endpoint
28+
- [ ] Streaming LLM responses (chunked) for realtime UI
29+
- [ ] Prompt templating with Jinja2 and basic conversation memory
30+
31+
### Planned for **v0.3.x** – Web UI & Testing Harness Upgrades
32+
2933
- [ ] React webapp (`webapp/`) with shadcn/ui chat + playground
3034
- [ ] Testing harness Phase 1: DeepEval metrics and Guardrails schema checks
31-
- [ ] Testing harness Phase 2: LangSmith golden conversation replay
35+
- [ ] Robust parsing / error handling for ACTION/ARG/FINAL blocks
36+
37+
### Planned for **v0.4.x** – Cloud Deploy Targets
38+
3239
- [ ] One-click Vercel deploy (`deploy/vercel.json`) and README badge
3340
- [ ] Cloudflare Workers edge target via `wrangler deploy`
41+
42+
### Planned for **v1.0.0** – Launch Readiness
43+
44+
- [ ] Testing harness Phase 2: LangSmith golden conversation replay
3445
- [ ] Docs site and launch assets (logo, screenshots, blog post)
3546

3647
## Implementation Plan

0 commit comments

Comments
 (0)