agentle.agents.ui.streamlitΒΆ

Functions

cast(typ, val)

Cast a value to a type.

Classes

Adapter()

Agent(*[, uid, name, description, url, ...])

The main class of the Agentle framework that represents an intelligent agent.

AgentToStreamlit([title, description, ...])

Any(*args, **kwargs)

Special type indicating an unconstrained type.

Callable()

FilePart(*[, type])

Represents a file attachment part of a message.

StaticKnowledge(*, content[, cache, ...])

Static knowledge is a collection of knowledge that is provided to the agent at the time of creation.

TextPart(*[, type])

Represents a plain text part of a message.

ToolExecutionSuggestion(*[, type, id, args])

Represents a suggestion to execute a specific tool.

UserMessage(*[, role])

Represents a message from a user in the system.