agentskills-agentframework 0.2.1__tar.gz → 0.2.2__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.
- {agentskills_agentframework-0.2.1 → agentskills_agentframework-0.2.2}/PKG-INFO +3 -3
- {agentskills_agentframework-0.2.1 → agentskills_agentframework-0.2.2}/README.md +2 -2
- {agentskills_agentframework-0.2.1 → agentskills_agentframework-0.2.2}/pyproject.toml +1 -1
- {agentskills_agentframework-0.2.1 → agentskills_agentframework-0.2.2}/agentskills_agentframework/__init__.py +0 -0
- {agentskills_agentframework-0.2.1 → agentskills_agentframework-0.2.2}/agentskills_agentframework/py.typed +0 -0
- {agentskills_agentframework-0.2.1 → agentskills_agentframework-0.2.2}/agentskills_agentframework/tools.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentskills-agentframework
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: Microsoft Agent Framework integration for the Agent Skills format (https://agentskills.io)
|
|
5
5
|
License: MIT
|
|
6
6
|
Author: Pratik Panda
|
|
@@ -25,7 +25,7 @@ Description-Content-Type: text/markdown
|
|
|
25
25
|
[](https://pypi.org/project/agentskills-agentframework/)
|
|
26
26
|
[](https://github.com/pratikxpanda/agentskills-sdk/blob/main/LICENSE)
|
|
27
27
|
|
|
28
|
-
> Microsoft Agent Framework integration for the [Agent Skills SDK](../../../README.md)
|
|
28
|
+
> Microsoft Agent Framework integration for the [Agent Skills SDK](../../../README.md) - turn a skill registry into Agent Framework tools.
|
|
29
29
|
|
|
30
30
|
Generates a set of [Microsoft Agent Framework](https://pypi.org/project/agent-framework/) `FunctionTool` instances from a `SkillRegistry`, ready to be passed to any Agent Framework agent.
|
|
31
31
|
|
|
@@ -80,7 +80,7 @@ Returns a list of Agent Framework function tools bound to the given registry.
|
|
|
80
80
|
|
|
81
81
|
### `get_tools_usage_instructions() -> str`
|
|
82
82
|
|
|
83
|
-
Returns a markdown string explaining the progressive-disclosure workflow
|
|
83
|
+
Returns a markdown string explaining the progressive-disclosure workflow - read metadata, then body, then fetch resources on demand. Designed for system-prompt injection alongside the skill catalog.
|
|
84
84
|
|
|
85
85
|
## Example
|
|
86
86
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
[](https://pypi.org/project/agentskills-agentframework/)
|
|
5
5
|
[](https://github.com/pratikxpanda/agentskills-sdk/blob/main/LICENSE)
|
|
6
6
|
|
|
7
|
-
> Microsoft Agent Framework integration for the [Agent Skills SDK](../../../README.md)
|
|
7
|
+
> Microsoft Agent Framework integration for the [Agent Skills SDK](../../../README.md) - turn a skill registry into Agent Framework tools.
|
|
8
8
|
|
|
9
9
|
Generates a set of [Microsoft Agent Framework](https://pypi.org/project/agent-framework/) `FunctionTool` instances from a `SkillRegistry`, ready to be passed to any Agent Framework agent.
|
|
10
10
|
|
|
@@ -59,7 +59,7 @@ Returns a list of Agent Framework function tools bound to the given registry.
|
|
|
59
59
|
|
|
60
60
|
### `get_tools_usage_instructions() -> str`
|
|
61
61
|
|
|
62
|
-
Returns a markdown string explaining the progressive-disclosure workflow
|
|
62
|
+
Returns a markdown string explaining the progressive-disclosure workflow - read metadata, then body, then fetch resources on demand. Designed for system-prompt injection alongside the skill catalog.
|
|
63
63
|
|
|
64
64
|
## Example
|
|
65
65
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|