{{AGENT_NAME}}
{{PROVIDER}}/typescript coding agent built from scratch with raw HTTP calls.
Setup
- Add your API key to
.env - Key URL: {{KEY_URL}}
Run
npx tsx agent.ts
How it works
Agentic loop: prompt -> LLM -> tool call -> execute -> result back -> LLM -> ... -> text response
Tools
- list_files
- read_file
- run_bash
- edit_file
Structure
agent.ts-- main agent source.env-- API key (gitignored)