agentle.agents.conversations.conversation_storeΒΆ

Classes

Any(*args, **kwargs)

Special type indicating an unconstrained type.

AssistantMessage(*[, role, reasoning])

Represents a message from an assistant in the system.

ConversationStore([message_limit, ...])

DeveloperMessage(*[, role])

Represents a message from a developer in the system.

GeneratedAssistantMessage(*[, role, reasoning])

Represents a message generated by an assistant with parsed content.

Sequence()

All the operations on a read-only sequence.

UserMessage(*[, role])

Represents a message from a user in the system.