feat: add feishu bot core

Signed-off-by: Asklv <boironic@gmail.com>
This commit is contained in:
Asklv
2026-03-02 19:16:00 +08:00
parent d5dc6322d5
commit 56c6db438a
2 changed files with 659 additions and 1 deletions

View File

@@ -3,7 +3,8 @@ idf_component_register(
"mimi.c"
"bus/message_bus.c"
"wifi/wifi_manager.c"
"telegram/telegram_bot.c"
"channels/telegram/telegram_bot.c"
"channels/feishu/feishu_bot.c"
"llm/llm_proxy.c"
"agent/agent_loop.c"
"agent/context_builder.c"