An open API service indexing awesome lists of open source software.

https://github.com/bh2smith/express-agent

Example template of a Bitte AI Agent using Express JS
https://github.com/bh2smith/express-agent

Last synced: 10 months ago
JSON representation

Example template of a Bitte AI Agent using Express JS

Awesome Lists containing this project

README

          

To develop locally:

```
npm install
vc dev
```

```
open http://localhost:3000
```

To build locally:

```
npm install
vc build
```

To deploy:

```
npm install
vc deploy
```