2026-02-05 18:56:04 +08:00
|
|
|
idf_component_register(
|
|
|
|
|
SRCS
|
|
|
|
|
"mimi.c"
|
|
|
|
|
"bus/message_bus.c"
|
|
|
|
|
"wifi/wifi_manager.c"
|
2026-03-02 19:16:00 +08:00
|
|
|
"channels/telegram/telegram_bot.c"
|
|
|
|
|
"channels/feishu/feishu_bot.c"
|
2026-02-05 18:56:04 +08:00
|
|
|
"llm/llm_proxy.c"
|
|
|
|
|
"agent/agent_loop.c"
|
|
|
|
|
"agent/context_builder.c"
|
|
|
|
|
"memory/memory_store.c"
|
|
|
|
|
"memory/session_mgr.c"
|
|
|
|
|
"gateway/ws_server.c"
|
|
|
|
|
"cli/serial_cli.c"
|
2026-02-06 22:40:28 +08:00
|
|
|
"proxy/http_proxy.c"
|
2026-02-18 17:16:00 +08:00
|
|
|
"cron/cron_service.c"
|
|
|
|
|
"heartbeat/heartbeat.c"
|
2026-02-07 00:37:36 +08:00
|
|
|
"tools/tool_registry.c"
|
2026-02-18 17:16:00 +08:00
|
|
|
"tools/tool_cron.c"
|
2026-02-07 00:37:36 +08:00
|
|
|
"tools/tool_web_search.c"
|
2026-02-07 13:05:02 +08:00
|
|
|
"tools/tool_get_time.c"
|
2026-02-07 17:54:52 +08:00
|
|
|
"tools/tool_files.c"
|
2026-03-07 16:15:34 +08:00
|
|
|
"tools/tool_gpio.c"
|
|
|
|
|
"tools/gpio_policy.c"
|
2026-02-09 01:25:56 +08:00
|
|
|
"skills/skill_loader.c"
|
2026-03-08 12:15:26 +08:00
|
|
|
"onboard/wifi_onboard.c"
|
2026-02-05 18:56:04 +08:00
|
|
|
INCLUDE_DIRS
|
|
|
|
|
"."
|
|
|
|
|
REQUIRES
|
|
|
|
|
nvs_flash esp_wifi esp_netif esp_http_client esp_http_server
|
2026-02-06 21:18:21 +08:00
|
|
|
esp_https_ota esp_event json spiffs console vfs app_update esp-tls
|
2026-03-08 12:32:37 +08:00
|
|
|
esp_timer esp_websocket_client esp_driver_gpio
|
2026-02-05 18:56:04 +08:00
|
|
|
)
|