Files
agno-notebooks/pyproject.toml
cruld d45eecda50 feat(pyproject): add new dependencies for project
- 添加`agno`、`anthropic`和`notebook`作为项目依赖
- 确保项目能够使用这些库以实现新的功能

 feat(notebook.ipynb): enhance notebook with new code cell

- 在Jupyter笔记本中添加新的代码单元以执行打印操作
- 更新内核配置以使用`.venv`环境
2025-03-30 23:16:31 +08:00

12 lines
228 B
TOML

[project]
name = "agno-notebooks"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"agno>=1.2.6",
"anthropic>=0.49.0",
"notebook>=7.3.3",
]