✨ 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:
@@ -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",
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user