implements agentops with a langchain handler, agent tracking and tool call recording

This commit is contained in:
Braelyn Boynton
2024-03-19 18:47:22 -07:00
parent 637bd885cf
commit f6ee12dbc5
4 changed files with 75 additions and 2 deletions

View File

@@ -27,6 +27,7 @@ regex = "^2023.12.25"
crewai-tools = { version = "^0.0.15", optional = true }
click = "^8.1.7"
python-dotenv = "1.0.0"
agentops = "0.1.0b1"
[tool.poetry.extras]
tools = ["crewai-tools"]
@@ -50,6 +51,7 @@ crewai_tools = "^0.0.15"
profile = "black"
known_first_party = ["crewai"]
[tool.poetry.group.test.dependencies]
pytest = "^8.0.0"
pytest-vcr = "^1.0.2"