AgentOps-AI / agentops

Python SDK for agent monitoring, LLM cost tracking, benchmarking, and more. Integrates with most LLMs and agent frameworks like CrewAI, Langchain, and Autogen
https://agentops.ai
MIT License
1.22k stars 97 forks source link

Adding data to host_env #205

Closed HowieG closed 1 month ago

HowieG commented 1 month ago

Capturing sys modules, installed packages (not necessarily in sys modules), cwd, virtual_env

HowieG commented 1 month ago

Blocked by issue in main preventing testing. Need to test what happens when we install a package from local or branch

pip install ../agentops pip install git+https://github.com/AgentOps-AI/crewAI.git@main

HowieG commented 1 month ago

Tested

Screenshot 2024-05-15 at 5 00 57 PM

(crewai.tools and crewai_tools are both valid packages unfortunately nothing we can do there)