Skip to content

Commit

Permalink
templates: gemini-functions-agent genai package bump (#17286)
Browse files Browse the repository at this point in the history
  • Loading branch information
efriis committed Feb 9, 2024
1 parent e660a16 commit 023cb59
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 22 deletions.
30 changes: 15 additions & 15 deletions templates/gemini-functions-agent/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 3 additions & 7 deletions templates/gemini-functions-agent/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@
name = "gemini-functions-agent"
version = "0.1.0"
description = "Agent using Gemini function calling to execute functions, including search"
authors = [
"Harrison Chase",
]
authors = ["Harrison Chase"]
readme = "README.md"

[tool.poetry.dependencies]
python = ">=3.9,<4.0"
langchain = "^0.1"
tavily-python = "^0.1.9"
langchain-google-genai = ">=0.0.7,<0.1"
langchain-google-genai = ">=0.0.8,<0.1"

[tool.poetry.group.dev.dependencies]
langchain-cli = ">=0.0.21"
Expand All @@ -27,7 +25,5 @@ integrations = ["Google", "Tavily"]
tags = ["search", "agents", "function-calling"]

[build-system]
requires = [
"poetry-core",
]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 023cb59

Please sign in to comment.