[毕业设计] TripPlanner - 基于 AI 的智能旅行规划助手#319
Open
275145 wants to merge 1 commit intodatawhalechina:mainfrom
Open
Conversation
Collaborator
|
Hi,可以把他和第十三章的区别标注出来嘛,然后顺带可以录制一个演示视频,到时候大家也好进一步根据你的毕业设计来学习~ |
|
今天复现了这个项目 卡点在于超时时间,将下面两处参数修改后可以顺利运行~ helloagents-trip-planner\backend.env: helloagents-trip-planner\frontend\src\services\api.ts |
Author
确实是这样,我的疏忽,感谢指出 |
Author
好的好的,我之后尝试优化一下 |
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.
项目信息
项目名称: 智能旅行规划系统
作者: @275145
项目类型: 学习辅助/生活服务
项目简介
这是一个基于AI的智能旅行规划助手,通过多智能体协作、向量记忆和地图服务的全栈应用,为用户提供从景点搜索、酒店推荐、天气查询到完整行程生成的端到端服务
核心功能
技术亮点
自检清单
其他说明
项目采用前后端分离架构:
后端:Python 3.11 + FastAPI + HelloAgents + FAISS + Redis
前端:Vue 3 + TypeScript + Element Plus + Vite
外部服务:高德地图API、Unsplash图片API、OpenAI/智谱/通义千问LLM API
项目遵循MIT开源协议,支持多种LLM服务商(OpenAI GPT-4、智谱AI、通义千问),并具备自动检测和配置能力。系统采用MCP协议集成地图服务,提供完整的企业级特性包括异常处理、结构化日志和全链路监控。