Skip to content

Markeljan/bun-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

bun install

Run:

bun run dev

Build:

bun run build