Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -32,6 +32,8 @@ The model is vision-only at perception time: it sees the browser through screens
32
 
33
  Fara1.5-4B is supervised fine-tuned from Qwen3.5-4B on data generated by **FaraGen1.5**, our multi-agent pipeline that synthesizes web tasks, executes trajectories to solve them, and verifies the results before training.
34
 
 
 
35
  It's co-designed with **MagenticLite**, and that's the recommended deployment for both research and production.
36
 
37
  ## Highlights
@@ -133,6 +135,8 @@ The screen resolution Fara is most commonly trained with is **1440×900**. Match
133
 
134
  ### Minimal agent loop
135
 
 
 
136
  ```python
137
  # Pseudocode for a single-step interaction. Use vLLM's OpenAI-compatible
138
  # endpoint and pass the screenshot as an image content part.
 
32
 
33
  Fara1.5-4B is supervised fine-tuned from Qwen3.5-4B on data generated by **FaraGen1.5**, our multi-agent pipeline that synthesizes web tasks, executes trajectories to solve them, and verifies the results before training.
34
 
35
+ Please use only with the harness developped in [Github/fara CLI](https://github.com/microsoft/fara) or [Magentic-Lite](https://github.com/microsoft/magentic-ui).
36
+
37
  It's co-designed with **MagenticLite**, and that's the recommended deployment for both research and production.
38
 
39
  ## Highlights
 
135
 
136
  ### Minimal agent loop
137
 
138
+ Note: We strongly recommend to use only with the harness developped in [Github/fara](https://github.com/microsoft/fara) or [Magentic-Lite](https://github.com/microsoft/magentic-ui).
139
+
140
  ```python
141
  # Pseudocode for a single-step interaction. Use vLLM's OpenAI-compatible
142
  # endpoint and pass the screenshot as an image content part.