mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-04-25 11:18:22 +00:00
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