Skip to main content

AgentRuntimeProtocol

Defined in the resolve module.
AI Agent Extended protocol for agent-specific runtime features.

Methods

supports_streaming()

Whether this runtime supports streaming responses.

supports_tools()

Whether this runtime supports tool calling.

Source

View on GitHub

praisonaiagents/runtime/resolve.py at line 42

Agents Concept

Single Agent Guide

Multi-Agent Guide

Agent Configuration

Auto Agents