#880 · Primary category: AI Agents & Automation
LLMCompiler
[ICML 2024] LLMCompiler: An LLM Compiler for Parallel Function Calling
Project last updated:07/10/24
GitHub Stars
1.9K
Forks
136
Contributors
4
License
MIT
Why we included this project
Agent builders who have watched a multi-step tool call run in serial order will recognize the fix this library offers. LLMCompiler takes a set of user-specified tools and works out which calls can execute in parallel and which must wait, so tasks with naturally parallel steps finish faster and cost less in tokens. It runs on both closed APIs like OpenAI's GPT models and open-source options such as LLaMA, and it plugs into existing stacks via LangGraph and LlamaIndex. That means you don't have to hand-code the sequencing logic that ReAct-style loops force you to write. The repo also includes the code to reproduce the paper's evaluation results, which helps you judge whether the latency and accuracy trade-offs hold for your own workload.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
openclaw
Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞
hermes-agent
The agent that grows with you
n8n
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
deepseek-harness
DeepSeek Harness: Everything is a Plugin.
AutoGPT
AutoGPT is the vision of accessible AI for everyone, to use and to build on. Our mission is to provide the tools, so that you can focus on what matters.