LLocalSearch is a completely locally running search aggregator using LLM Agents. The user can ask a question and the system will use a chain of LLMs to find the answer. The user can see the progress of the agents and the final answer. No OpenAI or Google API keys are needed.
LLocalSearch 是一个完全基于本地运行的智能搜索聚合器,旨在利用 LLM 智能体自主通过工具进行互联网搜索并整合答案。该项目解决了用户对数据隐私的担忧,无需依赖 OpenAI 或 Google 等外部 API 即可获取实时信息。
完全在本地环境运行,无需调用第三方 API 密钥,保障用户数据隐私。 支持在消费级硬件上流畅运行,即使是入门级显卡也能胜任搜索任务。 通过实时日志展示智能体的思考与搜索过程,并提供透明的引用链接以便追溯。 支持多轮追问功能,能够根据上下文保持连贯的交互体验。 适配多种终端设备,提供包含深色模式与浅色模式的响应式界面。
该项目适用于极度重视数据隐私、希望摆脱大型互联网公司信息推送干预的研究者或极客。它特别适合在本地环境进行知识检索、资料调研及自动化问答辅助。