api_gemini 0.8.1

Gemini's API for accessing large language models (LLMs).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Dynamic Configuration

Runtime configuration updates with hot-reload and history.

## Responsibility Table

| filename | Responsibility |
|----------|---------------|
| mod.rs | DynamicConfig types, builder, and client integration |
| sources.rs | Configuration loading from env, files, and remote |
| hot_reload.rs | File-watch-based automatic configuration reload |
| propagation.rs | Configuration change event propagation |
| rollback.rs | Configuration rollback to previous version |
| versioning.rs | Configuration version tracking and history |