| # | Test | Group | Status | Duration | Details |
|---|---|---|---|---|---|
| 1 | Binary exists at .build/release/afm | Preflight | PASS | 0.0s | file exists |
| 2 | Server reachable at http://127.0.0.1:9998 | Preflight | PASS | 0.0s | 200 OK |
| 3 | Normal XML tool call works with afm_adaptive_xml | AdaptiveXML | PASS | 0.6s | valid tool call |
| 4 | Streaming tool call emits valid deltas | AdaptiveXML | PASS | 0.8s | name + JSON args |
| 5 | Multi-turn: model responds after tool result | AdaptiveXML | PASS | 0.6s | non-empty content |
| 6 | tool_choice=none suppresses tool calls | AdaptiveXML | PASS | 1.4s | no tool_calls |
| 7 | Multiple tools: correct function selected | AdaptiveXML | PASS | 0.7s | get_time |
| 8 | Argument types coerced (string, bool, int) | AdaptiveXML | PASS | 1.0s | correct types |
| 9 | Tool call valid (xgrammar requires compile flag) | AdaptiveXML | PASS | 0.6s | valid |