https://github.com/montyanderson/cooper
🤖 Create AI agents with language models + tools.
https://github.com/montyanderson/cooper
agent chatgpt deno gpt-3 machine-learning typescript
Last synced: about 2 months ago
JSON representation
🤖 Create AI agents with language models + tools.
- Host: GitHub
- URL: https://github.com/montyanderson/cooper
- Owner: montyanderson
- Created: 2023-04-09T15:04:32.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-26T02:57:41.000Z (over 1 year ago)
- Last Synced: 2025-04-23T22:52:52.592Z (about 2 months ago)
- Topics: agent, chatgpt, deno, gpt-3, machine-learning, typescript
- Language: TypeScript
- Homepage:
- Size: 569 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README

Create AI agents with language models + tools.

## install
1. get deno. on mac + linux:
```
curl -fsSL https://deno.land/x/install/install.sh | sh
```2. download the repo:
```
git clone https://github.com/montyanderson/cooper.git; cd cooper
```3. set your api key
```
export OPENAI_API_KEY=xxx
```4. run the agent!
```
./example.ts "best floating points album"
```