teocns
teocns
**IMPORTANT:** Open a PR basing your branch off `redesign` to merge onto `redesign`
**IMPORTANT:** Open a PR basing your branch off `redesign` to merge onto `redesign` Parent issue for grouped tracking purposes
CI keeps failing on merges into main due to Mintlify deployments (which I am not aware of what it is)
no need to reinstall the whole environment every time; this pipeline could be running in as much as a couple of seconds
### Details Occurs with claude 3.5 w/ computer use case ### 🔎 Describe the Bug ### 🤝 Contribution - [ ] Yes, I'd be happy to submit a pull request...
### Contact Details [email protected] ### 📦 Package Version latest ### 🎞️ Framework Version N/A ### 🔎 Describe the Bug ``` import os import time import agentops import dotenv dotenv.load_dotenv() agentops.init(api_key=os.environ["AGENTOPS_API_KEY"])...
### Context `agentops.semconv.span_attributes` defines mixed span attributes with no clear separation of concerns. On the other hand, it redefines GenAI attributes already defined in [opentelemetry semconv standard](https://opentelemetry.io/docs/specs/semconv/general/): ``` from opentelemetry.semconv._incubating.attributes.gen_ai_attributes...
https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html#dynamic-metadata `dynamic` meta to allows to infer package version via tags. Basically `agentops.__version__` assumes the latest checked out git tag, leveraging semantic conventions via package version control plugins such as...
### 📘 Current State of Documentation ### 📖 Suggested Improvement Going through the docs is really annoying because of integrations extending over multiple pages. I suggest we enclose integrations in...