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
- Host: GitHub
- URL: https://github.com/bh2smith/express-agent
- Owner: bh2smith
- Created: 2025-09-20T13:12:56.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-20T15:27:50.000Z (10 months ago)
- Last Synced: 2025-09-20T15:34:39.307Z (10 months ago)
- Language: TypeScript
- Homepage: https://express-agent.vercel.app
- Size: 64.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```