基于 LangChain 框架的 AI Agent,能够自主分析 Python 代码,从多个维度进行审查并输出结构化报告。 code-review-agent/ ├── main.py ...
I'd like to work on this. The fix looks like updating _are_more_steps_needed so the remaining_steps < 2 and has_tool_calls branch excludes the case where all tool calls are return_direct=True, plus a ...