Multiple LLM backends per run not supported #63
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WuMing accepts a single WUMING_BACKEND per invocation, so all agents in one run share the same backend. The per-agent name:model syntax only selects a model within that backend. Mixing backends across agents (for example Kimi for the code agent and DeepSeek for the config agent) is not possible in a single run today — the workflow must invoke WuMing once per backend.
How to handle this (support multiple backends per run, or document the multi-invocation approach) is deferred to a separate session.