docs: update changelog, TODO and discussion records with time-sync and NVS stability plan

This commit is contained in:
2026-04-01 06:38:00 +08:00
parent 540bfe825f
commit 3912eda8c1
3 changed files with 103 additions and 7 deletions

View File

@@ -94,10 +94,9 @@
- **MimiClaw**: Not implemented
- **Recommendation**: Simple FreeRTOS timer that periodically checks HEARTBEAT.md
### [ ] Multi-LLM Provider Support
### [x] ~~Multi-LLM Provider Support~~
- **nanobot**: `providers/litellm_provider.py` — supports OpenRouter, Anthropic, OpenAI, Gemini, DeepSeek, Groq, Zhipu, vLLM via LiteLLM
- **MimiClaw**: Hardcoded to Anthropic Messages API
- **Recommendation**: Abstract LLM interface, support OpenAI-compatible API (most providers are compatible)
- **MimiClaw**: Supports Anthropic, OpenAI, SiliconFlow (硅基流动), Volcengine (火山方舟) — abstracted via `llm_provider.c`
### [ ] Voice Transcription
- **nanobot**: `providers/transcription.py` — Groq Whisper API