安装和配置 CortexON 需要按照以下步骤进行操作:
1. Access to source code::
Using commands git clone https://github.com/TheAgenticAI/CortexOn.git
克隆仓库,然后进入项目目录 cd CortexOn
The
2. Configuring environment variables::
In the project root directory, create the .env
文件,配置以下参数:
- Anthropic API:用于AI模型的名称和API密钥
- Browserbase:配置Web代理所需的API密钥和项目ID
- Google搜索:用于搜索功能的自定义搜索引擎ID和API密钥
- Logfire(可选):日志记录功能配置
- WebSocket:前端通信URL设定
3. Docker安装::
确保系统已安装 Docker Desktop,并在Docker设置中启用主机网络(可选)。
4. 构建和运行::
utilization docker-compose build
构建镜像,然后通过 docker-compose up
Start the service.
成功安装后,可以通过访问 http://localhost:3000
进入前端界面验证安装。整个安装过程需要一定的终端操作知识,但使用GUI界面可以简化后续的操作流程。
This answer comes from the articleCortexON: Open source multi-agent AI tool to support automation of complex tasksThe