LLMCompiler is an Agent Architecture designed to speed up the execution of agent tasks by executing them quickly in the DAG. It also saves the cost of redundant token use by reducing the number of calls to the LLM.
Stars
58
Forks
10
Watchers
58
Open Issues
5
Overall repository health assessment
No package.json found
This might not be a Node.js project
85
commits
4
commits
Increment version to 2.0.1 in pyproject.toml and fix message handling in Planer class to use the correct variable for message updates.
d3698a1View on GitHubUpdate GitHub Actions workflow for Python publishing, upgrade Python version to 3.11, and replace twine with uv for package publishing. Refactor launch and run modules to use CompiledStateGraph, and adjust message handling in various components to support new message structure. Enhance logging in test files and update tool definitions for better type annotations.
62e760dView on GitHubAdd package inclusion/exclusion rules in pyproject.toml and update test paths in test_custom_prompts.py
b668948View on GitHubRemove build.bat, requirements.txt, and setup.py files; clean up project structure.
136a932View on GitHubUpdate .gitignore to include comprehensive patterns for various build, environment, and cache files, enhancing project cleanliness and reducing clutter.
23b59fbView on GitHub