Skip to main content
This example demonstrates how to use the Cloud Code SDK with LangGraph to build a ReAct-style agent for AI-assisted coding. The agent can create files, read files, search for content, and run coding tasks using a tool-based approach.

Example: react.py

Note:
  • This example demonstrates how to use LangGraph and the Cloud Code SDK to build a ReAct-style agent for coding tasks.
  • Make sure to set your CLOUD_CODE_API_KEY environment variable before running.