A LangGraph JavaScript agent with AWS-managed code interpreter for sandboxed code execution.
- Sandboxed Execution: Run Python, JavaScript, or TypeScript in a SANDBOX environment
- File Operations: Read, write, and list files in the sandbox
- Shell Commands: Execute shell commands
- LangGraph JS: ReAct agent pattern with code execution tools
| Tool | Description |
|---|---|
execute_code |
Execute Python/JS/TS code in sandbox |
execute_command |
Run shell commands |
read_files |
Read file contents |
write_files |
Write files |
list_files |
List directory contents |
npm install
sls deployRUNTIME_ARN=<your-runtime-arn> node test-invoke.jssls remove- langgraph-code-interpreter-custom - Custom interpreter with PUBLIC network