ReleaseMicrosoftMicrosoftpublished Nov 29, 2025seen 1w

microsoft/magentic-ui v0.1.6

microsoft/magentic-ui

Open original ↗

Captured source

source ↗
published Nov 29, 2025seen 1wcaptured 1whttp 200method plain

Magentic-UI 0.1.6: Fara-7B

Repository: microsoft/magentic-ui

Tag: v0.1.6

Published: 2025-11-29T01:31:15Z

Prerelease: no

Release notes: Microsoft latest agentic model Fara-7B is now integrated in Magentic-UI:

1) First install magentic-ui with the fara extras:

python3 -m venv .venv source .venv/bin/activate pip install magentic-ui[fara]

2) In a seperate process, serve the Fara-7B model using vLLM:

vllm serve "microsoft/Fara-7B" --port 5000 --dtype auto

3) First create a `fara_config.yaml` file with the following content:

model_config_local_surfer: &client_surfer provider: OpenAIChatCompletionClient config: model: "microsoft/Fara-7B" base_url: http://localhost:5000/v1 api_key: not-needed model_info: vision: true function_calling: true json_output: false family: "unknown" structured_output: false multiple_system_messages: false

orchestrator_client: *client_surfer coder_client: *client_surfer web_surfer_client: *client_surfer file_surfer_client: *client_surfer action_guard_client: *client_surfer model_client: *client_surfer

Note: if you are hosting vLLM on a different port or host, change the `base_url` accordingly.

Then launch Magentic-UI with the fara agent:

magentic-ui --fara --port 8081 --config fara_config.yaml

Finally, navigate to to access the interface!

## What's Changed
* Update link for 'Tell me When' feature by @husseinmozannar in https://github.com/microsoft/magentic-ui/pull/402
* [WIP] Fara-7B in Magentic-UI by @husseinmozannar in https://github.com/microsoft/magentic-ui/pull/448

**Full Changelog**: https://github.com/microsoft/magentic-ui/compare/0.1.5...v0.1.6

Excerpt shown — open the source for the full document.

Notability

notability 3.0/10

Routine minor version release of an existing repo.