hyperpocket-anthropic 0.4.4__py3-none-any.whl → 0.5.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.
- hyperpocket_anthropic/pocket_anthropic.py +1 -1
- {hyperpocket_anthropic-0.4.4.dist-info → hyperpocket_anthropic-0.5.0.dist-info}/METADATA +5 -5
- {hyperpocket_anthropic-0.4.4.dist-info → hyperpocket_anthropic-0.5.0.dist-info}/RECORD +4 -4
- {hyperpocket_anthropic-0.4.4.dist-info → hyperpocket_anthropic-0.5.0.dist-info}/WHEEL +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: hyperpocket-anthropic
|
3
|
-
Version: 0.
|
3
|
+
Version: 0.5.0
|
4
4
|
Author-email: Hyperpocket Team <hyperpocket@vessl.ai>
|
5
5
|
Requires-Python: >=3.10
|
6
6
|
Requires-Dist: anthropic>=0.10.0
|
@@ -18,7 +18,7 @@ from hyperpocket_anthropic import PocketAnthropic
|
|
18
18
|
|
19
19
|
pocket = PocketAnthropic(tools=[
|
20
20
|
"https://github.com/my-org/some-awesome-tool",
|
21
|
-
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/get-
|
21
|
+
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/get-messages",
|
22
22
|
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/post-message",
|
23
23
|
]
|
24
24
|
)
|
@@ -91,7 +91,7 @@ from hyperpocket_anthropic import PocketAnthropic
|
|
91
91
|
|
92
92
|
pocket = PocketAnthropic(tools=[
|
93
93
|
"https://github.com/my-org/some-awesome-tool",
|
94
|
-
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/get-
|
94
|
+
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/get-messages",
|
95
95
|
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/post-message",
|
96
96
|
]
|
97
97
|
)
|
@@ -143,7 +143,7 @@ from hyperpocket_anthropic import PocketAnthropic
|
|
143
143
|
client = Anthropic()
|
144
144
|
pocket = PocketAnthropic(tools=[
|
145
145
|
"https://github.com/my-org/some-awesome-tool",
|
146
|
-
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/get-
|
146
|
+
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/get-messages",
|
147
147
|
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/post-message",
|
148
148
|
]
|
149
149
|
)
|
@@ -186,4 +186,4 @@ while True:
|
|
186
186
|
|
187
187
|
if response.stop_reason != "tool_use":
|
188
188
|
break
|
189
|
-
```
|
189
|
+
```
|
@@ -1,7 +1,7 @@
|
|
1
1
|
hyperpocket_anthropic/__init__.py,sha256=XZl2uODSPMjSOO1LwrJOVMUD1qmGCuykx9SDePN7gLo,98
|
2
|
-
hyperpocket_anthropic/pocket_anthropic.py,sha256=
|
2
|
+
hyperpocket_anthropic/pocket_anthropic.py,sha256=WqyRVquMfGolMyzAvgNRpSvWsc0vze0IHlexxwtj42U,3176
|
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.
|
6
|
-
hyperpocket_anthropic-0.
|
7
|
-
hyperpocket_anthropic-0.
|
5
|
+
hyperpocket_anthropic-0.5.0.dist-info/METADATA,sha256=bB8iZ2a80_8xdUnOlPaqYLoX7RPf7rjasqi0f6Og2K0,4567
|
6
|
+
hyperpocket_anthropic-0.5.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
7
|
+
hyperpocket_anthropic-0.5.0.dist-info/RECORD,,
|
File without changes
|