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.
- {swarmauri_agent_skill-0.11.0.dev1 → swarmauri_agent_skill-0.11.0.dev2}/PKG-INFO +1 -1
- {swarmauri_agent_skill-0.11.0.dev1 → swarmauri_agent_skill-0.11.0.dev2}/pyproject.toml +1 -1
- {swarmauri_agent_skill-0.11.0.dev1 → swarmauri_agent_skill-0.11.0.dev2}/swarmauri_agent_skill/SkillAgent.py +2 -1
- {swarmauri_agent_skill-0.11.0.dev1 → swarmauri_agent_skill-0.11.0.dev2}/LICENSE +0 -0
- {swarmauri_agent_skill-0.11.0.dev1 → swarmauri_agent_skill-0.11.0.dev2}/README.md +0 -0
- {swarmauri_agent_skill-0.11.0.dev1 → swarmauri_agent_skill-0.11.0.dev2}/swarmauri_agent_skill/__init__.py +0 -0
|
@@ -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."
|
|
File without changes
|
|
File without changes
|
|
File without changes
|