Console to let user manage their AI agents for their preference.
- Add existing agent
- Build your own AI agent
- Chat with agents
- Keep chat history
- ..
- node >= v18.17.0
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
cp .env.example .env.development
复制并重命名为 .env.development, 修改 oidc(必须) 等参数
cp .env.example .env.production
复制并重命名为 .env.production, 修改 oidc(必须) 等参数
- 构建
npm run build
- 安装 mkcert 并生成证书
mkcert -install
mkcert localhost
- 运行带自签名证书的生产模式
npm run start:https