AI AgentEN
LangGraph Agent Framework
Deploy a stateful LangGraph agent with MCP tools pre-wired to Willform. Build complex agent workflows with branching, loops, and persistent state.
What You Get
- ✓A Python worker running LangGraph with your custom graph definition
- ✓MCP endpoint pre-configured — agents call Willform's 42 tools out of the box
- ✓A2A endpoint for inter-agent messaging
- ✓Persistent volume for graph state and checkpointing
- ✓Compatible with OpenAI, Anthropic, and any LangChain-supported model
Prerequisites
| Variable | How to Get | Purpose |
|---|---|---|
| YOUR_OPENAI_API_KEY | Create at OpenAI Platform | LLM inference for LangGraph nodes |
| YOUR_ANTHROPIC_API_KEY | Create at Anthropic Console | LLM inference — Claude models. Leave blank if not using. |
| YOUR_WILLFORM_API_KEY | Dashboard > Settings > API Keys at agent.willform.ai | Authenticates MCP tool calls to Willform |
Deploy to Namespace
LLM inference for LangGraph nodes
LLM inference — Claude models. Leave blank if not using.
Authenticates MCP tool calls to Willform
Tags:langgraphlangchaingraphaimcppython