[毕业设计] Trip-Planner-Pro - 智能旅游助手pro#679
Open
2248652135 wants to merge 25 commits into
Open
Conversation
2.为会话窗口生成用户画像快照,确保会话窗口大模型缓存命中
2.用户信息获取改为后端直接解析获取,不再发请求
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.
Trip Planner Pro — HelloAgents智能旅行助手
项目信息
项目简介
AI 驱动的智能旅行规划助手,后端 FastAPI + 前端 Vue 3,通过多智能体 LLM 编排和高德地图 MCP 协议集成,实现个性化的旅行计划生成。系统支持多智能体协作自动搜索景点、查询天气、推荐酒店并生成完整行程,同时提供 AI 旅游对话和行程管理功能。
核心功能
技术亮点
ThreadPoolExecutor并行执行无依赖任务,显著提升生成效率cryptography库解密,保障密码安全ReadableStream.getReader()解析流数据演示效果
(待补充截图或 GIF)
自检清单
其他说明
backend/为 FastAPI 后端,frontend/为 Vue 3 + Vite 前端hello-agents==1.0.2框架(提供SimpleAgent、HelloAgentsLLM和Tool基类)auth(认证)、trip(旅行规划)、chat(AI 对话)、history(历史行程)、map(地图服务)、poi(POI 详情)get_*()函数惰性初始化并缓存全局实例,无依赖注入框架