https://github.com/runfunrun/mini-agent
https://github.com/runfunrun/mini-agent
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/runfunrun/mini-agent
- Owner: RUNFUNRUN
- Created: 2025-03-06T17:20:57.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T17:53:00.000Z (over 1 year ago)
- Last Synced: 2025-06-03T11:50:05.184Z (about 1 year ago)
- Language: TypeScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# mini-agent
To install dependencies:
```bash
bun install
```
To run:
You have to setup `.env` and `USER_PROMPT` files.
```bash
bun start
```
This project was created using `bun init` in bun v1.2.4. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.