Major updates https://pypi.org/project/magentic_ui/0.0.4/:
- Updated model config editor in Settings to more clear and easier to use with Ollama and OpenRouter
- Updates to agents to support Claude 3.7 Sonnet, Qwen 2.5 VL and other models beyond OpenAI models. WebSurfer can now work with models that dont support tool calling but can output valid JSONs
What's Changed
- Consolidate package version into a single source of truth by @copilot-swe-agent in #59
- Fix tiktoken warning issue by @copilot-swe-agent in #62
- Readme updates by @husseinmozannar in #63
- Remove opentelemery strict dependency by @husseinmozannar in #64
- Docker logging + readme fix by @husseinmozannar in #68
- Support more models via small agent changes by @husseinmozannar in #66
- Fix typo in settings dropdown for plan retrieval by @copilot-swe-agent in #70
- fix - in FileSurfer & CoderAgent, make sure to replace the datetime variable in prompts at runtime and not on object creation by @ksachdeva in #75
- fix - typos: correct some spellings in coder and filesurfer agents by @ksachdeva in #77
- Coder better handling of code exception by @husseinmozannar in #80
- Ollama config by @husseinmozannar in #78
- update version 0.0.4 by @husseinmozannar in #87
New Contributors
- @copilot-swe-agent made their first contribution in #59
- @ksachdeva made their first contribution in #75
Full Changelog: v0.0.3...v0.0.4