Views
No views yet
submit_to_ground) or
discarded (drop).<|tool_call_start|>[fn(arg=...)]<|tool_call_end|>. A custom vLLM
parser plugin is required to decode them.| Tool | Role |
|---|---|
compute_index_delta(index) | After−Before delta of a spectral index (NBR / NDVI / MNDWI / NDBI / NDSI). Returns {change: STRONG/WEAK, mean: ...}. |
analyze(evidence) | Free-form thought scratchpad. |
submit_to_ground(reason) | Terminal: send the report. |
drop(reason) | Terminal: discard the frame. |
lfm2_pythonic tool parser plugin.1vllm serve /path/to/checkpoint \
2 --served-model-name LFM2.5-VL-450M-sft-grpo \
3 --port 8000 --host 0.0.0.0 \
4 --gpu-memory-utilization 0.5 \
5 --max-model-len 4096 \
6 --enforce-eager --trust-remote-code \
7 --enable-auto-tool-choice \
8 --tool-parser-plugin /path/to/lfm2_tool_parser.py \
9 --tool-call-parser lfm2_pythonic