克隆仓库并进入目录,将 .env.example 复制为 .env 并填写配置,运行 bun install,运行 docker compose up -d,运行 bun run db:deploy,再运行 bun run dev,最后访问 http://localhost:3000。登录需要至少配置一个身份提供商(Google、Microsoft 或自备的身份提供商)。
核验依据
GitHub 项目简介: Comp AI CRM is an open source, CRM designed for AI agents. Agentic-first CRM.
README: Most CRMs are a database with a form in front of it. The AI ones bolt a chat box onto the side of that form. Both leave the actual work — finding out what is true, and writing it…
README: The rule the agent itself never breaks: **nothing about a person is guessed.** No tool accepts a confidence score, because a model asked to grade its own certainty will, and it wi…
README: It decides what to look at next, books its own follow-ups, spends a research budget, and stops when the budget runs out. Nothing about it is request-response: close the browser an…
README: You need [Bun](https://bun.com) and Docker.