update readme
This commit is contained in:
parent
bbca63ddd5
commit
a3ed0c817e
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user