|
3 | 3 | **Intelligent LLM model router driven by real code metrics.** |
4 | 4 |
|
5 | 5 | [](https://pypi.org/project/llx/) |
6 | | -[](https://pypi.org/project/llx/) |
| 6 | +[](https://pypi.org/project/llx/) |
7 | 7 | [](https://opensource.org/licenses/Apache-2.0) |
8 | 8 | [](https://python.org) |
9 | 9 |
|
10 | 10 |
|
11 | 11 | ## AI Cost Tracking |
12 | 12 |
|
13 | | -    |
14 | | -   |
| 13 | +    |
| 14 | +   |
15 | 15 |
|
16 | | -- 🤖 **LLM usage:** $7.5000 (80 commits) |
17 | | -- 👤 **Human dev:** ~$2990 (29.9h @ $100/h, 30min dedup) |
| 16 | +- 🤖 **LLM usage:** $7.5000 (81 commits) |
| 17 | +- 👤 **Human dev:** ~$3090 (30.9h @ $100/h, 30min dedup) |
18 | 18 |
|
19 | 19 | Generated on 2026-04-26 using [openrouter/qwen/qwen3-coder-next](https://openrouter.ai/qwen/qwen3-coder-next) |
20 | 20 |
|
@@ -155,6 +155,21 @@ pip install uv |
155 | 155 | uv pip install -e ".[dev]" # 10-100x faster than pip |
156 | 156 | ``` |
157 | 157 |
|
| 158 | +### Test profiles |
| 159 | + |
| 160 | +```bash |
| 161 | +# Default test profile (used by goal.yaml) |
| 162 | +pytest tests/ -v |
| 163 | + |
| 164 | +# Full test profile with MCP tests enabled |
| 165 | +pip install -e ".[mcp]" |
| 166 | +pytest tests/ -v |
| 167 | +``` |
| 168 | + |
| 169 | +`tests/test_mcp.py` and `tests/test_aider_mcp.py` require the optional `mcp` package. |
| 170 | +When `llx[mcp]` is not installed, those modules are skipped automatically instead of |
| 171 | +breaking test collection. |
| 172 | + |
158 | 173 | **Configuration:** |
159 | 174 | Model tiers are configured in `llx.yaml`: |
160 | 175 | ```yaml |
|
0 commit comments