arcade-x 0.0.15__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_x/tools/tweets.py CHANGED
@@ -2,10 +2,9 @@ from typing import Annotated
2
2
 
3
3
  import httpx
4
4
 
5
- from arcade.core.errors import ToolExecutionError
6
- from arcade.core.schema import ToolContext
7
- from arcade.sdk import tool
5
+ from arcade.sdk import ToolContext, tool
8
6
  from arcade.sdk.auth import X
7
+ from arcade.sdk.errors import ToolExecutionError
9
8
  from arcade_x.tools.utils import (
10
9
  expand_urls_in_tweets,
11
10
  get_tweet_url,
arcade_x/tools/users.py CHANGED
@@ -2,10 +2,9 @@ from typing import Annotated
2
2
 
3
3
  import httpx
4
4
 
5
- from arcade.core.errors import ToolExecutionError
6
- from arcade.core.schema import ToolContext
7
- from arcade.sdk import tool
5
+ from arcade.sdk import ToolContext, tool
8
6
  from arcade.sdk.auth import X
7
+ from arcade.sdk.errors import ToolExecutionError
9
8
  from arcade_x.tools.utils import expand_urls_in_user_description, expand_urls_in_user_url
10
9
 
11
10
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: arcade_x
3
- Version: 0.0.15
3
+ Version: 0.1.0
4
4
  Summary: LLM tools for interacting with X (Twitter)
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.15)
13
+ Requires-Dist: arcade-ai (==0.1.0)
14
14
  Requires-Dist: httpx (>=0.27.2,<0.28.0)
@@ -0,0 +1,8 @@
1
+ arcade_x/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ arcade_x/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ arcade_x/tools/tweets.py,sha256=jSpaY0soU-ncouf6mVUoWSgbf_1R88xlgSDdS7dvKr4,6057
4
+ arcade_x/tools/users.py,sha256=P72TE7Pncfjr1CePiaRB0nyT9XEn4As01tRKtKHQ6QY,2401
5
+ arcade_x/tools/utils.py,sha256=VwssFULxj0zysJdZHnbs9NE4h3JLGSm6SCVhfu-lx-Q,4137
6
+ arcade_x-0.1.0.dist-info/METADATA,sha256=UGHGs7NhBY0WSS_ESRF5ElT1TrpDAmIbu9gKsAQWffE,510
7
+ arcade_x-0.1.0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
8
+ arcade_x-0.1.0.dist-info/RECORD,,
@@ -1,8 +0,0 @@
1
- arcade_x/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
- arcade_x/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- arcade_x/tools/tweets.py,sha256=SZht8WD03Kxmgxx9GSYTSC9BuXCkJp6NTUo5-VpiL1w,6088
4
- arcade_x/tools/users.py,sha256=tGI2KXF_S4YaABKihLS0B7VgG8A5XOfynA-uYXKyxlU,2432
5
- arcade_x/tools/utils.py,sha256=VwssFULxj0zysJdZHnbs9NE4h3JLGSm6SCVhfu-lx-Q,4137
6
- arcade_x-0.0.15.dist-info/METADATA,sha256=FYkabO2772IBRi5TTt9Rt6RLdibEBYv9LEyZPlv8-ek,512
7
- arcade_x-0.0.15.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
8
- arcade_x-0.0.15.dist-info/RECORD,,