feat(pyproject): add new dependencies for project

- 添加`agno`、`anthropic`和`notebook`作为项目依赖
- 确保项目能够使用这些库以实现新的功能

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

- 在Jupyter笔记本中添加新的代码单元以执行打印操作
- 更新内核配置以使用`.venv`环境
This commit is contained in:
2025-03-30 23:16:31 +08:00
parent 33487a746c
commit d45eecda50
3 changed files with 1711 additions and 2 deletions

View File

@@ -4,4 +4,8 @@ version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = []
dependencies = [
"agno>=1.2.6",
"anthropic>=0.49.0",
"notebook>=7.3.3",
]