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.18k stars 93 forks source link

Ignore partitions with access errors. #246

Closed mbarnathan closed 3 weeks ago

mbarnathan commented 3 weeks ago

๐Ÿ“ฅ Pull Request

๐Ÿ“˜ Description host_env will gracefully handle disk errors now

๐Ÿ”„ Related Issue (if applicable)

170

๐ŸŽฏ Goal Regardless of the ability to skip this functionality through a parameter, AgentOps shouldn't fail on the presence of an inaccessible drive (e.g. a removeable drive or network share).

๐Ÿงช Testing Added specific unit test for this functionality.

areibman commented 3 weeks ago

Awesome, thanks @mbarnathan! Taking a look