Metadata-Version: 2.4
Name: apache-burr
Version: 0.41.0
Summary: Apache Burr (incubating) makes it easy to develop applications that make decisions (chatbots, agents, simulations, etc...) from simple python building blocks.
        
        Apache Burr works well for any application that uses LLMs, and can integrate with any of your favorite frameworks. Burr includes a UI that can track/monitor/trace your system in real time, along with
        pluggable persisters (e.g. for memory) to save & load application state.
        
        Apache Burr (incubating) is an effort undergoing incubation at the Apache
        Software Foundation (ASF), sponsored by the Apache Incubator PMC.
        
        Incubation is required of all newly accepted projects until a further review
        indicates that the infrastructure, communications, and decision making process
        have stabilized in a manner consistent with other successful ASF projects.
        
        While incubation status is not necessarily a reflection of the completeness
        or stability of the code, it does indicate that the project has yet to be
        fully endorsed by the ASF.
Keywords: mlops,data,state-machine,llmops
Author-email: Elijah ben Izzy <elijah@dagworks.io>, Stefan Krawczyk <stefan@dagworks.io>
Maintainer-email: Elijah ben Izzy <elijah@dagworks.io>, Stefan Krawczyk <stefan@dagworks.io>
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
License-File: DISCLAIMER
License-File: LICENSE
License-File: NOTICE
Requires-Dist: aiosqlite ; extra == "aiosqlite"
Requires-Dist: asyncpg ; extra == "asyncpg"
Requires-Dist: loguru ; extra == "cli"
Requires-Dist: click ; extra == "cli"
Requires-Dist: requests ; extra == "cli"
Requires-Dist: apache-burr[streamlit] ; extra == "developer"
Requires-Dist: apache-burr[graphviz] ; extra == "developer"
Requires-Dist: apache-burr[tracking] ; extra == "developer"
Requires-Dist: apache-burr[tests] ; extra == "developer"
Requires-Dist: apache-burr[documentation] ; extra == "developer"
Requires-Dist: apache-burr[bloat] ; extra == "developer"
Requires-Dist: build ; extra == "developer"
Requires-Dist: twine ; extra == "developer"
Requires-Dist: pre-commit ; extra == "developer"
Requires-Dist: apache-burr[tests] ; extra == "documentation"
Requires-Dist: sphinx ; extra == "documentation"
Requires-Dist: sphinx-autobuild ; extra == "documentation"
Requires-Dist: myst-nb ; extra == "documentation"
Requires-Dist: furo ; extra == "documentation"
Requires-Dist: sphinx-sitemap ; extra == "documentation"
Requires-Dist: sphinx-toolbox ; extra == "documentation"
Requires-Dist: apache-burr[aiosqlite] ; extra == "documentation"
Requires-Dist: apache-burr[asyncpg] ; extra == "documentation"
Requires-Dist: apache-burr[psycopg2] ; extra == "documentation"
Requires-Dist: apache-burr[pymongo] ; extra == "documentation"
Requires-Dist: apache-burr[redis] ; extra == "documentation"
Requires-Dist: apache-burr[ray] ; extra == "documentation"
Requires-Dist: apache-burr[streamlit] ; extra == "documentation"
Requires-Dist: sphinxcontrib-googleanalytics ; extra == "documentation"
Requires-Dist: langchain ; extra == "examples"
Requires-Dist: langchain-community ; extra == "examples"
Requires-Dist: langchain-openai ; extra == "examples"
Requires-Dist: apache-burr[inappexamples] ; extra == "examples"
Requires-Dist: graphviz ; extra == "graphviz"
Requires-Dist: sf-hamilton ; extra == "hamilton"
Requires-Dist: haystack-ai ; extra == "haystack"
Requires-Dist: opentelemetry-api ; extra == "inappexamples"
Requires-Dist: opentelemetry-sdk ; extra == "inappexamples"
Requires-Dist: opentelemetry-instrumentation-openai ; extra == "inappexamples"
Requires-Dist: tavily-python ; extra == "inappexamples"
Requires-Dist: apache-burr[tracking, streamlit, graphviz, hamilton, cli, inappexamples] ; extra == "learn"
Requires-Dist: opentelemetry-api ; extra == "opentelemetry"
Requires-Dist: opentelemetry-sdk ; extra == "opentelemetry"
Requires-Dist: psycopg2-binary ; extra == "postgresql"
Requires-Dist: psycopg2-binary ; extra == "psycopg2"
Requires-Dist: pydantic ; extra == "pydantic"
Requires-Dist: pymongo ; extra == "pymongo"
Requires-Dist: ray[default] ; extra == "ray"
Requires-Dist: redis ; extra == "redis"
Requires-Dist: apache-burr[learn] ; extra == "start"
Requires-Dist: streamlit ; extra == "streamlit"
Requires-Dist: graphviz ; extra == "streamlit"
Requires-Dist: matplotlib ; extra == "streamlit"
Requires-Dist: sf-hamilton ; extra == "streamlit"
Requires-Dist: pytest ; extra == "tests"
Requires-Dist: pytest-asyncio ; extra == "tests"
Requires-Dist: apache-burr[hamilton] ; extra == "tests"
Requires-Dist: apache-burr[hamilton] ; extra == "tests"
Requires-Dist: langchain_core ; extra == "tests"
Requires-Dist: langchain_community ; extra == "tests"
Requires-Dist: pandas ; extra == "tests"
Requires-Dist: pydantic[email] ; extra == "tests"
Requires-Dist: pyarrow ; extra == "tests"
Requires-Dist: apache-burr[aiosqlite] ; extra == "tests"
Requires-Dist: apache-burr[asyncpg] ; extra == "tests"
Requires-Dist: apache-burr[psycopg2] ; extra == "tests"
Requires-Dist: apache-burr[pymongo] ; extra == "tests"
Requires-Dist: apache-burr[redis] ; extra == "tests"
Requires-Dist: apache-burr[opentelemetry] ; extra == "tests"
Requires-Dist: apache-burr[haystack] ; extra == "tests"
Requires-Dist: apache-burr[ray] ; extra == "tests"
Requires-Dist: apache-burr[tracking-client] ; extra == "tracking"
Requires-Dist: apache-burr[tracking-server] ; extra == "tracking"
Requires-Dist: pydantic>1 ; extra == "tracking-client"
Requires-Dist: apache-burr[tracking-client] ; extra == "tracking-client-s3"
Requires-Dist: boto3 ; extra == "tracking-client-s3"
Requires-Dist: click ; extra == "tracking-server"
Requires-Dist: fastapi ; extra == "tracking-server"
Requires-Dist: uvicorn ; extra == "tracking-server"
Requires-Dist: pydantic ; extra == "tracking-server"
Requires-Dist: pydantic-settings ; extra == "tracking-server"
Requires-Dist: fastapi-pagination ; extra == "tracking-server"
Requires-Dist: fastapi-utils ; extra == "tracking-server"
Requires-Dist: aiofiles ; extra == "tracking-server"
Requires-Dist: requests ; extra == "tracking-server"
Requires-Dist: jinja2 ; extra == "tracking-server"
Requires-Dist: openai ; extra == "tracking-server"
Requires-Dist: typing-inspect ; extra == "tracking-server"
Requires-Dist: aerich ; extra == "tracking-server-s3"
Requires-Dist: aiobotocore ; extra == "tracking-server-s3"
Requires-Dist: fastapi ; extra == "tracking-server-s3"
Requires-Dist: tortoise-orm[accel, asyncmy] ; extra == "tracking-server-s3"
Requires-Dist: apache-burr[tracking-server] ; extra == "tracking-server-s3"
Requires-Dist: typing-inspect ; extra == "tracking-server-s3"
Project-URL: Bug Tracker, https://github.com/dagworks-inc/burr
Project-URL: Documentation, https://github.com/dagworks-inc/burr
Project-URL: Homepage, https://github.com/dagworks-inc/burr
Project-URL: Repository, https://github.com/dagworks-inc/burr
Provides-Extra: aiosqlite
Provides-Extra: asyncpg
Provides-Extra: cli
Provides-Extra: developer
Provides-Extra: documentation
Provides-Extra: examples
Provides-Extra: graphviz
Provides-Extra: hamilton
Provides-Extra: haystack
Provides-Extra: inappexamples
Provides-Extra: learn
Provides-Extra: opentelemetry
Provides-Extra: postgresql
Provides-Extra: psycopg2
Provides-Extra: pydantic
Provides-Extra: pymongo
Provides-Extra: ray
Provides-Extra: redis
Provides-Extra: start
Provides-Extra: streamlit
Provides-Extra: tests
Provides-Extra: tracking
Provides-Extra: tracking-client
Provides-Extra: tracking-client-s3
Provides-Extra: tracking-server
Provides-Extra: tracking-server-s3

<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.  See the NOTICE file
distributed with this work for additional information
regarding copyright ownership.  The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License.  You may obtain a copy of the License at

  http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied.  See the License for the
specific language governing permissions and limitations
under the License.
-->

# <img src="https://github.com/user-attachments/assets/2ab9b499-7ca2-4ae9-af72-ccc775f30b4e" width=25 height=25/> Apache Burr (incubating)

<div>

[![Discord](https://img.shields.io/badge/Join-Burr_Discord-7289DA?logo=discord)](https://discord.gg/6Zy2DwP4f3)
[![Downloads](https://static.pepy.tech/badge/burr/month)](https://pepy.tech/project/burr)
![PyPI Downloads](https://static.pepy.tech/badge/burr)
[![GitHub Last Commit](https://img.shields.io/github/last-commit/apache/burr)](https://github.com/apache/burr/pulse)
[![X](https://img.shields.io/badge/follow-%40burr_framework-1DA1F2?logo=x&style=social)](https://twitter.com/burr_framework)
<a href="https://twitter.com/burr_framework" target="_blank">
  <img src="https://img.shields.io/badge/burr_framework-Follow-purple.svg?logo=X"/>
</a>

</div>

Apache Burr (incubating) makes it easy to develop applications that make decisions (chatbots, agents, simulations, etc...) from simple python building blocks.

Apache Burr works well for any application that uses LLMs, and can integrate with any of your favorite frameworks. Burr includes a UI that can track/monitor/trace your system in real time, along with
pluggable persisters (e.g. for memory) to save & load application state.

Link to [documentation](https://burr.apache.org/). Quick (<3min) video intro [here](https://www.loom.com/share/a10f163428b942fea55db1a84b1140d8?sid=1512863b-f533-4a42-a2f3-95b13deb07c9).
Longer [video intro & walkthrough](https://www.youtube.com/watch?v=rEZ4oDN0GdU). Blog post [here](https://blog.dagworks.io/p/burr-develop-stateful-ai-applications). Join discord for help/questions [here](https://discord.gg/6Zy2DwP4f3).

## 🏃Quick start

Install from `pypi`:

```bash
pip install "burr[start]"
```

(see [the docs](https://burr.apache.org/getting_started/install/) if you're using poetry)

Then run the UI server:

```bash
burr
```

This will open up Burr's telemetry UI. It comes loaded with some default data so you can click around.
It also has a demo chat application to help demonstrate what the UI captures enabling you too see things changing in
real-time. Hit the "Demos" side bar on the left and select `chatbot`. To chat it requires the `OPENAI_API_KEY`
environment variable to be set, but you can still see how it works if you don't have an API key set.

Next, start coding / running examples:

```bash
git clone https://github.com/apache/burr && cd burr/examples/hello-world-counter
python application.py
```

You'll see the counter example running in the terminal, along with the trace being tracked in the UI.
See if you can find it.

For more details see the [getting started guide](https://burr.apache.org/getting_started/simple-example/).

## 🔩 How does Apache Burr work?

With Apache Burr you express your application as a state machine (i.e. a graph/flowchart).
You can (and should!) use it for anything in which you have to manage state, track complex decisions, add human feedback, or dictate an idempotent, self-persisting workflow.

The core API is simple -- the Burr hello-world looks like this (plug in your own LLM, or copy from [the docs](https://burr.apache.org/getting_started/simple-example/#build-a-simple-chatbot>) for _gpt-X_)

```python
from burr.core import action, State, ApplicationBuilder

@action(reads=[], writes=["prompt", "chat_history"])
def human_input(state: State, prompt: str) -> State:
    # your code -- write what you want here, for example
    chat_item = {"role" : "user", "content" : prompt}
    return state.update(prompt=prompt).append(chat_history=chat_item)

@action(reads=["chat_history"], writes=["response", "chat_history"])
def ai_response(state: State) -> State:
    # query the LLM however you want (or don't use an LLM, up to you...)
    response = _query_llm(state["chat_history"]) # Burr doesn't care how you use LLMs!
    chat_item = {"role" : "system", "content" : response}
    return state.update(response=content).append(chat_history=chat_item)

app = (
    ApplicationBuilder()
    .with_actions(human_input, ai_response)
    .with_transitions(
        ("human_input", "ai_response"),
        ("ai_response", "human_input")
    ).with_state(chat_history=[])
    .with_entrypoint("human_input")
    .build()
)
*_, state = app.run(halt_after=["ai_response"], inputs={"prompt": "Who was Aaron Burr, sir?"})
print("answer:", app.state["response"])
```

Apache Burr includes:

1. A (dependency-free) low-abstraction python library that enables you to build and manage state machines with simple python functions
2. A UI you can use view execution telemetry for introspection and debugging
3. A set of integrations to make it easier to persist state, connect to telemetry, and integrate with other systems

![Burr at work](https://github.com/apache/burr/blob/main/chatbot.gif)

## 💻️ What can you do with Apache Burr?

Apache Burr can be used to power a variety of applications, including:

1. [A simple gpt-like chatbot](https://github.com/apache/burr/tree/main/examples/multi-modal-chatbot)
2. [A stateful RAG-based chatbot](https://github.com/apache/burr/tree/main/examples/conversational-rag/simple_example)
3. [An LLM-based adventure game](https://github.com/apache/burr/tree/main/examples/llm-adventure-game)
4. [An interactive assistant for writing emails](https://github.com/apache/burr/tree/main/examples/email-assistant)

As well as a variety of (non-LLM) use-cases, including a time-series forecasting [simulation](https://github.com/apache/burr/tree/main/examples/simulation),
and [hyperparameter tuning](https://github.com/apache/burr/tree/main/examples/ml-training).

And a lot more!

Using hooks and other integrations you can (a) integrate with any of your favorite vendors (LLM observability, storage, etc...), and
(b) build custom actions that delegate to your favorite libraries (like [Apache Hamilton](https://github.com/apache/hamilton)).

Apache Burr will _not_ tell you how to build your models, how to query APIs, or how to manage your data. It will help you tie all these together
in a way that scales with your needs and makes following the logic of your system easy. Burr comes out of the box with a host of integrations
including tooling to build a UI in streamlit and watch your state machine execute.

## 🏗 Start building

See the documentation for [getting started](https://burr.apache.org/getting_started/simple-example), and follow the example.
Then read through some of the concepts and write your own application!

## 📃 Comparison against common frameworks

While Apache Burr is attempting something (somewhat) unique, there are a variety of tools that occupy similar spaces:

| Criteria                                          | Apache Burr | Langgraph | temporal | Langchain | Superagent | Apache Hamilton |
| ------------------------------------------------- | :--: | :-------: | :------: | :-------: | :--------: | :------: |
| Explicitly models a state machine                 |  ✅  |    ✅     |    ❌    |    ❌     |     ❌     |    ❌    |
| Framework-agnostic                                |  ✅  |    ✅     |    ✅    |    ✅     |     ❌     |    ✅    |
| Asynchronous event-based orchestration            |  ❌  |    ❌     |    ✅    |    ❌     |     ❌     |    ❌    |
| Built for core web-service logic                  |  ✅  |    ✅     |    ❌    |    ✅     |     ✅     |    ✅    |
| Open-source user-interface for monitoring/tracing |  ✅  |    ❌     |    ❌    |    ❌     |     ❌     |    ✅    |
| Works with non-LLM use-cases                      |  ✅  |    ❌     |    ❌    |    ❌     |     ❌     |    ✅    |

## 🌯 Why the name Burr?

Apache Burr is named after [Aaron Burr](https://en.wikipedia.org/wiki/Aaron_Burr), founding father, third VP of the United States, and murderer/arch-nemesis of [Alexander Hamilton](https://en.wikipedia.org/wiki/Alexander_Hamilton).
What's the connection with Hamilton? This is [DAGWorks](www.dagworks.io)' second open-source library release after the [Apache Hamilton library](https://github.com/apache/hamilton)
We imagine a world in which Burr and Hamilton lived in harmony and saw through their differences to better the union. We originally
built Apache Burr as a _harness_ to handle state between executions of Apache Hamilton DAGs (because DAGs don't have cycles),
but realized that it has a wide array of applications and decided to release it more broadly.

# Testimonials

> "After evaluating several other obfuscating LLM frameworks, their elegant yet comprehensive state management solution proved to be the powerful answer to rolling out robots driven by AI decision-making."

**Ashish Ghosh**
*CTO, Peanut Robotics*


> "Of course, you can use it [LangChain], but whether it's really production-ready and improves the time from 'code-to-prod' [...], we've been doing LLM apps for two years, and the answer is no [...] All these 'all-in-one' libs suffer from this [...]. Honestly, take a look at Burr. Thank me later."

**Reddit user cyan2k**
*LocalLlama, Subreddit*


> "Using Burr is a no-brainer if you want to build a modular AI application. It is so easy to build with, and I especially love their UI which makes debugging a piece of cake. And the always-ready-to-help team is the cherry on top."

**Ishita**
*Founder, Watto.ai*


> "I just came across Burr and I'm like WOW, this seems like you guys predicted this exact need when building this. No weird esoteric concepts just because it's AI."

**Matthew Rideout**
*Staff Software Engineer, Paxton AI*


> "Burr's state management part is really helpful for creating state snapshots and building debugging, replaying, and even evaluation cases around that."

**Rinat Gareev**
*Senior Solutions Architect, Provectus*

> "I have been using Burr over the past few months, and compared to many agentic LLM platforms out there (e.g. LangChain, CrewAi, AutoGen, Agency Swarm, etc), Burr provides a more robust framework for designing complex behaviors."

**Hadi Nayebi**
*Co-founder, CognitiveGraphs*

> "Moving from LangChain to Burr was a game-changer!
> - **Time-Saving**: It took me just a few hours to get started with Burr, compared to the days and weeks I spent trying to navigate LangChain.
> - **Cleaner Implementation**: With Burr, I could finally have a cleaner, more sophisticated, and stable implementation. No more wrestling with complex codebases.
> - **Team Adoption**: I pitched Burr to my teammates, and we pivoted our entire codebase to it. It's been a smooth ride ever since."

**Aditya K.**
*DS Architect, TaskHuman*

## 🛣 Roadmap

While Apache Burr is stable and well-tested, we have quite a few tools/features on our roadmap!
1. FastAPI integration + hosted deployment -- make it really easy to get Apache Burr in an app in production without thinking about REST APIs
2. Various efficiency/usability improvements for the core library (see [planned capabilities](https://burr.apache.org/concepts/planned-capabilities/) for more details). This includes:
   1. First-class support for retries + exception management
   2. More integration with popular frameworks (LCEL, LLamaIndex, Apache Hamilton, etc...)
   3. Capturing & surfacing extra metadata, e.g. annotations for particular point in time, that you can then pull out for fine-tuning, etc.
   4. Improvements to the pydantic-based typing system
3. Tooling for hosted execution of state machines, integrating with your infrastructure (Ray, modal, FastAPI + EC2, etc...)
4. Additional storage integrations. More integrations with technologies like MySQL, S3, etc. so you can run Apache Burr on top of what you have available.

If you want to avoid self-hosting the above solutions we're building Burr Cloud. To let us know you're interested
sign up [here](https://forms.gle/w9u2QKcPrztApRedA) for the waitlist to get access.

## 🤲 Contributing

We welcome contributors! To get started on developing, see the [developer-facing docs](https://burr.apache.org/contributing).

## 👪 Contributors

### Code contributions

Users who have contributed core functionality, integrations, or examples.

- [Elijah ben Izzy](https://github.com/elijahbenizzy)
- [Stefan Krawczyk](https://github.com/skrawcz)
- [Joseph Booth](https://github.com/jombooth)
- [Nandani Thakur](https://github.com/NandaniThakur)
- [Thierry Jean](https://github.com/zilto)
- [Hamza Farhan](https://github.com/HamzaFarhan)
- [Abdul Rafay](https://github.com/proftorch)
- [Margaret Lange](https://github.com/margaretlange)

### Bug hunters/special mentions

Users who have contributed small docs fixes, design suggestions, and found bugs

- [Luke Chadwick](https://github.com/vertis)
- [Evans](https://github.com/sudoevans)
- [Sasmitha Manathunga](https://github.com/mmz-001)

# 📑 License

Apache Burr is released under the Apache 2.0 License. See [LICENSE](https://github.com/apache/burr/blob/main/LICENSE) for details.

# 🌎 Community
## 👨‍💻 Contributing
We're very supportive of changes by new contributors, big or small! Make sure to discuss potential changes by creating an issue or commenting on an existing one before opening a pull request. Good first contributions include creating an example or an integration with your favorite Python library!

 To contribute, checkout our [contributing guidelines](https://github.com/apache/burr/blob/main/CONTRIBUTING.rst), our [developer setup guide](https://github.com/apache/burr/blob/main/developer_setup.md), and our [Code of Conduct](https://github.com/apache/burr/blob/main/CODE_OF_CONDUCT.md).

