mito-ai-python-tool-executor 0.1.1__py3-none-any.whl → 0.1.2__py3-none-any.whl

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.
@@ -445,3 +445,14 @@ class PythonToolExecutor:
445
445
  output=STREAMLIT_FUNCTIONALITY_DISABLED_MESSAGE,
446
446
  variables=vars_,
447
447
  )
448
+
449
+ async def read_skill(
450
+ self,
451
+ ctx: AgentContext,
452
+ skill_name: str,
453
+ message: str,
454
+ ) -> ToolResult:
455
+ del ctx, message
456
+ from mito_ai_core.skills.utils import read_skill as read_skill_content
457
+
458
+ return read_skill_content(skill_name)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mito-ai-python-tool-executor
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: In-process ipykernel-backed ToolExecutor for Mito AI (CLI and headless use).
5
5
  Author: Saga Inc.
6
6
  License-Expression: AGPL-3.0-only
@@ -1,8 +1,8 @@
1
1
  mito_ai_python_tool_executor/__init__.py,sha256=F99Us94U0QcW_B3gYe2hXOlMrhAKPhWmTOa81r78jIg,548
2
2
  mito_ai_python_tool_executor/blacklisted_words.py,sha256=Iuwrl4y0T943vQA40OtZjqpQFkYif-0TSjGk1e1BUz8,3326
3
- mito_ai_python_tool_executor/executor.py,sha256=3oE3WV80mV_Wx38jG8xLhOQB8z0TW3pb7B2qWj3XfhQ,15643
3
+ mito_ai_python_tool_executor/executor.py,sha256=XN653M_EsCLmAhsTwJnZOVifCXR5W35KIZ2hUtoVfkw,15930
4
4
  mito_ai_python_tool_executor/kernel_session.py,sha256=5NYIjM-7wbhd9o6lqsVvghDLGgROkz7TQlpyeUw0aPs,5072
5
5
  mito_ai_python_tool_executor/notebook_io.py,sha256=w4K5oSCmF5PIENdGzmMMWzmmyCkrzztYgmN3nQavBeY,1022
6
- mito_ai_python_tool_executor-0.1.1.dist-info/METADATA,sha256=fCKH6uoML5hs5sGMYg1Glicd1S1QkNRZX9JYB-gBDnk,462
7
- mito_ai_python_tool_executor-0.1.1.dist-info/WHEEL,sha256=QccIxa26bgl1E6uMy58deGWi-0aeIkkangHcxk2kWfw,87
8
- mito_ai_python_tool_executor-0.1.1.dist-info/RECORD,,
6
+ mito_ai_python_tool_executor-0.1.2.dist-info/METADATA,sha256=2m7OLjrUQS9bvBL_yJbEPw8DjVUeHCHKbe7c_w6TX_c,462
7
+ mito_ai_python_tool_executor-0.1.2.dist-info/WHEEL,sha256=lCkmxWfQsSc9CfIClYeavTdQeEX2toPqufh9gI35EQA,87
8
+ mito_ai_python_tool_executor-0.1.2.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: hatchling 1.29.0
2
+ Generator: hatchling 1.31.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any