ppc64le/linux/: traceloop-sdk-0.60.0 metadata and description
Simple index
Traceloop Software Development Kit (SDK) for Python
| author_email |
Gal Kleinman <[email protected]>, Nir Gazit <[email protected]>, Tomer Friedman <[email protected]> |
| classifiers |
- Environment :: MetaData :: IBM Python Ecosystem
|
| description_content_type |
text/markdown |
| license_expression |
Apache-2.0 |
| metadata_version |
2.4 |
| project_urls |
- Repository, https://github.com/traceloop/openllmetry
- Documentation, https://traceloop.com/docs/openllmetry
|
| requires_dist |
- aiohttp<4,>=3.11.11
- colorama<0.5.0,>=0.4.6
- cuid<0.5,>=0.4
- deprecated<2,>=1.2.14
- jinja2<4,>=3.1.5
- opentelemetry-api<2,>=1.38.0
- opentelemetry-exporter-otlp-proto-grpc<2,>=1.38.0
- opentelemetry-exporter-otlp-proto-http<2,>=1.38.0
- opentelemetry-instrumentation-agno
- opentelemetry-instrumentation-alephalpha
- opentelemetry-instrumentation-anthropic
- opentelemetry-instrumentation-bedrock
- opentelemetry-instrumentation-chromadb
- opentelemetry-instrumentation-cohere
- opentelemetry-instrumentation-crewai
- opentelemetry-instrumentation-google-generativeai
- opentelemetry-instrumentation-groq
- opentelemetry-instrumentation-haystack
- opentelemetry-instrumentation-lancedb
- opentelemetry-instrumentation-langchain
- opentelemetry-instrumentation-llamaindex
- opentelemetry-instrumentation-logging>=0.59b0
- opentelemetry-instrumentation-marqo
- opentelemetry-instrumentation-mcp
- opentelemetry-instrumentation-milvus
- opentelemetry-instrumentation-mistralai
- opentelemetry-instrumentation-ollama
- opentelemetry-instrumentation-openai
- opentelemetry-instrumentation-openai-agents
- opentelemetry-instrumentation-pinecone
- opentelemetry-instrumentation-qdrant
- opentelemetry-instrumentation-redis>=0.59b0
- opentelemetry-instrumentation-replicate
- opentelemetry-instrumentation-requests>=0.59b0
- opentelemetry-instrumentation-sagemaker
- opentelemetry-instrumentation-sqlalchemy>=0.59b0
- opentelemetry-instrumentation-threading>=0.59b0
- opentelemetry-instrumentation-together
- opentelemetry-instrumentation-transformers
- opentelemetry-instrumentation-urllib3>=0.59b0
- opentelemetry-instrumentation-vertexai
- opentelemetry-instrumentation-voyageai
- opentelemetry-instrumentation-watsonx
- opentelemetry-instrumentation-weaviate
- opentelemetry-instrumentation-writer
- opentelemetry-sdk<2,>=1.38.0
- opentelemetry-semantic-conventions-ai<0.6.0,>=0.5.1
- pydantic>=1
- tenacity<10.0,>=8.2.3
- pandas; extra == 'datasets'
|
| requires_python |
<4,>=3.10 |
traceloop-sdk
Traceloop’s Python SDK allows you to easily start monitoring and debugging your LLM execution. Tracing is done in a non-intrusive way, built on top of OpenTelemetry. You can choose to export the traces to Traceloop, or to your existing observability stack.
Traceloop.init(app_name="joke_generation_service")
@workflow(name="joke_creation")
def create_joke():
completion = openai.ChatCompletion.create(
model="gpt-3.5-turbo",
messages=[{"role": "user", "content": "Tell me a joke about opentelemetry"}],
)
return completion.choices[0].message.content
Export Classification Notice
The software hosted on this website consists of publicly available open‑source packages. To the extent U.S. export regulations apply, software that is publicly available as described in 15 C.F.R. §§ 734.7 (for non-encryption software) or 742.15(b) (for encryption software) is not subject to the Export Administration Regulations (EAR). Users are responsible for complying with all applicable export laws and regulations.