Install
openclaw skills install langgraph-for-agentsUse LangGraph/LangChain to build agents
openclaw skills install langgraph-for-agentsRead the examples in ./references/ to understand common patterns.
Start with ./references/README.md for an overview, then read the target file, it will show more details.
[Search] If the "search" tool is available, you can refine the query keywords and execute the search.
[Browse] If the "browse" tool is available, you can visit the following three websites:
[Fetch] If the "fetch" tool is available, you can retrieve content from the following URL:
tokens parameter in the URL. The default value is 10,000.For demos or tests, use a single .py file. For production-grade applications, use:
├── app/
│ ├── api/ # API endpoints
│ ├── backend/ # LangGraph/LangChain logic
│ └── frontend/ # User interface
├── .env.example
├── requirements.txt
└── README.md
create_agent API.With LangGraph:
With LangChain: