this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: add auth-adapter to architecture diagrams

Update README.md and DEPLOY.md to reflect the current architecture
with auth-adapter between LiteLLM and anthropic-proxy.

๐Ÿค– Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

alice 7ccbe248 00ffd2a9

+11 -2
+6
DEPLOY.md
··· 390 390 โ”‚ โ”‚ โ”‚ 391 391 โ”‚ โ–ผ โ”‚ 392 392 โ”‚ โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”‚ 393 + โ”‚ โ”‚ auth-adapter โ”‚ โ”‚ 394 + โ”‚ โ”‚ (:4002) headers โ”‚ โ”‚ 395 + โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ”‚ 396 + โ”‚ โ”‚ โ”‚ 397 + โ”‚ โ–ผ โ”‚ 398 + โ”‚ โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ” โ”‚ 393 399 โ”‚ โ”‚ anthropic-proxy โ”‚ โ”‚ 394 400 โ”‚ โ”‚ (:4001) OAuth โ”‚ โ”‚ 395 401 โ”‚ โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”ฌโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜ โ”‚
+5 -2
README.md
··· 7 7 ``` 8 8 Telegram Bot (Bun) 9 9 โ”‚ 10 - โ”œโ”€โ”€โ–บ Haiku 4.5 Detection โ”€โ”€โ–บ LiteLLM โ”€โ”€โ–บ Anthropic API 10 + โ”œโ”€โ”€โ–บ Haiku 4.5 Detection โ”€โ”€โ–บ LiteLLM โ”€โ”€โ–บ auth-adapter โ”€โ”€โ–บ anthropic-proxy โ”€โ”€โ–บ Anthropic API 11 11 โ”‚ (overwhelm, brain dump, self-bullying) 12 12 โ”‚ 13 13 โ–ผ 14 14 Letta (port 8283) - AI agent framework 15 15 โ†“ OpenAI-compatible API 16 16 LiteLLM (port 4000) - API translation layer 17 - โ†“ Anthropic API format (x-api-key via extra_headers) 17 + โ†“ 18 + auth-adapter (port 4002) - Bearer โ†’ x-api-key header translation 19 + โ†“ 18 20 anthropic-proxy (port 4001) - OAuth session management 19 21 โ†“ 20 22 Anthropic API (Claude Opus 4.5) ··· 24 26 - **Haiku 4.5 Detection**: Fast classification of user messages for overwhelm, brain dumps, and self-bullying 25 27 - **Letta**: AI agent framework with persistent memory (uses Opus 4.5) 26 28 - **LiteLLM**: Translates OpenAI-compatible requests to Anthropic format 29 + - **auth-adapter**: Translates Bearer tokens to x-api-key headers for anthropic-proxy 27 30 - **anthropic-proxy**: OAuth proxy for Anthropic API access 28 31 - **SQLite**: Local storage for items, wins, and context 29 32