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)
config = config.resolve(client) # fill workspace/project/actor from API key
print(client.get_me())
print(client.get_health())
GrapheConfig.resolve() calls GET /api/v1/me when scope env vars are omitted — you only need GRAPHE_API_BASE and GRAPHE_API_KEY.
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
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.2.tar.gz.
File metadata
- Download URL: graphe_sdk-0.1.2.tar.gz
- Upload date:
- Size: 8.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.15
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c813407c9cd32c9ae94c41e568d758aba2fcea633bdb1fac895e2a07506dd807
|
|
| MD5 |
d27f813c4a243d2dd7d59abdfb135831
|
|
| BLAKE2b-256 |
5ef5de12387f7395283a16fbc07361c2ebb48f1deb0350847fb13059d45f0931
|
File details
Details for the file graphe_sdk-0.1.2-py3-none-any.whl.
File metadata
- Download URL: graphe_sdk-0.1.2-py3-none-any.whl
- Upload date:
- Size: 7.0 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 |
ce24ae27843d880d371e6c7708becbb3e33ca6dd65ad74977100d0a110fcb200
|
|
| MD5 |
cf3cd426a3926a60f6d77dbaca4cff69
|
|
| BLAKE2b-256 |
758d512a8f0b2e772133e4c898eb0e0c8a136f383e3ae3693b24d54e7a38459c
|