BotSharp/src/agent-builder
2023-12-21 22:09:01 -06:00
..
src Agent builder UI. 2023-12-21 22:09:01 -06:00
static Agent builder UI. 2023-12-21 22:09:01 -06:00
.eslintignore Agent builder UI. 2023-12-21 22:09:01 -06:00
.eslintrc.cjs Agent builder UI. 2023-12-21 22:09:01 -06:00
.gitignore Agent builder UI. 2023-12-21 22:09:01 -06:00
.npmrc Agent builder UI. 2023-12-21 22:09:01 -06:00
.prettierignore Agent builder UI. 2023-12-21 22:09:01 -06:00
.prettierrc Agent builder UI. 2023-12-21 22:09:01 -06:00
jsconfig.json Agent builder UI. 2023-12-21 22:09:01 -06:00
package-lock.json Agent builder UI. 2023-12-21 22:09:01 -06:00
package.json Agent builder UI. 2023-12-21 22:09:01 -06:00
README.md Agent builder UI. 2023-12-21 22:09:01 -06:00
svelte.config.js Agent builder UI. 2023-12-21 22:09:01 -06:00
vite.config.js Agent builder UI. 2023-12-21 22:09:01 -06:00

Agent Builder

The Agent Builder is a web app used to manage agents and conversations. Through it you can use it to build new Agents and manage existing Agents.

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.