Skip to content

Commit 7c98cb7

Browse files
committed
updated to use sqlite db
1 parent 167e763 commit 7c98cb7

4 files changed

Lines changed: 498 additions & 115 deletions

File tree

docs/source/multi_agent_example.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,11 +277,11 @@ def main() -> None:
277277
choreo = Choreography(
278278
build_project,
279279
agents=[architect, coder1, coder2, reviewer1, reviewer2],
280-
queue=PersistentTaskQueue(STATE_DIR / "choreo_queue"),
280+
queue=PersistentTaskQueue(STATE_DIR / "task_queue.db"),
281281
handlers=[
282282
LiteLLMProvider(model=MODEL),
283283
RetryLLMHandler(),
284-
PersistenceHandler(STATE_DIR),
284+
PersistenceHandler(STATE_DIR / "checkpoints.db"),
285285
],
286286
)
287287

0 commit comments

Comments
 (0)