Skip to content

Vsion/agent-portal

 
 

Repository files navigation

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 manage user's Agents/GPTs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.7%
  • JavaScript 2.9%
  • Other 1.4%