swarmauri_agent_skill 0.11.0.dev1__tar.gz → 0.11.0.dev2__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: swarmauri_agent_skill
3
- Version: 0.11.0.dev1
3
+ Version: 0.11.0.dev2
4
4
  Summary: Skill-aware agent wrapper for Swarmauri.
5
5
  License-Expression: Apache-2.0
6
6
  License-File: LICENSE
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "swarmauri_agent_skill"
3
- version = "0.11.0.dev1"
3
+ version = "0.11.0.dev2"
4
4
  description = "Skill-aware agent wrapper for Swarmauri."
5
5
  license = "Apache-2.0"
6
6
  readme = "README.md"
@@ -285,7 +285,8 @@ class SkillAgent(AgentSystemContextMixin, AgentConversationMixin, AgentBase):
285
285
  (
286
286
  "Available tool: SkillExecutionTool. Use this single "
287
287
  "tool "
288
- )(
288
+ ),
289
+ (
289
290
  "to run skill-local argv command arrays when execution " # noqa: E501
290
291
  "is "
291
292
  "needed."