Skip to main content

display_instruction

Function
This function is defined in the main module.

Signature

def display_instruction(message: str, console: Any, agent_name: str, agent_role: str, agent_tools: List[str]) -> Any

Parameters

message
str
required
No description available.
console
Any
No description available.
agent_name
str
No description available.
agent_role
str
No description available.
agent_tools
List
No description available.

Returns

Returns
Any
The result of the operation.

Uses

  • Console
  • execute_sync_callback
  • Panel
  • getEffectiveLevel
  • logging.getLogger
  • Panel.fit
  • Text

Source

View on GitHub

praisonaiagents/main.py at line 301