update readme

This commit is contained in:
Re-bin 2026-02-01 16:38:13 +00:00
parent bbca63ddd5
commit a3ed0c817e

View File

@ -269,11 +269,13 @@ nanobot/
│ ├── context.py # Prompt builder │ ├── context.py # Prompt builder
│ ├── memory.py # Persistent memory │ ├── memory.py # Persistent memory
│ ├── skills.py # Skills loader │ ├── skills.py # Skills loader
│ └── tools/ # Built-in tools │ ├── subagent.py # Background task execution
│ └── tools/ # Built-in tools (incl. spawn)
├── skills/ # 🎯 Bundled skills (github, weather, tmux...) ├── skills/ # 🎯 Bundled skills (github, weather, tmux...)
├── channels/ # 📱 Telegram, WhatsApp ├── channels/ # 📱 WhatsApp integration
├── bus/ # 🚌 Message routing ├── bus/ # 🚌 Message routing
├── cron/ # ⏰ Scheduled tasks ├── cron/ # ⏰ Scheduled tasks
├── heartbeat/ # 💓 Proactive wake-up
├── providers/ # 🤖 LLM providers (OpenRouter, etc.) ├── providers/ # 🤖 LLM providers (OpenRouter, etc.)
├── session/ # 💬 Conversation sessions ├── session/ # 💬 Conversation sessions
├── config/ # ⚙️ Configuration ├── config/ # ⚙️ Configuration