Capture inference model selection
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
- pushed
- by user · WAL seq 465 · 2026-08-26T21:38:21.390749Z
Changed files
-
modified
lib/openagents_web/controllers/inference_proxy_controller.ex -
modified
test/openagents_web/controllers/inference_proxy_controller_test.exs
Diff
2 files changed, +105 -0
lib/openagents_web/controllers/inference_proxy_controller.ex modified +62
@@ -37,6 +37,7 @@ defmodule OpenAgentsWeb.InferenceProxyController do
| 37 | 37 |
|
| 38 | 38 |
|
| 39 | 39 |
|
| 40 |
|
|
| 40 | 41 |
|
| 41 | 42 |
|
| 42 | 43 |
|
@@ -196,6 +197,9 @@ defmodule OpenAgentsWeb.InferenceProxyController do
| 196 | 197 |
|
| 197 | 198 |
|
| 198 | 199 |
|
| 200 |
|
|
| 201 |
|
|
| 202 |
|
|
| 199 | 203 |
|
| 200 | 204 |
|
| 201 | 205 |
|
@@ -218,6 +222,17 @@ defmodule OpenAgentsWeb.InferenceProxyController do
| 218 | 222 |
|
| 219 | 223 |
|
| 220 | 224 |
|
| 225 |
|
|
| 226 |
|
|
| 227 |
|
|
| 228 |
|
|
| 229 |
|
|
| 230 |
|
|
| 231 |
|
|
| 232 |
|
|
| 233 |
|
|
| 234 |
|
|
| 235 |
|
|
| 221 | 236 |
|
| 222 | 237 |
|
| 223 | 238 |
|
@@ -241,6 +256,17 @@ defmodule OpenAgentsWeb.InferenceProxyController do
| 241 | 256 |
|
| 242 | 257 |
|
| 243 | 258 |
|
| 259 |
|
|
| 260 |
|
|
| 261 |
|
|
| 262 |
|
|
| 263 |
|
|
| 264 |
|
|
| 265 |
|
|
| 266 |
|
|
| 267 |
|
|
| 268 |
|
|
| 269 |
|
|
| 244 | 270 |
|
| 245 | 271 |
|
| 246 | 272 |
|
@@ -256,6 +282,42 @@ defmodule OpenAgentsWeb.InferenceProxyController do
| 256 | 282 |
|
| 257 | 283 |
|
| 258 | 284 |
|
| 285 |
|
|
| 286 |
|
|
| 287 |
|
|
| 288 |
|
|
| 289 |
|
|
| 290 |
|
|
| 291 |
|
|
| 292 |
|
|
| 293 |
|
|
| 294 |
|
|
| 295 |
|
|
| 296 |
|
|
| 297 |
|
|
| 298 |
|
|
| 299 |
|
|
| 300 |
|
|
| 301 |
|
|
| 302 |
|
|
| 303 |
|
|
| 304 |
|
|
| 305 |
|
|
| 306 |
|
|
| 307 |
|
|
| 308 |
|
|
| 309 |
|
|
| 310 |
|
|
| 311 |
|
|
| 312 |
|
|
| 313 |
|
|
| 314 |
|
|
| 315 |
|
|
| 316 |
|
|
| 317 |
|
|
| 318 |
|
|
| 319 |
|
|
| 320 |
|
|
| 259 | 321 |
|
| 260 | 322 |
|
| 261 | 323 |
|
test/openagents_web/controllers/inference_proxy_controller_test.exs modified +43
@@ -9,6 +9,31 @@ defmodule OpenAgentsWeb.InferenceProxyControllerTest do
| 9 | 9 |
|
| 10 | 10 |
|
| 11 | 11 |
|
| 12 |
|
|
| 13 |
|
|
| 14 |
|
|
| 15 |
|
|
| 16 |
|
|
| 17 |
|
|
| 18 |
|
|
| 19 |
|
|
| 20 |
|
|
| 21 |
|
|
| 22 |
|
|
| 23 |
|
|
| 24 |
|
|
| 25 |
|
|
| 26 |
|
|
| 27 |
|
|
| 28 |
|
|
| 29 |
|
|
| 30 |
|
|
| 31 |
|
|
| 32 |
|
|
| 33 |
|
|
| 34 |
|
|
| 35 |
|
|
| 36 |
|
|
| 12 | 37 |
|
| 13 | 38 |
|
| 14 | 39 |
|
@@ -56,6 +81,7 @@ defmodule OpenAgentsWeb.InferenceProxyControllerTest do
| 56 | 81 |
|
| 57 | 82 |
|
| 58 | 83 |
|
| 84 |
|
|
| 59 | 85 |
|
| 60 | 86 |
|
| 61 | 87 |
|
@@ -105,6 +131,23 @@ defmodule OpenAgentsWeb.InferenceProxyControllerTest do
| 105 | 131 |
|
| 106 | 132 |
|
| 107 | 133 |
|
| 134 |
|
|
| 135 |
|
|
| 136 |
|
|
| 137 |
|
|
| 138 |
|
|
| 139 |
|
|
| 140 |
|
|
| 141 |
|
|
| 142 |
|
|
| 143 |
|
|
| 144 |
|
|
| 145 |
|
|
| 146 |
|
|
| 147 |
|
|
| 148 |
|
|
| 149 |
|
|
| 150 |
|
|
| 108 | 151 |
|
| 109 | 152 |
|
| 110 | 153 |
|