Skip to content

Latest commit

 

History

History
55 lines (50 loc) · 1.72 KB

File metadata and controls

55 lines (50 loc) · 1.72 KB

AGB Cookbook

Guides and examples for building with AGB-SDK

Examples

Hello world

  • python - Create a session, run code, execute commands, and read/write files with AGB-SDK.

Browser use

  • python - Start a browser-enabled session and automate a page with Playwright via CDP.

Computer use

  • python - Start a computer-enabled session, open text editor, type text, and capture a screenshot.

Connect to LLM Providers

Provider Model Description Python
OpenAI GPT-4o Upload dataset and create visualization Python

Integration with AI frameworks

Framework Description Python
LangChain LangChain with Code Interpreter Python
LangGraph LangGraph with Code Interpreter Python