optional agentops

This commit is contained in:
Braelyn Boynton
2024-04-04 14:34:20 -07:00
parent 750085498f
commit 79a0d8b94d
4 changed files with 32 additions and 42 deletions

View File

@@ -29,10 +29,11 @@ click = "^8.1.7"
python-dotenv = "1.0.0"
embedchain = "^0.1.98"
appdirs = "^1.4.4"
agentops = { version = "^0.1.0", optional = true }
[tool.poetry.extras]
tools = ["crewai-tools"]
agentops = ["agentops (^0.1.0)"]
agentops = ["agentops"]
[tool.poetry.group.dev.dependencies]
isort = "^5.13.2"