Skip to main content

ToolAwareAgentProtocol

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

Methods

tools()

List of tools available to the agent.

Source

View on GitHub

praisonaiagents/agent/protocols.py at line 121

Agents Concept

Single Agent Guide

Multi-Agent Guide

Agent Configuration

Auto Agents