mirror of
https://github.com/supabase/agent-skills.git
synced 2026-03-27 10:09:26 +08:00
feat: Docker-isolated Claude CLI hello world
- evals/main.ts: run claude -p Hello in container, capture output - evals/Dockerfile: node:24-slim + @anthropic-ai/claude-code@2.1.63 - evals:build: build image (run after Dockerfile changes) - evals:run: run evals (requires image built first) - ANTHROPIC_API_KEY from .env via --env-file-if-exists
This commit is contained in:
1
.env.example
Normal file
1
.env.example
Normal file
@@ -0,0 +1 @@
|
||||
ANTHROPIC_API_KEY=sk-ant-...
|
||||
Reference in New Issue
Block a user