LLMCompiler icon indicating copy to clipboard operation
LLMCompiler copied to clipboard

[ICML 2024] LLMCompiler: An LLM Compiler for Parallel Function Calling

Results 1 LLMCompiler issues
Sort by recently updated
recently updated
newest added

Hi, team. I am developing a brand new agent framework [instinct.cpp](https://github.com/RobinQu/instinct.cpp). In [latest version](https://github.com/RobinQu/instinct.cpp/blob/main/modules/instinct-llm/include/agent/patterns/llm_compiler/LLMCompilerAgentExecutor.hpp), I tried to implement parallel function calling with the idea from your paper. And it actually...