Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 797 Bytes

File metadata and controls

24 lines (20 loc) · 797 Bytes

8-roadmap.md

mindscript-runtime Roadmap

v0.1 — Minimal Runtime (This Repo)

  • Basic parser for <STAGE_X> blocks
  • Execution engine with sequential stages
  • Simple CLI: run
  • Mock adapters: OpenAI, Gemini, local stub
  • Example MindScript files

v0.2 — Real API Integration

  • Real HTTP calls to OpenAI / Gemini
  • Configurable system prompts per stage
  • Logging & basic error handling

v0.3 — Packaging & Distribution

  • Publish as a Python package (pip install mindscript-runtime)
  • mindscript global CLI command
  • Better help and interactive flags

v1.0 — Ecosystem Integration

  • Tight integration with mindscript-ledger
  • Integration with mindscript-templates
  • Example notebooks and end-to-end demos