View Source API Reference gpt_agent v9.2.2

Modules

Provides a GPT conversation agent

Provides representation of the schema of an OpenAI GPT assistant

Represents a function that can be called by the OpenAI GPT assistant

Represents a parameter of a function that can be called by the OpenAI GPT assistant

An assistant that has special memory functions and an internal monologue.

An OpenAI Assistants assistant message was added to a thread

An OpenAI Assistants run failed due to the organization running out of tokens

An OpenAI Assistants run failed due to rate limiting

An OpenAI Assistants run failed due to rate limiting

An OpenAI Assistants run was completed

An OpenAI Assistants run was completed

An OpenAI Assistants run was started

The GPT Assistant has recorded a tool call output

The GPT Assistant has requested a tool call

An OpenAI Assistants user message was added to a thread

Provides the implementation of the GptAgent public API

Manages the GptAgent processes, ensuring that there is only one process per thread-id.

Defines the generic types used throughout the library and provides common validation for those types.

Represents a message sent by a user to the OpenAI GPT assistant