LangGraph is graph-based agent orchestration with first-class checkpointing. Ovra’s MCP tools plug in as native LangChain tools viaDocumentation Index
Fetch the complete documentation index at: https://docs.getovra.com/llms.txt
Use this file to discover all available pages before exploring further.
langchain-mcp-adapters — your nodes can declare intents, mint credentials, and pay without leaving the graph.
Sandbox-only today. Use a
sk_sandbox_* or sk_test_* key.Install
Setup
Human-in-the-loop with checkpointing
LangGraph’s checkpointer pairs naturally with Ovra’senforcementLevel: "approve" policy mode — when an intent lands in pending_approval, the graph pauses; your approval surface flips it to approved; the graph resumes.
MemorySaver for PostgresSaver so the graph survives restarts.
Multi-step example
Why LangGraph
- Stateful workflows — checkpointing for multi-step payment flows
- Human-in-the-loop built in — pairs with Ovra’s
approveenforcement level - Multi-agent — purchaser, auditor, researcher in one graph
- Streaming + async for long-running flows
Recommended tools to expose
| Tool | Purpose |
|---|---|
ovra_pay | Full flow in one call |
ovra_intent | Declare, verify, gate on approval status |
ovra_credential | Fine-grained lifecycle |
ovra_transaction | History + memos |
ovra_policy | Read before declaring |
ovra_outcome | Report success for policy learning |
Next
MCP overview
Architecture and the full 19-tool list.
OpenAI Agents
Hosted MCP integration.
CrewAI
Role-based multi-agent teams.
