Skip to main content

aexecute_task

AsyncMethod
This is a method of the AgentTeam class in the agents module.
Async version of execute_task method

Signature

async def aexecute_task(task_id: Any) -> Any

Parameters

task_id
Any
required
No description available.

Returns

Returns
Any
The result of the operation.

Uses

  • display_error
  • llm.set_current_agent
  • process_task_context
  • dict.fromkeys
  • logger.info
  • logger.debug
  • executor_agent.achat
  • get_multimodal_message
  • TaskOutput
  • clean_json_output

Used By

Source

View on GitHub

praisonaiagents/agents/agents.py at line 621