Skip to content

This is a Copilot Extension that will help make your prompts better!

License

Notifications You must be signed in to change notification settings

mageroni/PromptingAgent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

This is a Copilot Extension that will help make your prompts better!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published