8000 GitHub - chrisdias/chrisdias-agent: My first copilot service agent
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

chrisdias/chrisdias-agent

8000
 
 

Repository files navigation

hacker-agent

Development

Install dependencies:

bun install

Create an OpenAI API key, and put it in a .env file:

cp .env.example .env
echo "$OPENAI_API_KEY" >> .env

To run:

bun dev

Deployment

Create a Fly.io app:

fly launch

Set the OpenAI API key:

fly secrets set OPENAI_API_KEY=$OPENAI_API_KEY

Deploy to Fly.io:

fly deploy

This project was created using bun init in bun v1.0.22. Bun is a fast all-in-one JavaScript runtime.

About

My first copilot service agent

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 73.2%
  • Dockerfile 26.8%
0