llmux 2.0.0

Hook-driven LLM model multiplexer with pluggable switch policy
Documentation
1
2
3
4
5
6
7
8
9
10
11
test:
    cargo test

lint:
    cargo fmt --check
    cargo clippy --all-targets -- -D warnings

fmt:
    cargo fmt

check: lint test