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

14 lines
285 B
TOML

[project]
name = "agent-with-mcp-memory"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"crewai>=0.134.0",
"ipykernel>=6.29.5",
"linkup-sdk>=0.2.7",
"mcp[cli]>=1.10.1",
"opik>=1.7.42",
]