summaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 309750f39f6a5b8fdd0577ccea53d9fe95f0446e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[project]
name = "cerebras-agent"
version = "0.1.0"
description = ""
package-mode = false
authors = [
    {name = "Preston Pan",email = "ret2pop@nullring.xyz"}
]
readme = "README.org"
requires-python = ">=3.13,<3.15"
dependencies = [
    "cerebras-cloud-sdk (>=1.67.0,<2.0.0)",
    "duckduckgo-search (>=8.1.1,<9.0.0)",
    "googlesearch-python (>=1.3.0,<2.0.0)",
    "rich (>=14.3.3,<15.0.0)",
    "cerebras (>=0.0.1,<0.0.2)",
    "python-dotenv (>=1.2.2,<2.0.0)",
    "ddg (>=0.2.2,<0.3.0)",
    "ollama (>=0.6.1,<0.7.0)",
    "langchain (>=1.2.13,<2.0.0)",
    "langchain-community (>=0.4.1,<0.5.0)",
    "faiss-cpu (>=1.13.2,<2.0.0)",
    "sentence-transformers (>=5.3.0,<6.0.0)",
    "ddgs (>=9.11.4,<10.0.0)",
    "langchain-text-splitters (>=1.1.1,<2.0.0)",
    "langchain-ollama (>=1.0.1,<2.0.0)"
]


[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"