除非配置了本地模型或 OpenRouter,否则需要 Anthropic API 密钥,这是一项可选的付费外部服务依赖。
如何开始
难度为中等:需克隆仓库、复制 .env.example 并设置 API 密钥;首次运行会拉取较重的 ML 依赖并下载约 90 MB 嵌入模型,需要几分钟。
执行 git clone https://github.com/SenteLabsAI/OpenExecutive.git && cd OpenExecutive,运行 make install,复制 .env.example 为 .env 并设置 ANTHROPIC_API_KEY(或配置本地/OpenRouter),运行 make dev,打开 http://localhost:3000 完成入驻向导。
核验依据
GitHub 项目简介: AI-powered virtual executive team — a single coherent executive persona backed by 8 specialist agents (FastAPI + Next.js).
README: Open Executive is designed to transform leadership and management. Highly configurable, it can be deployed at any management level. Out of the box it supports spend approval thres…
README: All responses come from one consistent executive voice. The internal agent architecture is never exposed to the user.
README: Two retrieval layers per specialist call: (1) built-in MBA-level Markdown (`knowledge/builtin/`, git-tracked) seeded into ChromaDB at startup, and (2) your uploaded company docume…
README: Beyond Q&A, the system maintains episodic memory of past decisions and initiatives across sessions, and a built-in scheduler can proactively surface follow-ups and time-sensitive…