Implementation of AI Agent (Anthropic) tutorial located here: https://ampcode.com/how-to-build-an-agent.
This implementation is in TypeScript with Deno runtime.
https://console.anthropic.com/settings/keys
Need to set env var for this to work
SET ANTHROPIC_API_KEY=1234567890qwerty
https://docs.anthropic.com/en/api/client-sdks
https://github.com/anthropics/anthropic-sdk-typescript
Maybe have a state for "debug" where we dump info about current context, metadata about anthropic api, etc need to press Y to contiue....maybe for troubleshooting?