arcade-slack 0.0.14__py3-none-any.whl → 0.1.0__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.
arcade_slack/tools/chat.py
CHANGED
|
@@ -3,10 +3,9 @@ from typing import Annotated
|
|
|
3
3
|
from slack_sdk import WebClient
|
|
4
4
|
from slack_sdk.errors import SlackApiError
|
|
5
5
|
|
|
6
|
-
from arcade.
|
|
7
|
-
from arcade.core.schema import ToolContext
|
|
8
|
-
from arcade.sdk import tool
|
|
6
|
+
from arcade.sdk import ToolContext, tool
|
|
9
7
|
from arcade.sdk.auth import Slack
|
|
8
|
+
from arcade.sdk.errors import RetryableToolError, ToolExecutionError
|
|
10
9
|
|
|
11
10
|
|
|
12
11
|
@tool(
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: arcade_slack
|
|
3
|
-
Version: 0.0
|
|
3
|
+
Version: 0.1.0
|
|
4
4
|
Summary: Slack tools for LLMs
|
|
5
5
|
Author: Arcade AI
|
|
6
6
|
Author-email: dev@arcade-ai.com
|
|
@@ -10,5 +10,5 @@ Classifier: Programming Language :: Python :: 3.10
|
|
|
10
10
|
Classifier: Programming Language :: Python :: 3.11
|
|
11
11
|
Classifier: Programming Language :: Python :: 3.12
|
|
12
12
|
Classifier: Programming Language :: Python :: 3.13
|
|
13
|
-
Requires-Dist: arcade-ai (==0.0
|
|
13
|
+
Requires-Dist: arcade-ai (==0.1.0)
|
|
14
14
|
Requires-Dist: slack-sdk (>=3.31.0,<4.0.0)
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
arcade_slack/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
+
arcade_slack/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
arcade_slack/tools/chat.py,sha256=PtIP11A7FOOJnwwk0TGHFzRLBrKiaZlxARQra6q5Z2k,4403
|
|
4
|
+
arcade_slack-0.1.0.dist-info/METADATA,sha256=lOpnIQ0Jg1KhML5r1wsU4td7KZnXIWocv_y8PLch69E,495
|
|
5
|
+
arcade_slack-0.1.0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
6
|
+
arcade_slack-0.1.0.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
arcade_slack/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
|
-
arcade_slack/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
-
arcade_slack/tools/chat.py,sha256=jfMExcBRcKucr5_4jA3VTdWjD9IRQMiNRuojy0AiLho,4434
|
|
4
|
-
arcade_slack-0.0.14.dist-info/METADATA,sha256=QcG2lVXzqQVLn3x64-VxtwX6ipYQlZsSVq1cfp9px44,497
|
|
5
|
-
arcade_slack-0.0.14.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
|
6
|
-
arcade_slack-0.0.14.dist-info/RECORD,,
|
|
File without changes
|