{"id":26555139,"url":"https://github.com/aimebox/aime-box","last_synced_at":"2025-03-22T10:25:01.004Z","repository":{"id":279925873,"uuid":"940328656","full_name":"AimeBox/aime-box","owner":"AimeBox","description":"一款基于 langchain + electron开发的多平台桌面端 Chat 客户端 支持本地知识库，tool调用，多个智能agent调用  目标尽量实现全离线本地可执行的智能agent","archived":false,"fork":false,"pushed_at":"2025-03-21T17:02:51.000Z","size":4527,"stargazers_count":15,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-21T18:22:11.021Z","etag":null,"topics":["agents","chat-application","electron","langchain-js","llm","mcp"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AimeBox.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-28T01:43:40.000Z","updated_at":"2025-03-21T17:02:54.000Z","dependencies_parsed_at":"2025-03-21T18:21:35.906Z","dependency_job_id":"b2c7ce20-6b78-400e-b525-aa1263472b94","html_url":"https://github.com/AimeBox/aime-box","commit_stats":null,"previous_names":["aimebox/aime-box"],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AimeBox%2Faime-box","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AimeBox%2Faime-box/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AimeBox%2Faime-box/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AimeBox%2Faime-box/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AimeBox","download_url":"https://codeload.github.com/AimeBox/aime-box/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244940000,"owners_count":20535536,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agents","chat-application","electron","langchain-js","llm","mcp"],"created_at":"2025-03-22T10:25:00.251Z","updated_at":"2025-03-22T10:25:00.973Z","avatar_url":"https://github.com/AimeBox.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# Aime Box\n\n\n### 一款基于 langchain + electron开发的多平台桌面端 Chat 客户端\n支持本地知识库，tool调用，多个智能agent调用\n\n目标尽量实现全离线本地可执行的智能agent\n\n### 🖼 **截图**\n![image](docs/assets/20250307003357.png)\n![image](docs/assets/20250307003718.png)\n![image](docs/assets/20250307003731.png)\n![image](docs/assets/20250307003750.png)\n\n### 开始\n1. 添加模型提供商(如Ollama)\n2. 点击管理模型(启用需要的模型)\n3. 聊天页面即可对话聊天\n4. 下载一些本地模型 设置-本地模型管理(如国内调整HuggingfaceUrl为hf-mirror)\n- 推介下载\n  - bge-m3 用于知识库检索\n  - bge-reranker-large 用于知识库重排序\n  - RapidOCR-json_v0.2.0 用于win环境下的ocr\n  - matcha-icefall-zh-baker 用于语音生成\n  - sherpa-onnx-sense-voice-zh-en-ja-ko-yue-2024-07-17 用于语音识别\n  - silero_vad 用于分离说话场景\n  - sherpa-onnx-pyannote-segmentation-3-0、3dspeaker_speech_eres2net_base_sv_zh-cn_3dspeaker_16k 用于说话人识别\n  - rmbg-1.4 用于背景消除\n\n### 🌟 **特点**\n- 多个模型供应商支持 ollama、openai、deepseek、anthropic等等\n- 多种工具调用支持 webloader、websearch、stt、tts、ocr等等\n- 本地知识库引擎，使用lancedb 进行本地知识库检索，支持image、docx、doc、text、url做为输入源\n- 多agent，目前有数据提取agent、代码助手、翻译助手\n- 提示词保存功能\n- MCP支持,可接入供模型调用\n  \n\n### 📝 **Todo**\n- [ ] mac平台兼容\n- [ ] 多语言支持\n- [ ] 文档对话功能类似于ChatDoc 支持docx、pdf、txt、url、mp4、音频文件等格式的对话\n- [ ] 浏览器browser-use\n- [ ] Tool自动创建工具，输入url或说明文档自动创建工具供模型调用\n- [ ] 更多的agents\n\n### Agent\n1. `Extract` 数据提取助手，用于对指定文件或文件夹下所有文件进行检索，根据用户给出的字段进行全文或部分抽取，markdown格式输出\n2. `ScriptAssistant` 对用户的任务生成一个python脚本和venv环境执行\n\n### 🔌 **技术栈**\n感谢以下开源项目的支持\n- [electron-react-boilerplate](https://github.com/electron-react-boilerplate/electron-react-boilerplate) 用于electron开发的react框架模板\n- [langchainjs](https://github.com/langchain-ai/langchainjs) agent框架\n- [lancedb](https://lancedb.github.io/lancedb/) 本地向量知识库\n- [sherpa-onnx](https://github.com/k2-fsa/sherpa-onnx) 语音识别和语音合成等\n- [@huggingface/transformers](https://github.com/huggingface/transformers) 本地运行onnx模型库\n\n如有缺漏请联系作者补充\n\n\n\n### 🐞 **Dev**\n```sh\nnpm install\nnpm run start\n```\n\n### 💼 **Build**\n```sh\n# window\nnpm run package\n```\n\n### 🌐 **About**\nauthor: 781172480@qq.com\n\n### ChangeLog\n[CHANGELOG](./CHANGELOG.md)\n\n## License\n\nThis project is licensed under the Apache License 2.0. See the [LICENSE](LICENSE) file for details.\n\n© [Aime Box](https://github.com/AimeBox/aime-box.git)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faimebox%2Faime-box","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faimebox%2Faime-box","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faimebox%2Faime-box/lists"}