packages_ai_agent/include
zhouwenjie1 622ff39aa3 fix: increase WS client thread stack to 16KB
MCP HTTP handler adds body[4096] on stack inside client_thread,
pushing total stack usage to 100% of the 12KB allocation.
This causes Data Abort (DFAR=0x99) when curl sends MCP initialize.

Increase AGENT_WS_CLIENT_STACK from 12KB to 16KB. RAM impact: +4KB.

Signed-off-by: zhouwenjie1 <zhouwenjie1@xiaomi.com>
2026-05-14 20:20:40 +08:00
..
llm Initial commit 2026-04-11 15:27:58 +08:00
node Initial commit 2026-04-11 15:27:58 +08:00
tools Initial commit 2026-04-11 15:27:58 +08:00
ui Initial commit 2026-04-11 15:27:58 +08:00
voice Initial commit 2026-04-11 15:27:58 +08:00
agent_compat.h Initial commit 2026-04-11 15:27:58 +08:00
agent_config.h fix: increase WS client thread stack to 16KB 2026-05-14 20:20:40 +08:00