by Peace Thabiwa — SAGEWORKS AI
mindscript-demos is the showroom for MindScript.
Here you’ll find:
- simple CLI flows
- multi-stage reasoning examples
- ledger + runtime loops
- search and recall demos
- integration examples for OpenAI, Gemini, and local models
If mindscript-core, mindscript-templates, mindscript-ledger,
mindscript-runtime, and mindscript-search are the engine,
this repo is the test track.
2-getting-started/— how to set up the stack3-cli-flows/— CLI-based demos4-notebooks/— notebook-style walkthroughs (Kaggle/Jupyter style)5-integrations/— flows with specific providers6-product-hunt/— assets and narratives used in launch7-assets/— diagrams, screenshot plans, Sora prompt snippets8-roadmap.md— future demo ideas
You’ll typically need:
mindscript-runtimemindscript-ledgermindscript-search- Python 3.10+
- API keys if you’re using OpenAI / Gemini demos
- Pick a flow in
3-cli-flows/. - Make sure the referenced repos are cloned and configured.
- Run the demos exactly as shown.
- Use
mindscript-searchto replay or recall the session.
These demos are meant to be:
- copy-paste friendly
- easy to adapt to your own projects
- understandable in one sitting