Official Python client for the Graphe API
Project description
graphe-sdk
Official Python client for the Graphe API.
Graphe gives AI agents durable shared memory: ingest activity, query project state, search context, and trace provenance across runs and tools.
Install
pip install graphe-sdk
Quick start
export GRAPHE_API_BASE=https://api.yourdomain.com
export GRAPHE_API_KEY=graphe_live_...
from graphe_sdk import GrapheClient, GrapheConfig
config = GrapheConfig.from_env()
client = GrapheClient(config.base_url, api_key=config.api_key)
print(client.get_health())
Documentation
- Connecting clients — env vars, CLI, and MCP
- API reference
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
graphe_sdk-0.1.1.tar.gz
(7.5 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 graphe_sdk-0.1.1.tar.gz.
File metadata
- Download URL: graphe_sdk-0.1.1.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f524a2b44bb2d65ebb6772a8d0ada3c00c457e14f89c4e98a760b16abb6ca013
|
|
| MD5 |
0c7c766d271fdd72582d34fbe36885ba
|
|
| BLAKE2b-256 |
dc667f98ea8b0148c6f735ba6ee1cbb02d184d47edea3a6283787bfe0f334293
|
File details
Details for the file graphe_sdk-0.1.1-py3-none-any.whl.
File metadata
- Download URL: graphe_sdk-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
032f28362a753eafa737dbdecc869aae84d65398b9b5f726cfb46553d75f4d60
|
|
| MD5 |
2760013604ab84f9d6422577116eddf7
|
|
| BLAKE2b-256 |
052e65b42f8f38235c9e70fd68a3b184207ece78ba62fe50ca317b06c7c1f950
|