Skip to main content

get_agent_interaction_summary

Method
This is a method of the ContextAgent class in the context_agent module.
Get summary of all agent interactions.

Signature

def get_agent_interaction_summary() -> Dict[str, Any]

Returns

Returns
Dict[str, Any]
The result of the operation.

Source

View on GitHub

praisonaiagents/agent/context_agent.py at line 2339

Agents Concept

Single Agent Guide

Multi-Agent Guide

Agent Configuration

Auto Agents