Kitaru

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) -> None

Initialize a Kitaru client.

paramself
paramserver_urlstr | None
= None

Optional per-client server override (not yet supported).

paramauth_tokenstr | None
= None

Optional per-client auth token override (not yet supported).

paramprojectstr | None
= None

Optional per-client project override (not yet supported).

Returns

None

On this page