https://github.com/markeljan/bunai
Simple agents bots built with bun
https://github.com/markeljan/bunai
ai-agents assistants-api bun bun-ai bun-openai telegram-bot twilio
Last synced: about 1 month ago
JSON representation
Simple agents bots built with bun
- Host: GitHub
- URL: https://github.com/markeljan/bunai
- Owner: Markeljan
- Created: 2023-12-07T01:21:59.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-31T07:50:08.000Z (about 2 years ago)
- Last Synced: 2025-01-25T15:29:32.480Z (over 1 year ago)
- Topics: ai-agents, assistants-api, bun, bun-ai, bun-openai, telegram-bot, twilio
- Language: TypeScript
- Homepage: https://t.me/bun_ai_bot
- Size: 192 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bun-ai
Simple ai agents, tools, and interfaces.
### Agents
**assistant**
stateful OpenAI assistants
### Interfaces
**telegram**
**twilio**
# Future work
- more agents
- more interfaces
- Add tools (function_calls) to be used across agents
# Setup
Create .env with keys for interfaces, agents, and tools you want to support
Copy or implement an interface in index.ts
Install
```bash
bun install
```
Run:
```bash
bun run dev
```
Build:
```bash
bun run build
```