Skip to main content

MemoryAwareAgentProtocol

Defined in the protocols module.
AI Agent Protocol for agents that support memory. This extends AgentProtocol with memory-related properties.

Methods

chat_history()

The agent’s conversation history.

clear_history()

Clear the agent’s conversation history.

Source

View on GitHub

praisonaiagents/agent/protocols.py at line 135

Agents Concept

Single Agent Guide

Multi-Agent Guide

Agent Configuration

Auto Agents