deerflow2/docs
js0205 70dbd21bdf
docs: add comprehensive debugging guide and improve troubleshooting documentation (#688)
This commit addresses issue #682 by providing clear documentation on how to view complete model output and debug DeerFlow workflows.

Changes:
- Add new DEBUGGING.md guide with detailed instructions for:
  - Viewing complete model output
  - Enabling debug logging
  - Configuring LangChain verbose logging
  - Setting up LangSmith tracing
  - Docker Compose debugging tips
  - Common troubleshooting scenarios

- Update .env.example with:
  - Clearer comments for DEBUG setting
  - Documentation for LANGCHAIN_VERBOSE and LANGCHAIN_DEBUG options
  - Improved LangSmith configuration guidance

- Enhance docs/FAQ.md with:
  - How to view complete model output
  - How to enable debug logging
  - How to troubleshoot common issues
  - Links to the new debugging guide

These documentation improvements make it easier for users to:
- Debug workflow issues
- View LLM prompts and responses
- Troubleshoot deployment problems
- Monitor performance with LangSmith

Fixes #682
2025-11-10 09:34:16 +08:00
..
API.md docs: provide comprehensive API documentation for the backend server (#646) 2025-10-23 19:40:22 +08:00
DEBUGGING.md docs: add comprehensive debugging guide and improve troubleshooting documentation (#688) 2025-11-10 09:34:16 +08:00
FAQ.md docs: add comprehensive debugging guide and improve troubleshooting documentation (#688) 2025-11-10 09:34:16 +08:00
configuration_guide.md feat: Add intelligent clarification feature in coordinate step for research queries (#613) 2025-10-14 13:35:57 +08:00
mcp_integrations.md fix: env parameters exception when configuring SSE or HTTP MCP server (#513) 2025-08-20 17:23:57 +08:00
openapi.json docs: provide comprehensive API documentation for the backend server (#646) 2025-10-23 19:40:22 +08:00