Cost-Sustainable Concurrent Execution for Long-Horizon LLM Agents
Project description
SlowBurn
SlowBurn: Cost-Sustainable Concurrent Execution for Long-Horizon LLM Agents
SlowBurn is a Python library that lets LLM agent workflows run within a dollar budget by automatically slowing down — not crashing — when the budget is tight. It combines concurrent execution with dollar-denominated rate limiting and per-call cost tracking, so researchers can launch overnight batch experiments on a $5/day budget and wake up to completed results instead of a crashed script.
SlowBurn provides a native asyncio LLM worker for direct use, and drop-in integrations for AutoGen (AG2) and CrewAI that add budget control to existing multi-agent workflows without code changes.
Installation
pip install slowburn
Development
git clone https://github.com/adivekar-utexas/slowburn.git
cd slowburn
pip install -e ".[dev]"
pytest
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file slowburn-0.3.0.tar.gz.
File metadata
- Download URL: slowburn-0.3.0.tar.gz
- Upload date:
- Size: 612.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
28d66621ca514ccbcd4ee2225c03a2c453ead25e5ea8551cae0d7e86bd0aed56
|
|
| MD5 |
f7fc38981cc413007a45a961baf3c044
|
|
| BLAKE2b-256 |
7ab635d5d22d912476c8b3ed5289d3ae207d475e61d31b282686261a37d6d824
|
File details
Details for the file slowburn-0.3.0-py3-none-any.whl.
File metadata
- Download URL: slowburn-0.3.0-py3-none-any.whl
- Upload date:
- Size: 28.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b989a3d97cf20da98722ba108e4452237c1b53248c8a5af764f19d3915458af
|
|
| MD5 |
55ed1636a1a6399c960696cbbdb762a2
|
|
| BLAKE2b-256 |
10ab91b2519af85b04eabe618921145686006a60457c451baaec2797e10c1b87
|