74 Commits
Author SHA1 Message Date
loopandzhouli b65877c8c0 feat: add edge_agent demo 2026-04-27 16:09:03 +08:00
Li Shenhang 64ec3dcea9 Merge branch 'feat/add-deepseek' into 'master'
feat(llm): add deepseek support

See merge request ae_group/esp-claw!79
2026-04-24 21:59:28 +08:00
Ning Yu XiangandLi Shenhang 0d0f209499 Feat/add p4 ev 2026-04-24 21:27:10 +08:00
Liu Ruichao 3ef393aa67 feat(llm): add deepseek support 2026-04-24 20:19:16 +08:00
Xiangao Lu 4739e876f8 feat(add_lua_cap): refine skill doc and remove the registration of lua_event_publisher 2026-04-23 19:49:14 +08:00
loopandXiangao Lu 8534fce616 feat: add lua module call capability 2026-04-23 18:37:55 +08:00
zhouli 6f7d59da27 feat(cap_time): add sntp and time context provider 2026-04-23 13:38:46 +08:00
yankeandXiangao Lu a5cc23de9d feat: add lua module adc 2026-04-22 21:51:24 +08:00
yankeandXiangao Lu 8dbc56fb7d feat: add lua module uart 2026-04-22 21:19:06 +08:00
yankeandXiangao Lu f6e97be31e feat: add lua module i2c based on i2c_bus 2026-04-22 17:03:05 +08:00
loopandzhouli 4428109112 feat(basic_demo): sync builtin lua scripts from components 2026-04-22 13:04:31 +08:00
loopandzhouli 4ec43962c5 refactor(cap_lua): simplify script args and event publisher usage 2026-04-22 11:07:25 +08:00
Liu Ruichao da867df6bf fix(demo): lock esp_emote_gfx to v3.0.2 2026-04-21 17:39:28 +08:00
zhouli f6011e1582 refactor(cap_lua): streamline lua script path handling 2026-04-20 19:25:09 +08:00
Liu Ruichao b9bcccf181 doc: init doc 2026-04-20 17:12:39 +08:00
Li Shenhang 601d7c74b6 Merge branch 'fix/llm-base-url-v1' into 'master'
Fix/llm base url v1

See merge request ae_group/esp-claw!47
2026-04-20 15:34:25 +08:00
loop 7dba8e6e39 fix: move llm api version into base url defaults 2026-04-20 15:23:44 +08:00
loopandzhouli 9f243dc45b feat: prefer psram for async task and runtime allocations 2026-04-20 15:02:47 +08:00
zhouli 70fc08e612 refactor: switch task creation to withcaps APIs 2026-04-20 15:02:47 +08:00
Ning Yu XiangandLi Shenhang affd7c34fd Update memory path 2026-04-20 14:23:02 +08:00
Zhou Li 8995e9dbff Merge branch 'fix/web-config-qr-code' into 'master'
fix(web_config): fix QR Code background

See merge request ae_group/esp-claw!41
2026-04-19 20:57:09 +08:00
Liu Ruichao 3697207a37 fix(web_config): fix QR Code background 2026-04-19 20:53:56 +08:00
lvhaiyu b18a57f88e feat(core): Added AP configuration and a guard mechanism 2026-04-19 20:27:55 +08:00
lvhaiyu 9097fafbd4 feat(core): Enhance the cancellation mechanism 2026-04-19 20:23:26 +08:00
Zhan Zhancheng d0c0d2d5d5 cap_lua: improve runtime limits and LLM scripting workflow
- Add taskYIELD in lua_sethook and 200-instruction cadence (WDT-friendly)
- Merge IM session into Lua tool args when fields missing
- event_publisher: table or string publish_message; args fallbacks
- Add cap_lua_patterns skill; expand cap_lua docs
- basic_demo: system prompt for Lua/read_file/event_publisher
- Refresh FATFS button/led_strip/button_play demos (xpcall, args)
2026-04-19 18:12:06 +08:00