Rewrite agent_loop.c with ReAct tool use loop: LLM call → tool execution → repeat until end_turn (max 10 iterations). Add tool guidance to system prompt. Add set_search_key CLI command. Add mimi_secrets.h for build-time credentials with highest priority over NVS/CLI values. All modules (wifi, telegram, llm, proxy, web_search) check build-time secrets first, fall back to NVS. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
43 lines
423 B
Plaintext
43 lines
423 B
Plaintext
# Build output
|
|
build/
|
|
dist/
|
|
tmp/
|
|
releases/
|
|
|
|
# ESP-IDF
|
|
sdkconfig
|
|
sdkconfig.old
|
|
dependencies.lock
|
|
components/
|
|
managed_components/
|
|
|
|
# Generated headers
|
|
main/assets/lang_config.h
|
|
main/mmap_generate_emoji.h
|
|
mmap_generate_*.h
|
|
|
|
# IDE / Editor
|
|
.vscode/
|
|
.devcontainer/
|
|
.idea/
|
|
.clangd
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Environment
|
|
.env
|
|
main/mimi_secrets.h
|
|
|
|
# Cache / Compiled
|
|
.cache
|
|
*.pyc
|
|
*.bin
|
|
|
|
# Reference repos
|
|
nanobot/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|