agentle.agents.conversations.local_conversation_storeΒΆ

Functions

override(method, /)

Indicate that a method is intended to override a method in a base class.

Classes

AssistantMessage(*[, role])

Represents a message from an assistant in the system.

ConversationStore([message_limit, ...])

DeveloperMessage(*[, role])

Represents a message from a developer in the system.

LocalConversationStore([message_limit, ...])

MutableMapping()

A MutableMapping is a generic container for associating key/value pairs.

MutableSequence()

All the operations on a read-write sequence.

Sequence()

All the operations on a read-only sequence.

UserMessage(*[, role])

Represents a message from a user in the system.