Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
问题
get_trip_planner_agent()返回MultiAgentTripPlanner,但健康检查访问了不存在的统一.agent属性。规划器成功初始化后,/trip/health仍会因AttributeError返回 HTTP 503。修改
attraction_agent、weather_agent、hotel_agent和planner_agent四个真实组件读取工具清单。tools_count。agent_name字段。验证
agent_name=StubMultiAgentTripPlanner、tools_count=3。RuntimeError("initialization failed")时仍转换为 HTTP 503,并保留错误详情。hello-agents==0.2.4和0.2.9wheel:SimpleAgent.list_tools()均返回工具名称列表。git diff --check:通过。验证边界
验证未初始化真实 LLM,也未连接 MCP 或地图服务,因此不代表完整旅行规划端到端验证。