No project description provided
Project description
Gemini extensions
Binding Pocket Tools
import os
from google import genai
from google.genai import types
from hyperpocket_gemini import PocketGemini
pocket = PocketGemini(tools=[
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/get-messages",
"https://github.com/vessl-ai/hyperpocket/tree/main/tools/slack/post-message",
])
# get gemini compatible tools from pocket
tools = pocket.get_gemini_tool_specs()
client = genai.Client(api_key=os.getenv("GEMINI_API_KEY"))
messages = [] # add system prompt here.
response = client.models.generate_content(
model='gemini-2.0-flash-001',
contents=messages,
config=types.GenerateContentConfig(tools=tools)
)
Agent Examples
- See here: link
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
hyperpocket_gemini-0.5.4.tar.gz
(44.9 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hyperpocket_gemini-0.5.4.tar.gz.
File metadata
- Download URL: hyperpocket_gemini-0.5.4.tar.gz
- Upload date:
- Size: 44.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
abdf85283eb9a0580227ce48d8f645e5f3b6df30e9967287dfd7937b2bfa2275
|
|
| MD5 |
5e60a4ae4490299f6c8eb040ccf72585
|
|
| BLAKE2b-256 |
c95ea8874827a057a94b15d9b6f7625d41c1caa65f18a7eca3f06ab6c9e1d0ac
|
File details
Details for the file hyperpocket_gemini-0.5.4-py3-none-any.whl.
File metadata
- Download URL: hyperpocket_gemini-0.5.4-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cacf3387d2ae54b7c7668220917d189baf3121e481149fbb6a8730b4d15e3574
|
|
| MD5 |
3ad58656821aeb35226b7be27e58cfa4
|
|
| BLAKE2b-256 |
44facbd02e96e1b16ffd3eaafcb9762d8024483dc07bf7b9df9bcb7d4bb76343
|