microsoft-agents-a365-tooling 0.1.0__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_tooling-0.1.0 → microsoft_agents_a365_tooling-0.2.0.dev5}/PKG-INFO +3 -3
- {microsoft_agents_a365_tooling-0.1.0 → microsoft_agents_a365_tooling-0.2.0.dev5}/README.md +2 -2
- {microsoft_agents_a365_tooling-0.1.0 → microsoft_agents_a365_tooling-0.2.0.dev5}/microsoft_agents_a365_tooling.egg-info/PKG-INFO +3 -3
- {microsoft_agents_a365_tooling-0.1.0 → microsoft_agents_a365_tooling-0.2.0.dev5}/microsoft_agents_a365/tooling/__init__.py +0 -0
- {microsoft_agents_a365_tooling-0.1.0 → microsoft_agents_a365_tooling-0.2.0.dev5}/microsoft_agents_a365/tooling/models/__init__.py +0 -0
- {microsoft_agents_a365_tooling-0.1.0 → microsoft_agents_a365_tooling-0.2.0.dev5}/microsoft_agents_a365/tooling/models/mcp_server_config.py +0 -0
- {microsoft_agents_a365_tooling-0.1.0 → microsoft_agents_a365_tooling-0.2.0.dev5}/microsoft_agents_a365/tooling/services/__init__.py +0 -0
- {microsoft_agents_a365_tooling-0.1.0 → microsoft_agents_a365_tooling-0.2.0.dev5}/microsoft_agents_a365/tooling/services/mcp_tool_server_configuration_service.py +0 -0
- {microsoft_agents_a365_tooling-0.1.0 → microsoft_agents_a365_tooling-0.2.0.dev5}/microsoft_agents_a365/tooling/utils/__init__.py +0 -0
- {microsoft_agents_a365_tooling-0.1.0 → microsoft_agents_a365_tooling-0.2.0.dev5}/microsoft_agents_a365/tooling/utils/constants.py +0 -0
- {microsoft_agents_a365_tooling-0.1.0 → microsoft_agents_a365_tooling-0.2.0.dev5}/microsoft_agents_a365/tooling/utils/utility.py +0 -0
- {microsoft_agents_a365_tooling-0.1.0 → microsoft_agents_a365_tooling-0.2.0.dev5}/microsoft_agents_a365_tooling.egg-info/SOURCES.txt +0 -0
- {microsoft_agents_a365_tooling-0.1.0 → microsoft_agents_a365_tooling-0.2.0.dev5}/microsoft_agents_a365_tooling.egg-info/dependency_links.txt +0 -0
- {microsoft_agents_a365_tooling-0.1.0 → microsoft_agents_a365_tooling-0.2.0.dev5}/microsoft_agents_a365_tooling.egg-info/requires.txt +0 -0
- {microsoft_agents_a365_tooling-0.1.0 → microsoft_agents_a365_tooling-0.2.0.dev5}/microsoft_agents_a365_tooling.egg-info/top_level.txt +0 -0
- {microsoft_agents_a365_tooling-0.1.0 → microsoft_agents_a365_tooling-0.2.0.dev5}/pyproject.toml +0 -0
- {microsoft_agents_a365_tooling-0.1.0 → microsoft_agents_a365_tooling-0.2.0.dev5}/setup.cfg +0 -0
- {microsoft_agents_a365_tooling-0.1.0 → microsoft_agents_a365_tooling-0.2.0.dev5}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: microsoft-agents-a365-tooling
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.2.0.dev5
|
|
4
4
|
Summary: Agent 365 Tooling SDK, providing functionality to work with Agent 365 Tools.
|
|
5
5
|
Author-email: Microsoft <support@microsoft.com>
|
|
6
6
|
License: MIT
|
|
@@ -49,7 +49,7 @@ For usage examples and detailed documentation, see the [Tooling documentation](h
|
|
|
49
49
|
For issues, questions, or feedback:
|
|
50
50
|
|
|
51
51
|
- File issues in the [GitHub Issues](https://github.com/microsoft/Agent365-python/issues) section
|
|
52
|
-
- See the [main documentation](
|
|
52
|
+
- See the [main documentation](../../README.md) for more information
|
|
53
53
|
|
|
54
54
|
## Trademarks
|
|
55
55
|
|
|
@@ -59,4 +59,4 @@ For issues, questions, or feedback:
|
|
|
59
59
|
|
|
60
60
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
61
61
|
|
|
62
|
-
Licensed under the MIT License - see the [LICENSE](
|
|
62
|
+
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 [Tooling documentation](h
|
|
|
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-tooling
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.2.0.dev5
|
|
4
4
|
Summary: Agent 365 Tooling SDK, providing functionality to work with Agent 365 Tools.
|
|
5
5
|
Author-email: Microsoft <support@microsoft.com>
|
|
6
6
|
License: MIT
|
|
@@ -49,7 +49,7 @@ For usage examples and detailed documentation, see the [Tooling documentation](h
|
|
|
49
49
|
For issues, questions, or feedback:
|
|
50
50
|
|
|
51
51
|
- File issues in the [GitHub Issues](https://github.com/microsoft/Agent365-python/issues) section
|
|
52
|
-
- See the [main documentation](
|
|
52
|
+
- See the [main documentation](../../README.md) for more information
|
|
53
53
|
|
|
54
54
|
## Trademarks
|
|
55
55
|
|
|
@@ -59,4 +59,4 @@ For issues, questions, or feedback:
|
|
|
59
59
|
|
|
60
60
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
|
61
61
|
|
|
62
|
-
Licensed under the MIT License - see the [LICENSE](
|
|
62
|
+
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
|
|
File without changes
|
|
File without changes
|
{microsoft_agents_a365_tooling-0.1.0 → microsoft_agents_a365_tooling-0.2.0.dev5}/pyproject.toml
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|