Skip to main content

from_template

Method
This is a method of the Agent class in the agent module.
Create an Agent from a template.

Signature

Parameters

uri
str
required
Template URI (local path, package ref, or github ref)
config
Optional
No description available.
offline
bool
default:"False"
No description available.

Returns

Returns
'Agent'
Configured Agent instance

Usage

Uses

  • create_agent_from_template
  • ImportError

Source

View on GitHub

praisonaiagents/agent/agent.py at line 219