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.
|
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
|
-
|
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
|
-
|
22
|
-
|
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
|
-
|
96
|
-
|
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
|
-
|
149
|
-
|
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.
|
6
|
-
hyperpocket_anthropic-0.1.
|
7
|
-
hyperpocket_anthropic-0.1.
|
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,,
|
File without changes
|