Commit Graph

13 Commits

Author SHA1 Message Date
crispyberry
cbd137c3fa feat: add Claude API proxy with SSE streaming parser
Anthropic Messages API integration with streaming response.
Parses content_block_delta SSE events, accumulates text tokens.
API key and model stored in NVS.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 18:55:32 +08:00
crispyberry
44a82520e2 feat: add Telegram bot with long polling and message splitting
Direct HTTPS long polling against Telegram Bot API (getUpdates),
JSON parsing with cJSON, auto-split at 4096 chars, Markdown
with plain-text fallback.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 18:55:28 +08:00
crispyberry
efb3e09929 feat: add FreeRTOS message bus (inbound + outbound queues)
mimi_msg_t carries channel/chat_id/content between tasks.
Decouples input channels from agent loop and output dispatch.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 18:55:23 +08:00
crispyberry
0ebd1ccb20 feat: add WiFi manager with NVS credentials and auto-reconnect
STA mode, reads SSID/password from NVS, exponential backoff
reconnect (1s-30s), EventGroup for connection state.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 18:55:17 +08:00
crispyberry
db3a8b1202 feat: add sdkconfig defaults, partition table, and global config
16MB flash with custom partitions (2x2MB OTA + 12MB SPIFFS),
PSRAM/WiFi/TLS tuning, and centralized compile-time constants.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 18:55:12 +08:00
crispyberry
2d0660ab58 chore: add .gitignore and sdkconfig.defaults.esp32s3 2026-02-05 18:15:08 +08:00
crispyberry
2f1a7b6199 Merge remote-tracking branch 'origin/main' 2026-02-05 12:40:09 +08:00
crispyberry
e676abf2d2 feat: new project 2026-02-05 12:38:18 +08:00
crispyberry
7e87831f3f docs: big name, done 2026-02-04 23:40:18 +08:00
crispyberry
8cfd68e5c3 Add lobster pixel art banner to README
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 17:49:34 +08:00
crispyberry
1d1ac71369 Fix clone URL to correct repo address
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 12:40:36 +08:00
crispyberry
cf567b3585 Add project README with architecture, roadmap, and usage docs
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 12:37:56 +08:00
crispyberry
52f5695b76 first commit 2026-02-04 12:27:23 +08:00