基于 Langchain 的私人 AI 助手,提供 RESTful API 接口,支持多 LLM 提供商、会话管理、消息持久化与流式对话。
Stars
3
Forks
0
Watchers
Open Issues
Overall repository health assessment
No package.json found
This might not be a Node.js project
User
7
commits
docs(readme): 添加项目文档和示例配置文件
79c1c16
feat(chat): 添加会话自动命名功能
e57c94c
feat(logging): 接管 uvicorn/fastapi 日志输出到 loguru
4b1a48c
feat(core): 重构代理构建器并集成FastAPI Web服务
aa6c870
feat(agent): 实现智能体核心功能与工具系统
d8a8c41
feat(llm): 添加 LLM 提供者框架和 OpenAI 实现
fc2b051
feat(core): 初始化项目基础架构和核心组件
c79f3c0