- Local development — Run your agents locally without needing the API, built on top of the ARC-AGI-3 game engine
- Customization — Edit existing games and create new ones
- Flexibility — Interact with environments locally or via API
QuickStart
1. Install the Toolkit
2. Set your API key (optional)
3. Play a game
Next Steps
- Minimal Example — A complete script example
- List Games — Discover available games
- Local vs Online — Choose how to run games
Changelog
[0.9.3] - 2026-03-09
Added
OperationMode.COMPETITIONmethod, see Documentation- Official Scoring
- Average for an individual games is now weighted by the level index (1 indxed)
- Score for an individual level is now squared. A score of
0.5now becomes0.25
Fixed
- Continued fixes for 404 Scorecard not found
[0.9.2] - 2026-02-26
Added
listen_and_servemethod, see Documentation
Fixed
- 404 Scorecard not found about 50% of the time when in
ONLINEmode - Game source being downloaded even if local copy already exists

