agentle.agents.conversations.json_file_conversation_storeΒΆ

Functions

override(method, /)

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

Classes

Any(*args, **kwargs)

Special type indicating an unconstrained type.

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.

JSONFileConversationStore([storage_dir, ...])

A conversation store that persists conversations to JSON files.

Path(*args, **kwargs)

PurePath subclass that can make system calls.

Sequence()

All the operations on a read-only sequence.

UserMessage(*[, role])

Represents a message from a user in the system.