openlit 0.0.3__tar.gz → 1.0.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {openlit-0.0.3 → openlit-1.0.0}/PKG-INFO +3 -2
- {openlit-0.0.3 → openlit-1.0.0}/README.md +2 -2
- {openlit-0.0.3 → openlit-1.0.0}/pyproject.toml +1 -1
- {openlit-0.0.3 → openlit-1.0.0}/LICENSE +0 -0
- {openlit-0.0.3 → openlit-1.0.0}/src/openlit/__helpers.py +0 -0
- {openlit-0.0.3 → openlit-1.0.0}/src/openlit/__init__.py +0 -0
- {openlit-0.0.3 → openlit-1.0.0}/src/openlit/instrumentation/anthropic/__init__.py +0 -0
- {openlit-0.0.3 → openlit-1.0.0}/src/openlit/instrumentation/anthropic/anthropic.py +0 -0
- {openlit-0.0.3 → openlit-1.0.0}/src/openlit/instrumentation/anthropic/async_anthropic.py +0 -0
- {openlit-0.0.3 → openlit-1.0.0}/src/openlit/instrumentation/chroma/__init__.py +0 -0
- {openlit-0.0.3 → openlit-1.0.0}/src/openlit/instrumentation/chroma/chroma.py +0 -0
- {openlit-0.0.3 → openlit-1.0.0}/src/openlit/instrumentation/cohere/__init__.py +0 -0
- {openlit-0.0.3 → openlit-1.0.0}/src/openlit/instrumentation/cohere/cohere.py +0 -0
- {openlit-0.0.3 → openlit-1.0.0}/src/openlit/instrumentation/langchain/__init__.py +0 -0
- {openlit-0.0.3 → openlit-1.0.0}/src/openlit/instrumentation/langchain/langchain.py +0 -0
- {openlit-0.0.3 → openlit-1.0.0}/src/openlit/instrumentation/mistral/__init__.py +0 -0
- {openlit-0.0.3 → openlit-1.0.0}/src/openlit/instrumentation/mistral/async_mistral.py +0 -0
- {openlit-0.0.3 → openlit-1.0.0}/src/openlit/instrumentation/mistral/mistral.py +0 -0
- {openlit-0.0.3 → openlit-1.0.0}/src/openlit/instrumentation/openai/__init__.py +0 -0
- {openlit-0.0.3 → openlit-1.0.0}/src/openlit/instrumentation/openai/async_azure_openai.py +0 -0
- {openlit-0.0.3 → openlit-1.0.0}/src/openlit/instrumentation/openai/async_openai.py +0 -0
- {openlit-0.0.3 → openlit-1.0.0}/src/openlit/instrumentation/openai/azure_openai.py +0 -0
- {openlit-0.0.3 → openlit-1.0.0}/src/openlit/instrumentation/openai/openai.py +0 -0
- {openlit-0.0.3 → openlit-1.0.0}/src/openlit/instrumentation/pinecone/__init__.py +0 -0
- {openlit-0.0.3 → openlit-1.0.0}/src/openlit/instrumentation/pinecone/pinecone.py +0 -0
- {openlit-0.0.3 → openlit-1.0.0}/src/openlit/instrumentation/transformers/__init__.py +0 -0
- {openlit-0.0.3 → openlit-1.0.0}/src/openlit/instrumentation/transformers/transformers.py +0 -0
- {openlit-0.0.3 → openlit-1.0.0}/src/openlit/otel/metrics.py +0 -0
- {openlit-0.0.3 → openlit-1.0.0}/src/openlit/otel/tracing.py +0 -0
- {openlit-0.0.3 → openlit-1.0.0}/src/openlit/semcov/__init__.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: openlit
|
3
|
-
Version: 0.0
|
3
|
+
Version: 1.0.0
|
4
4
|
Summary: OpenTelemetry-native Auto instrumentation library for monitoring LLM Applications, facilitating the integration of observability into your GenAI-driven projects
|
5
5
|
Home-page: https://github.com/openlit/openlit/tree/main/openlit/python
|
6
6
|
Keywords: OpenTelemetry,otel,otlp,llm,tracing,openai,anthropic,claude,cohere,llm monitoring,observability,monitoring,gpt,Generative AI,chatGPT
|
@@ -29,7 +29,7 @@ OpenTelemetry Auto-Instrumentation for GenAI & LLM Applications</h1>
|
|
29
29
|
|
30
30
|
[](https://github.com/openlit/openlit)
|
31
31
|
[](https://github.com/openlit/openlit/blob/main/LICENSE)
|
32
|
-
[](https://pepy.tech/project/openlit)
|
33
33
|
[](https://github.com/openlit/openlit/pulse)
|
34
34
|
[](https://github.com/openlit/openlit/graphs/contributors)
|
35
35
|
|
@@ -172,3 +172,4 @@ Connect with the OpenLIT community and maintainers for support, discussions, and
|
|
172
172
|
- 🌍 Join our [Slack](https://join.slack.com/t/openlit/shared_invite/zt-2etnfttwg-TjP_7BZXfYg84oAukY8QRQ) Community for live interactions and questions.
|
173
173
|
- 🐞 Report bugs on our [GitHub Issues](https://github.com/openlit/openlit/issues) to help us improve OpenLIT.
|
174
174
|
- 𝕏 Follow us on [X](https://twitter.com/openlit) for the latest updates and news.
|
175
|
+
|
@@ -6,7 +6,7 @@ OpenTelemetry Auto-Instrumentation for GenAI & LLM Applications</h1>
|
|
6
6
|
|
7
7
|
[](https://github.com/openlit/openlit)
|
8
8
|
[](https://github.com/openlit/openlit/blob/main/LICENSE)
|
9
|
-
[](https://pepy.tech/project/openlit)
|
10
10
|
[](https://github.com/openlit/openlit/pulse)
|
11
11
|
[](https://github.com/openlit/openlit/graphs/contributors)
|
12
12
|
|
@@ -148,4 +148,4 @@ Connect with the OpenLIT community and maintainers for support, discussions, and
|
|
148
148
|
- 🌟 If you like it, Leave a star on our [GitHub](https://github.com/openlit/openlit/)
|
149
149
|
- 🌍 Join our [Slack](https://join.slack.com/t/openlit/shared_invite/zt-2etnfttwg-TjP_7BZXfYg84oAukY8QRQ) Community for live interactions and questions.
|
150
150
|
- 🐞 Report bugs on our [GitHub Issues](https://github.com/openlit/openlit/issues) to help us improve OpenLIT.
|
151
|
-
- 𝕏 Follow us on [X](https://twitter.com/openlit) for the latest updates and news.
|
151
|
+
- 𝕏 Follow us on [X](https://twitter.com/openlit) for the latest updates and news.
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "openlit"
|
3
|
-
version = "0.0
|
3
|
+
version = "1.0.0"
|
4
4
|
description = "OpenTelemetry-native Auto instrumentation library for monitoring LLM Applications, facilitating the integration of observability into your GenAI-driven projects"
|
5
5
|
authors = ["OpenLIT"]
|
6
6
|
repository = "https://github.com/openlit/openlit/tree/main/openlit/python"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|