trinity.explorer.explorer_client module#

class trinity.explorer.explorer_client.ExplorerClient(base_url: str)[source]#

Bases: object

__init__(base_url: str)[source]#
init_session() str[source]#
get_openai_client() OpenAI[source]#
get_openai_async_client() AsyncOpenAI[source]#
feedback(reward: float)[source]#
async feedback_async(reward: float)[source]#