From 6615c6d2900f7c1c97ddf31651021d87e936219f Mon Sep 17 00:00:00 2001 From: Stefan Krawczyk Date: Wed, 28 Feb 2024 14:26:08 -0800 Subject: [PATCH] Update README.md Adds more to roadmap --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 257cf288..2bf44eb0 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,8 @@ While Burr is stable and well-tested, we have quite a few tools/features on our 1. Fully typed state with validation 2. First-class support for retries + exception management 3. More integration with popular frameworks (LCEL, LLamaIndex, Hamilton, etc...) -2. Cloud-based checkpointing/restart (save state to db and replay/warm start, backed by a configurable database) + 4. Capturing & surfacing extra metadata, e.g. annotations for particular point in time, that you can then pull out for fine-tuning, etc. +2. Cloud-based checkpointing/restart for debugging or production use cases (save state to db and replay/warm start, backed by a configurable database) 3. Tooling for hosted execution of state machines, integrating with your infrastructure (Ray, modal, FastAPI + EC2, etc...) If you want to avoid self-hosting the above solutions we're building Burr Cloud. To let us know you're interested