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
# Task Inbox (Unverified)

Holds task files awaiting the VERIFY gate. A task arrives here on creation and leaves when VERIFY PASS promotes it to `verified/`.

### Responsibility Table

| File | Purpose |
|------|---------|
| `readme.md` | This file — directory responsibility and lifecycle note |
| `007_implement_client_enterprise_fields.md` | Implement 9 untracked client enterprise fields in core.rs |
| `008_implement_websocket_send_and_features.md` | Implement WebSocket send_message and 3 planned features |

*(Task files are listed in `../readme.md` Tasks Index.)*