Save conversation traces to git for visualization

This commit is contained in:
Debanjum Singh Solanky
2024-10-23 19:21:43 -07:00
parent 7e0a692d16
commit 10c8fd3b2a
2 changed files with 161 additions and 0 deletions

View File

@@ -119,6 +119,7 @@ dev = [
"mypy >= 1.0.1",
"black >= 23.1.0",
"pre-commit >= 3.0.4",
"gitpython ~= 3.1.43",
]
[tool.hatch.version]