microsoft-agents-a365-observability-extensions-agent-framework 0.1.0.dev30__tar.gz → 0.2.1.dev0__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.
Files changed (13) hide show
  1. {microsoft_agents_a365_observability_extensions_agent_framework-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_agent_framework-0.2.1.dev0}/PKG-INFO +5 -3
  2. {microsoft_agents_a365_observability_extensions_agent_framework-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_agent_framework-0.2.1.dev0}/README.md +2 -2
  3. {microsoft_agents_a365_observability_extensions_agent_framework-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_agent_framework-0.2.1.dev0}/microsoft_agents_a365_observability_extensions_agent_framework.egg-info/PKG-INFO +5 -3
  4. {microsoft_agents_a365_observability_extensions_agent_framework-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_agent_framework-0.2.1.dev0}/microsoft_agents_a365_observability_extensions_agent_framework.egg-info/SOURCES.txt +3 -0
  5. {microsoft_agents_a365_observability_extensions_agent_framework-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_agent_framework-0.2.1.dev0}/microsoft_agents_a365_observability_extensions_agent_framework.egg-info/top_level.txt +1 -0
  6. {microsoft_agents_a365_observability_extensions_agent_framework-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_agent_framework-0.2.1.dev0}/pyproject.toml +4 -0
  7. {microsoft_agents_a365_observability_extensions_agent_framework-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_agent_framework-0.2.1.dev0}/setup.py +1 -1
  8. {microsoft_agents_a365_observability_extensions_agent_framework-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_agent_framework-0.2.1.dev0}/microsoft_agents_a365/observability/extensions/agentframework/__init__.py +0 -0
  9. {microsoft_agents_a365_observability_extensions_agent_framework-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_agent_framework-0.2.1.dev0}/microsoft_agents_a365/observability/extensions/agentframework/span_processor.py +0 -0
  10. {microsoft_agents_a365_observability_extensions_agent_framework-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_agent_framework-0.2.1.dev0}/microsoft_agents_a365/observability/extensions/agentframework/trace_instrumentor.py +0 -0
  11. {microsoft_agents_a365_observability_extensions_agent_framework-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_agent_framework-0.2.1.dev0}/microsoft_agents_a365_observability_extensions_agent_framework.egg-info/dependency_links.txt +0 -0
  12. {microsoft_agents_a365_observability_extensions_agent_framework-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_agent_framework-0.2.1.dev0}/microsoft_agents_a365_observability_extensions_agent_framework.egg-info/requires.txt +0 -0
  13. {microsoft_agents_a365_observability_extensions_agent_framework-0.1.0.dev30 → microsoft_agents_a365_observability_extensions_agent_framework-0.2.1.dev0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: microsoft-agents-a365-observability-extensions-agent-framework
3
- Version: 0.1.0.dev30
3
+ Version: 0.2.1.dev0
4
4
  Summary: Agent Framework observability and tracing extensions for Microsoft Agent 365
5
5
  Author-email: Microsoft <support@microsoft.com>
6
6
  License-Expression: MIT
@@ -20,6 +20,7 @@ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
20
20
  Classifier: Topic :: System :: Monitoring
21
21
  Requires-Python: >=3.11
22
22
  Description-Content-Type: text/markdown
23
+ License-File: LICENSE
23
24
  Requires-Dist: microsoft-agents-a365-observability-core>=0.0.0
24
25
  Requires-Dist: opentelemetry-api>=1.36.0
25
26
  Requires-Dist: opentelemetry-sdk>=1.36.0
@@ -33,6 +34,7 @@ Requires-Dist: mypy>=1.0.0; extra == "dev"
33
34
  Provides-Extra: test
34
35
  Requires-Dist: pytest>=7.0.0; extra == "test"
35
36
  Requires-Dist: pytest-asyncio>=0.21.0; extra == "test"
37
+ Dynamic: license-file
36
38
 
37
39
  # microsoft-agents-a365-observability-extensions-agentframework
38
40
 
@@ -56,7 +58,7 @@ For usage examples and detailed documentation, see the [Observability documentat
56
58
  For issues, questions, or feedback:
57
59
 
58
60
  - File issues in the [GitHub Issues](https://github.com/microsoft/Agent365-python/issues) section
59
- - See the [main documentation](../../../README.md) for more information
61
+ - See the [main documentation](../../README.md) for more information
60
62
 
61
63
  ## Trademarks
62
64
 
@@ -66,4 +68,4 @@ For issues, questions, or feedback:
66
68
 
67
69
  Copyright (c) Microsoft Corporation. All rights reserved.
68
70
 
69
- Licensed under the MIT License - see the [LICENSE](../../../LICENSE.md) file for details.
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](../../../README.md) for more information
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](../../../LICENSE.md) file for details.
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-agent-framework
3
- Version: 0.1.0.dev30
3
+ Version: 0.2.1.dev0
4
4
  Summary: Agent Framework observability and tracing extensions for Microsoft Agent 365
5
5
  Author-email: Microsoft <support@microsoft.com>
6
6
  License-Expression: MIT
@@ -20,6 +20,7 @@ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
20
20
  Classifier: Topic :: System :: Monitoring
21
21
  Requires-Python: >=3.11
22
22
  Description-Content-Type: text/markdown
23
+ License-File: LICENSE
23
24
  Requires-Dist: microsoft-agents-a365-observability-core>=0.0.0
24
25
  Requires-Dist: opentelemetry-api>=1.36.0
25
26
  Requires-Dist: opentelemetry-sdk>=1.36.0
@@ -33,6 +34,7 @@ Requires-Dist: mypy>=1.0.0; extra == "dev"
33
34
  Provides-Extra: test
34
35
  Requires-Dist: pytest>=7.0.0; extra == "test"
35
36
  Requires-Dist: pytest-asyncio>=0.21.0; extra == "test"
37
+ Dynamic: license-file
36
38
 
37
39
  # microsoft-agents-a365-observability-extensions-agentframework
38
40
 
@@ -56,7 +58,7 @@ For usage examples and detailed documentation, see the [Observability documentat
56
58
  For issues, questions, or feedback:
57
59
 
58
60
  - File issues in the [GitHub Issues](https://github.com/microsoft/Agent365-python/issues) section
59
- - See the [main documentation](../../../README.md) for more information
61
+ - See the [main documentation](../../README.md) for more information
60
62
 
61
63
  ## Trademarks
62
64
 
@@ -66,4 +68,4 @@ For issues, questions, or feedback:
66
68
 
67
69
  Copyright (c) Microsoft Corporation. All rights reserved.
68
70
 
69
- Licensed under the MIT License - see the [LICENSE](../../../LICENSE.md) file for details.
71
+ Licensed under the MIT License - see the [LICENSE](../../LICENSE.md) file for details.
@@ -1,6 +1,9 @@
1
1
  README.md
2
2
  pyproject.toml
3
3
  setup.py
4
+ ../../LICENSE
5
+ docs/../../LICENSE
6
+ microsoft_agents_a365/../../LICENSE
4
7
  microsoft_agents_a365/observability/extensions/agentframework/__init__.py
5
8
  microsoft_agents_a365/observability/extensions/agentframework/span_processor.py
6
9
  microsoft_agents_a365/observability/extensions/agentframework/trace_instrumentor.py
@@ -68,6 +68,10 @@ target-version = ['py311']
68
68
  line-length = 100
69
69
  target-version = "py311"
70
70
 
71
+ [tool.ruff.lint.flake8-copyright]
72
+ notice-rgx = "# Copyright \\(c\\) Microsoft Corporation\\.\\r?\\n# Licensed under the MIT License\\."
73
+ min-file-size = 1
74
+
71
75
  [tool.mypy]
72
76
  python_version = "3.11"
73
77
  strict = true
@@ -13,7 +13,7 @@ package_version = environ.get("AGENT365_PYTHON_SDK_PACKAGE_VERSION", "0.0.0")
13
13
  helper_path = Path(__file__).parent.parent.parent / "versioning" / "helper"
14
14
  sys.path.insert(0, str(helper_path))
15
15
 
16
- from setup_utils import get_dynamic_dependencies
16
+ from setup_utils import get_dynamic_dependencies # noqa: E402
17
17
 
18
18
  # Use minimum version strategy:
19
19
  # - Internal packages get: >= current_base_version (e.g., >= 0.1.0)