zggmd / agent-portal

Portal to let user explore, create, manage AI Agents/GPTs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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
  • ..

Environment

  • node >= v18.17.0

Getting Started

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.

.env 配置 (示例: ./.env.example)

开发模式

cp .env.example .env.development

复制并重命名为 .env.development, 修改 oidc(必须) 等参数

生产模式

cp .env.example .env.production

复制并重命名为 .env.production, 修改 oidc(必须) 等参数

本地运行 pwa (添加到桌面)

  • 构建
npm run build
  • 安装 mkcert 并生成证书
mkcert -install
mkcert localhost
  • 运行带自签名证书的生产模式
npm run start:https

About

Portal to let user explore, create, manage AI Agents/GPTs

License:Apache License 2.0


Languages

Language:TypeScript 95.7%Language:JavaScript 2.9%Language:Dockerfile 0.7%Language:CSS 0.4%Language:Shell 0.3%