microsoft-agents-a365-observability-extensions-langchain 0.1.0.dev30__tar.gz → 0.2.0.dev5__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.
- {microsoft_agents_a365_observability_extensions_langchain-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_langchain-0.2.0.dev5}/PKG-INFO +3 -3
- {microsoft_agents_a365_observability_extensions_langchain-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_langchain-0.2.0.dev5}/README.md +2 -2
- {microsoft_agents_a365_observability_extensions_langchain-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_langchain-0.2.0.dev5}/microsoft_agents_a365_observability_extensions_langchain.egg-info/PKG-INFO +3 -3
- {microsoft_agents_a365_observability_extensions_langchain-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_langchain-0.2.0.dev5}/microsoft_agents_a365/observability/extensions/langchain/__init__.py +0 -0
- {microsoft_agents_a365_observability_extensions_langchain-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_langchain-0.2.0.dev5}/microsoft_agents_a365/observability/extensions/langchain/tracer.py +0 -0
- {microsoft_agents_a365_observability_extensions_langchain-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_langchain-0.2.0.dev5}/microsoft_agents_a365/observability/extensions/langchain/tracer_instrumentor.py +0 -0
- {microsoft_agents_a365_observability_extensions_langchain-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_langchain-0.2.0.dev5}/microsoft_agents_a365/observability/extensions/langchain/utils.py +0 -0
- {microsoft_agents_a365_observability_extensions_langchain-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_langchain-0.2.0.dev5}/microsoft_agents_a365_observability_extensions_langchain.egg-info/SOURCES.txt +0 -0
- {microsoft_agents_a365_observability_extensions_langchain-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_langchain-0.2.0.dev5}/microsoft_agents_a365_observability_extensions_langchain.egg-info/dependency_links.txt +0 -0
- {microsoft_agents_a365_observability_extensions_langchain-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_langchain-0.2.0.dev5}/microsoft_agents_a365_observability_extensions_langchain.egg-info/requires.txt +0 -0
- {microsoft_agents_a365_observability_extensions_langchain-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_langchain-0.2.0.dev5}/microsoft_agents_a365_observability_extensions_langchain.egg-info/top_level.txt +0 -0
- {microsoft_agents_a365_observability_extensions_langchain-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_langchain-0.2.0.dev5}/pyproject.toml +0 -0
- {microsoft_agents_a365_observability_extensions_langchain-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_langchain-0.2.0.dev5}/setup.cfg +0 -0
- {microsoft_agents_a365_observability_extensions_langchain-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_langchain-0.2.0.dev5}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-a365-observability-extensions-langchain
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.2.0.dev5
|
|
4
4
|
Summary: LangChain observability and tracing extensions for Microsoft Agent 365
|
|
5
5
|
Author-email: Microsoft <support@microsoft.com>
|
|
6
6
|
License: MIT
|
|
@@ -58,7 +58,7 @@ For usage examples and detailed documentation, see the [Observability documentat
|
|
|
58
58
|
For issues, questions, or feedback:
|
|
59
59
|
|
|
60
60
|
- File issues in the [GitHub Issues](https://github.com/microsoft/Agent365-python/issues) section
|
|
61
|
-
- See the [main documentation](
|
|
61
|
+
- See the [main documentation](../../README.md) for more information
|
|
62
62
|
|
|
63
63
|
## Trademarks
|
|
64
64
|
|
|
@@ -68,4 +68,4 @@ For issues, questions, or feedback:
|
|
|
68
68
|
|
|
69
69
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
70
70
|
|
|
71
|
-
Licensed under the MIT License - see the [LICENSE](
|
|
71
|
+
Licensed under the MIT License - see the [LICENSE](../../LICENSE.md) file for details.
|
|
@@ -20,7 +20,7 @@ For usage examples and detailed documentation, see the [Observability documentat
|
|
|
20
20
|
For issues, questions, or feedback:
|
|
21
21
|
|
|
22
22
|
- File issues in the [GitHub Issues](https://github.com/microsoft/Agent365-python/issues) section
|
|
23
|
-
- See the [main documentation](
|
|
23
|
+
- See the [main documentation](../../README.md) for more information
|
|
24
24
|
|
|
25
25
|
## Trademarks
|
|
26
26
|
|
|
@@ -30,4 +30,4 @@ For issues, questions, or feedback:
|
|
|
30
30
|
|
|
31
31
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
32
32
|
|
|
33
|
-
Licensed under the MIT License - see the [LICENSE](
|
|
33
|
+
Licensed under the MIT License - see the [LICENSE](../../LICENSE.md) file for details.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-a365-observability-extensions-langchain
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.2.0.dev5
|
|
4
4
|
Summary: LangChain observability and tracing extensions for Microsoft Agent 365
|
|
5
5
|
Author-email: Microsoft <support@microsoft.com>
|
|
6
6
|
License: MIT
|
|
@@ -58,7 +58,7 @@ For usage examples and detailed documentation, see the [Observability documentat
|
|
|
58
58
|
For issues, questions, or feedback:
|
|
59
59
|
|
|
60
60
|
- File issues in the [GitHub Issues](https://github.com/microsoft/Agent365-python/issues) section
|
|
61
|
-
- See the [main documentation](
|
|
61
|
+
- See the [main documentation](../../README.md) for more information
|
|
62
62
|
|
|
63
63
|
## Trademarks
|
|
64
64
|
|
|
@@ -68,4 +68,4 @@ For issues, questions, or feedback:
|
|
|
68
68
|
|
|
69
69
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
70
70
|
|
|
71
|
-
Licensed under the MIT License - see the [LICENSE](
|
|
71
|
+
Licensed under the MIT License - see the [LICENSE](../../LICENSE.md) file for details.
|
|
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
|