polyglotmesh 0.1.1

polyglotmesh — a single OpenAI/Anthropic-compatible base URL in front of many LLM providers, with priority routing, per-key limits, queueing, and built-in observability.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Normalize line endings
* text=auto eol=lf

# Markdown
*.md text eol=lf

# Shell scripts (always LF, executable)
*.sh text eol=lf

# Rust source
*.rs text eol=lf

# TOML config
*.toml text eol=lf