include event emitter in flows (#1740)

* include event emitter in flows

* Clean up

* Fix linter
This commit is contained in:
Brandon Hancock (bhancock_ai)
2024-12-11 10:16:05 -05:00
committed by GitHub
parent da9220fa81
commit 1df61aba4c
5 changed files with 94 additions and 9 deletions

View File

@@ -29,6 +29,7 @@ dependencies = [
"chromadb>=0.5.18",
"pdfplumber>=0.11.4",
"openpyxl>=3.1.5",
"blinker>=1.9.0",
]
[project.urls]