Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 1 day 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-31T07:50:08.000Z (8 months ago)
- Last Synced: 2024-11-25T21:24:33.871Z (2 months 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: 1
- 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.tsInstall
```bash
bun install
```Run:
```bash
bun run dev
```Build:
```bash
bun run build
```