Skip to content

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Feb 14, 2024
1 parent dbd35c5 commit 5b17d1b
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 135 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,12 @@ npm install bgent
## Try the agent

```
npm run dev
# evaluation mode
npm run shell
# for development
npm run dev # start the server
npm run shell:dev # start the shell in another terminal
```

## Database setup
Expand Down
146 changes: 31 additions & 115 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bgent",
"version": "0.0.4",
"version": "0.0.5",
"private": false,
"description": "bgent. because agent was taken.",
"type": "module",
Expand Down Expand Up @@ -58,6 +58,7 @@
"@supabase/supabase-js": "^2.39.3",
"@tsndr/cloudflare-worker-jwt": "^2.2.1",
"dotenv": "^16.4.4",
"figlet": "^1.7.0",
"inquirer": "^9.2.14",
"ts-node": "^10.9.2"
}
Expand Down
Loading

0 comments on commit 5b17d1b

Please sign in to comment.