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
