KitaruClient
Client for managing Kitaru executions, artifacts, and memories.
Attributes
attributeexecutions= _ExecutionsAPI(self)attributeartifacts= _ArtifactsAPI(self)attributememories= _MemoriesAPI(self)Functions
func__init__(self, *, server_url=None, auth_token=None, project=None) -> NoneInitialize a Kitaru client.
paramselfparamserver_urlstr | None= NoneOptional per-client server override (not yet supported).
paramauth_tokenstr | None= NoneOptional per-client auth token override (not yet supported).
paramprojectstr | None= NoneOptional per-client project override (not yet supported).
Returns
None