Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```