Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Magentic-UI v0.0.6 source code.tar.gz | 2025-06-20 | 4.3 MB | |
Magentic-UI v0.0.6 source code.zip | 2025-06-20 | 4.4 MB | |
README.md | 2025-06-20 | 904 Bytes | |
Totals: 3 Items | 8.6 MB | 6 |
What's Changed
This release allows you to run Magentic-UI without docker, however, code execution will be disabled as code execution without Docker can be dangerous:
:::bash
magentic-ui --run-without-docker --port 8081
We are also advertising now our command-line-interface for Magentic-UI which can be ran with:
:::bash
magentic-cli --work-dir PATH/TO/STORE/DATA
- Remove py3.10 incompatible import by @tylerpayne in https://github.com/microsoft/magentic-ui/pull/208
- Fix model_info bug blocking Ollama model configs by @tylerpayne in https://github.com/microsoft/magentic-ui/pull/207
- Make Docker optional by @husseinmozannar in https://github.com/microsoft/magentic-ui/pull/209
- version upgrade 0.0.6 by @husseinmozannar in https://github.com/microsoft/magentic-ui/pull/211
Full Changelog: https://github.com/microsoft/magentic-ui/compare/v0.0.5...v0.0.6