This is a small agent in TypeScript I built following this article from Thorsten Ball:
To install dependencies:
bun installTo run:
bun run index.tsThis project was created using bun init in bun v1.2.10. Bun is a fast all-in-one JavaScript runtime.