iron_runtime 0.4.0

Agent runtime with LLM request routing and translation
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Directory: llm_router

## Responsibility Table

| File | Responsibility |
|------|----------------|
| error.rs | Defines LLM router error types |
| key_fetcher.rs | Fetches provider API keys from server |
| mod.rs | Exports LLM router module public API |
| proxy.rs | Implements local HTTP proxy server |
| router.rs | Provides PyO3 class for Python integration |

## Validation

One-Second Test: Scan the Responsibility column - if any two entries sound similar, they overlap and must be reconsolidated.