Kalcend Python SDK — execute Kalcend tools from any agent runtime; ships a Hermes plugin for hosted Teammates.
Project description
kalcend
Execute Kalcend tools from Python. Designed for use inside OpenAI shell containers.
Install
pip install kalcend
Usage
from kalcend import run, run_df, download, upload
# Execute any tool
result = run("db_query", query="SELECT * FROM users", credential_id="cred_123")
# Get results as a DataFrame
df = run_df("db_query", query="SELECT * FROM orders", credential_id="cred_123")
# Download a file from the org store
download("file_abc", "/mnt/data/input.csv")
# Upload a file to the org store
upload("/mnt/data/chart.png", "Q1_Chart.png")
Environment
KALCEND_TOKEN— JWT token (auto-injected by OpenAI domain_secrets)KALCEND_BASE_URL— API base URL (default:https://api.kalcend.com/agent-exec)
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
kalcend-0.7.1.tar.gz
(19.4 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
kalcend-0.7.1-py3-none-any.whl
(17.0 kB
view details)
File details
Details for the file kalcend-0.7.1.tar.gz.
File metadata
- Download URL: kalcend-0.7.1.tar.gz
- Upload date:
- Size: 19.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4c4edaf41a5bbde710f519b78c3e487774de3f46fae8561f6288ef62cf637876
|
|
| MD5 |
972f42b3a998adc785dda7406f535bf4
|
|
| BLAKE2b-256 |
4ac70cf23fe8b51cbf6d533370b1363a8fbcc0787999c48309b12c3e56e4c092
|
File details
Details for the file kalcend-0.7.1-py3-none-any.whl.
File metadata
- Download URL: kalcend-0.7.1-py3-none-any.whl
- Upload date:
- Size: 17.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15e28aae78e31f0d7a60d61a618832668c5863992bd3f6fd472354c656c9d32f
|
|
| MD5 |
ba2de79d92e312ed5026dc477106b574
|
|
| BLAKE2b-256 |
7d59eeb0a997f29c87c8b763a5cb0c6531135dea4c76eb820abc08397a5500b3
|