AI Agent Sandbox β€” Run JavaScript or Python Agents in Your Browser

Local agent code (JS or Python) β€” Pyodide from your domain + optional providers

Your Agent Code (JavaScript)

Use this to test the Sudoku solver quickly.

Environment (KB)

Paste any JSON; agents can query it with kb.search.

Ads

AMD logo

Task

Local tools: kb.search, math.evaluate, memory.read/write Provider tool: llm.complete (OpenAI/OpenRouter/Ollama) Protocol: return JSON {action:'tool'|'final', ...}