Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
- `bun install`: install JS dependencies (Bun is the preferred runtime).
- `./mill agent.compile` or `bun run build`: compile the Scala.js library.
- `./mill agent.test`: run the MUnit test suite.
- `./mill examples.run`: run the default example; use `EXAMPLE=simple ./mill examples.run` for a specific example.
- `./mill examples.run`: run the default example.
- `./mill examples.simple.run`: run a specific example by submodule, e.g. `./mill examples.hook.run`.
- `bun run run`: compile and execute the JS output for examples.
- `./mill examples.list`: list available example entry points.

Expand All @@ -34,5 +35,4 @@ motivation or linked issue, and the commands you ran (e.g. `./mill agent.test`).
examples when public APIs or usage patterns change.

## Configuration & Runtime Notes
Runtime examples require `ANTHROPIC_API_KEY`. Prefer Bun for JS tasks (`bun run ...`) rather than
npm/node.
Runtime examples require `ANTHROPIC_API_KEY`. When running inside Claude Code, auth is typically handled automatically; setting `ANTHROPIC_API_KEY` remains an optional override. Prefer Bun for JS tasks (`bun run ...`) rather than npm/node.
Loading
Loading