13 lines
236 B
TOML
13 lines
236 B
TOML
|
|
[project]
|
||
|
|
name = "aim"
|
||
|
|
version = "0.1.0"
|
||
|
|
description = "Add your description here"
|
||
|
|
readme = "README.md"
|
||
|
|
requires-python = ">=3.13"
|
||
|
|
dependencies = [
|
||
|
|
"agno>=1.7.9",
|
||
|
|
"ollama>=0.5.3",
|
||
|
|
"openai>=1.99.6",
|
||
|
|
"pydantic>=2.11.7",
|
||
|
|
]
|