octoroute 0.1.0

Intelligent multi-model router for self-hosted LLMs
Documentation
1
2
3
4
5
6
7
8
9
10
11
# Clippy configuration for Octoroute
# Follow strict linting for zero tech debt

# Cognitive complexity threshold
cognitive-complexity-threshold = 30

# Disallowed names (prevent placeholder variables)
disallowed-names = ["foo", "bar", "baz", "tmp"]

# MSRV for clippy
msrv = "1.90"