initial progress

This commit is contained in:
Steve Androulakis
2024-12-31 15:40:46 -08:00
parent 396b748b7d
commit 6355f976ad
8 changed files with 363 additions and 19 deletions

View File

@@ -22,6 +22,7 @@ temporalio = "^1.8.0"
# Standard library modules (e.g. asyncio, collections) don't need to be added
# since they're built-in for Python 3.8+.
ollama = "^0.4.5"
pyyaml = "^6.0.2"
[tool.poetry.group.dev.dependencies]
pytest = "^7.3"