[PR #36] [MERGED] LLMCompiler #1185

Closed
opened 2026-02-20 17:44:07 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraph/pull/36
Author: @hinthornw
Created: 1/15/2024
Status: Merged
Merged: 2/9/2024
Merged by: @hinthornw

Base: mainHead: wfh/llm_compiler


📝 Commits (10+)

📊 Changes

5 files changed (+1203 additions, -0 deletions)

View changed files

examples/llm-compiler/LLMCompiler.ipynb (+884 -0)
examples/llm-compiler/__init__.py (+0 -0)
examples/llm-compiler/img/diagram.png (+0 -0)
examples/llm-compiler/math_tools.py (+142 -0)
examples/llm-compiler/output_parser.py (+177 -0)

📄 Description

Add notebook implementing LLMComipler in LCEL + MessageGraph


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraph/pull/36 **Author:** [@hinthornw](https://github.com/hinthornw) **Created:** 1/15/2024 **Status:** ✅ Merged **Merged:** 2/9/2024 **Merged by:** [@hinthornw](https://github.com/hinthornw) **Base:** `main` ← **Head:** `wfh/llm_compiler` --- ### 📝 Commits (10+) - [`56cecdb`](https://github.com/langchain-ai/langgraph/commit/56cecdb3cb8b3aa047d84eabd9685952e56688b4) Add LLMCompiler - [`fadd42d`](https://github.com/langchain-ai/langgraph/commit/fadd42ddd1d2ac50c7b73968339f8a8e863daceb) Merge branch 'nc/state' into wfh/llm_compiler - [`cf3630c`](https://github.com/langchain-ai/langgraph/commit/cf3630c3590adf0c933f149ce61cc27bf1153a87) Add llm compiler example - [`66ae0ae`](https://github.com/langchain-ai/langgraph/commit/66ae0ae813f46bf53a1b59b655ee2f218b20f491) oops add notebook - [`6174fd7`](https://github.com/langchain-ai/langgraph/commit/6174fd78134795a7c707d2a9172a51a5d0ef780a) update - [`32df51a`](https://github.com/langchain-ai/langgraph/commit/32df51a1ff817b1b77b843ff32cfa2a903bbccd7) Merge branch 'main' into wfh/llm_compiler - [`85aa4fb`](https://github.com/langchain-ai/langgraph/commit/85aa4fb4f74772513b8341668445aa494bf1c178) Add img - [`fc83419`](https://github.com/langchain-ai/langgraph/commit/fc83419fe21bffba8095b5eefdbded8c5dbd5a6f) Merge branch 'main' into wfh/llm_compiler - [`c7f3ecb`](https://github.com/langchain-ai/langgraph/commit/c7f3ecb9d9ad27dd1a02016bfe651a6b901650de) Add LLM Compiler - [`ed3bf3c`](https://github.com/langchain-ai/langgraph/commit/ed3bf3c5ec605733f17a0eeee9176e300820b1cf) del ### 📊 Changes **5 files changed** (+1203 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/llm-compiler/LLMCompiler.ipynb` (+884 -0) ➕ `examples/llm-compiler/__init__.py` (+0 -0) ➕ `examples/llm-compiler/img/diagram.png` (+0 -0) ➕ `examples/llm-compiler/math_tools.py` (+142 -0) ➕ `examples/llm-compiler/output_parser.py` (+177 -0) </details> ### 📄 Description Add notebook implementing LLMComipler in LCEL + MessageGraph --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-20 17:44:07 -05:00
yindo closed this issue 2026-02-20 17:44:07 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#1185