Giter VIP home page Giter VIP logo

agent-portal's Introduction

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

agent-portal's People

Contributors

carrotzpc avatar vsion avatar zggmd avatar linqiqi077 avatar nkwangleigit avatar jandiasnow avatar weiqinke avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.