Skip to main content

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

Project details


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.2.tar.gz (8.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

graphe_sdk-0.1.2-py3-none-any.whl (7.0 kB view details)

Uploaded Python 3

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

Hashes for graphe_sdk-0.1.2.tar.gz
Algorithm Hash digest
SHA256 c813407c9cd32c9ae94c41e568d758aba2fcea633bdb1fac895e2a07506dd807
MD5 d27f813c4a243d2dd7d59abdfb135831
BLAKE2b-256 5ef5de12387f7395283a16fbc07361c2ebb48f1deb0350847fb13059d45f0931

See more details on using hashes here.

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

Hashes for graphe_sdk-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 ce24ae27843d880d371e6c7708becbb3e33ca6dd65ad74977100d0a110fcb200
MD5 cf3cd426a3926a60f6d77dbaca4cff69
BLAKE2b-256 758d512a8f0b2e772133e4c898eb0e0c8a136f383e3ae3693b24d54e7a38459c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page