Skip to content

Commit 5ce5d75

Browse files
committed
docs: add end-to-end example links
1 parent 33672b6 commit 5ce5d75

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/oss/python/integrations/chat/doubleword.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,11 @@ asyncio.run(main())
175175

176176
---
177177

178+
## End-to-end examples
179+
180+
- [`examples/langgraph-basic/`](https://github.com/doublewordai/langchain-doubleword/tree/master/examples/langgraph-basic)—minimal LangGraph agent with a calculator tool, in both real-time and batched variants
181+
- [`examples/async-agents-langgraph/`](https://github.com/doublewordai/langchain-doubleword/tree/master/examples/async-agents-langgraph)—recursive multi-agent research orchestrator that spawns parallel sub-agents, searches the web, reads pages, and compiles a report—all LLM calls batched via `ChatDoublewordBatch`
182+
178183
## API reference
179184

180185
For detailed documentation and source code, visit the [`langchain-doubleword` GitHub repository](https://github.com/doublewordai/langchain-doubleword).

0 commit comments

Comments
 (0)