- Basic parser for <STAGE_X> blocks
- Execution engine with sequential stages
- Simple CLI:
run - Mock adapters: OpenAI, Gemini, local stub
- Example MindScript files
- Real HTTP calls to OpenAI / Gemini
- Configurable system prompts per stage
- Logging & basic error handling
- Publish as a Python package (
pip install mindscript-runtime) -
mindscriptglobal CLI command - Better help and interactive flags
- Tight integration with
mindscript-ledger - Integration with
mindscript-templates - Example notebooks and end-to-end demos