Files
patchy631--ai-engineering-hub/zep-memory-assistant/pyproject.toml
T
2026-07-13 12:37:47 +08:00

13 lines
278 B
TOML

[project]
name = "autogen-zep"
version = "0.1.0"
description = "Persistent memory backend for AI agents using Zep."
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"ag2[ollama]>=0.9",
"ollama>=0.4.8",
"streamlit>=1.44.1",
"zep-cloud>=2.11.0",
]