summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPreston Pan <ret2pop@nullring.xyz>2026-03-26 18:31:28 -0700
committerPreston Pan <ret2pop@nullring.xyz>2026-03-26 18:31:28 -0700
commitf49dfb56c699da817a7deac711bd16d38df80783 (patch)
tree69ecebb0103cd4c79d5a5331081c29396bbcfe12 /pyproject.toml
first commit
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml32
1 files changed, 32 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
new file mode 100644
index 0000000..309750f
--- /dev/null
+++ b/pyproject.toml
@@ -0,0 +1,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"