hyperpocket-anthropic 0.1.9__py3-none-any.whl → 0.1.10__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: hyperpocket-anthropic
3
- Version: 0.1.9
3
+ Version: 0.1.10
4
4
  Author-email: Hyperpocket Team <hyperpocket@vessl.ai>
5
5
  Requires-Python: >=3.10
6
6
  Requires-Dist: anthropic>=0.40.0
@@ -12,14 +12,14 @@ Description-Content-Type: text/markdown
12
12
  ### Get Pocket Anthropic Tool Spec
13
13
 
14
14
  ```python
15
- from hyperpocket.tool import from_git
15
+
16
16
 
17
17
  from hyperpocket_anthropic import PocketAnthropic
18
18
 
19
19
  pocket = PocketAnthropic(tools=[
20
20
  "https://github.com/my-org/some-awesome-tool",
21
- from_git("https://github.com/vessl-ai/hyperawesometools", "main", "managed-tools/slack/get-message"),
22
- from_git("https://github.com/vessl-ai/hyperawesometools", "main", "managed-tools/slack/post-message"),
21
+ "https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/get-message",
22
+ "https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/post-message",
23
23
  ]
24
24
  )
25
25
 
@@ -86,14 +86,13 @@ response_after_tool_call = llm.messages.create(
86
86
  import os
87
87
 
88
88
  from anthropic import Anthropic
89
- from hyperpocket.tool import from_git
90
89
 
91
90
  from hyperpocket_anthropic import PocketAnthropic
92
91
 
93
92
  pocket = PocketAnthropic(tools=[
94
93
  "https://github.com/my-org/some-awesome-tool",
95
- from_git("https://github.com/vessl-ai/hyperawesometools", "main", "managed-tools/slack/get-message"),
96
- from_git("https://github.com/vessl-ai/hyperawesometools", "main", "managed-tools/slack/post-message"),
94
+ "https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/get-message",
95
+ "https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/post-message",
97
96
  ]
98
97
  )
99
98
 
@@ -138,15 +137,14 @@ response_after_tool_call = llm.messages.create(
138
137
  import os
139
138
 
140
139
  from anthropic import Anthropic
141
- from hyperpocket.tool import from_git
142
140
 
143
141
  from hyperpocket_anthropic import PocketAnthropic
144
142
 
145
143
  client = Anthropic()
146
144
  pocket = PocketAnthropic(tools=[
147
145
  "https://github.com/my-org/some-awesome-tool",
148
- from_git("https://github.com/vessl-ai/hyperawesometools", "main", "managed-tools/slack/get-message"),
149
- from_git("https://github.com/vessl-ai/hyperawesometools", "main", "managed-tools/slack/post-message"),
146
+ "https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/get-message",
147
+ "https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/post-message",
150
148
  ]
151
149
  )
152
150
 
@@ -2,6 +2,6 @@ hyperpocket_anthropic/__init__.py,sha256=XZl2uODSPMjSOO1LwrJOVMUD1qmGCuykx9SDePN
2
2
  hyperpocket_anthropic/pocket_anthropic.py,sha256=UViv8vIWJ88eItWMAIGUBhCXZQWCn2PYc2EuQdgoAPs,3263
3
3
  hyperpocket_anthropic/util/__init__.py,sha256=U8x3PBHTFMpbtbAA5-pQVsggQ3Yph4oeC13wfyzK21I,123
4
4
  hyperpocket_anthropic/util/tool_to_anthropic_spec.py,sha256=Lnxs-RMdHkpswjG1aJeEXGuJe8vQfWsbZccsbdPb3_U,749
5
- hyperpocket_anthropic-0.1.9.dist-info/METADATA,sha256=W9Tc1Ltb1bNVCE3SWqk2MYWy8O-6x1xH0_46u3e9Jqw,4826
6
- hyperpocket_anthropic-0.1.9.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
- hyperpocket_anthropic-0.1.9.dist-info/RECORD,,
5
+ hyperpocket_anthropic-0.1.10.dist-info/METADATA,sha256=Xb5PiFhPFYeMb3NxOwxo4_a0X-7JCLSO2-6tGbqSPiM,4564
6
+ hyperpocket_anthropic-0.1.10.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
7
+ hyperpocket_anthropic-0.1.10.dist-info/RECORD,,