bitrouter-runtime 0.2.4

BitRouter runtime assembly for CLI and daemon execution
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# bitrouter-runtime

GitHub repository: [bitrouter/bitrouter](https://github.com/bitrouter/bitrouter)

Runtime assembly crate for BitRouter.

This crate connects configuration, routing, provider adapters, and the HTTP
server into a runnable application. It also owns daemon lifecycle management,
runtime paths, and the concrete model router used by the CLI binary.

## Includes

- `AppRuntime` for loading and serving a configured runtime
- `Router` for instantiating provider-backed language models
- Server, control, daemon, and runtime path modules