summaryrefslogtreecommitdiff
path: root/src/agents/01-simple_agent/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/agents/01-simple_agent/pyproject.toml')
-rw-r--r--src/agents/01-simple_agent/pyproject.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/agents/01-simple_agent/pyproject.toml b/src/agents/01-simple_agent/pyproject.toml
new file mode 100644
index 0000000..de3b6bc
--- /dev/null
+++ b/src/agents/01-simple_agent/pyproject.toml
@@ -0,0 +1,11 @@
+[project]
+name = "01-simple-agent"
+version = "0.1.0"
+description = "Add your description here"
+readme = "README.md"
+requires-python = ">=3.10"
+dependencies = [
+ "dotenv>=0.9.9",
+ "langchain>=1.0.1",
+ "langchain-groq>=1.0.0",
+]