File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments