14 lines
275 B
TOML
14 lines
275 B
TOML
[project]
|
|
name = "memory-agents"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"agno>=1.7.5",
|
|
"openai>=1.97.0",
|
|
"python-dotenv>=1.1.1",
|
|
"rich>=14.0.0",
|
|
"sqlalchemy>=2.0.41",
|
|
]
|