close
Skip to content

PEACEBINFLOW/mindscript-web-playground-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MindScript Web Playground 🌌

Live interactive playground for MindScript — the deterministic prompting language from SAGEWORKS AI.

Features

  • Browse official templates by modality (Text, Diagram, Image, Video, Automation)
  • Edit and run MindScript (.ms) programs in-browser
  • Stage-by-stage execution with real LLM outputs
  • Switch between backends (OpenAI GPT, Google Gemini, or stub for testing)
  • Cyber-minimal dark theme

Powered by:

Live Demo

Once deployed: https://mindscript-web-playground.onrender.com

Local Development

git clone https://github.com/PEACEBINFLOW/mindscript-web-playground.git
cd mindscript-web-playground
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

# Create config.yaml in mindscript_runtime/ with your keys (see runtime repo)
streamlit run app.py

About

"Web playground for running MindScript programs with Streamlit — powered by mindscript-runtime and templates."

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors