Introduction
Graphfleet Python API Library The Graphfleet Python library provides convenient access to the Graphfleet REST API from any Python 3.7+ application. The library includes type definitions for all request params and response fields, and offers both synchronous and asynchronous clients powered by httpx.
Documentation The REST API documentation can be found on docs.agenticfleet.com.
Installation pip install git+ssh://[email protected]/stainless-sdks/graphfleet-python.git Note
Once this package is published to PyPI, this will become: pip install —pre graphfleet
Usage from graphfleet import Graphfleet
client = Graphfleet()
health_retrieve_response = client.health.retrieve( ocp_apim_subscription_key=“Ocp-Apim-Subscription-Key”, )
client.shared Response types
client.data
client.index
client.index.status
client.index.config
client.config.index.prompts
client.query
client.sources
client.sources.reports
client.sources.texts
client.sources.entities
client.sources.claims
client.sources.relationships
client.graph_operations
client.graph_operations.graphml
client.graph_operations.stats
client.experimental_operations
client.health