Skip to main content

aexecute

AsyncMethod
This is a method of the Agent class in the agent module.
Execute a task asynchronously - backward compatibility method

Signature

async def aexecute(task: Any, context: Any) -> Any

Parameters

task
Any
required
No description available.
context
Any
No description available.

Returns

Returns
Any
The result of the operation.

Uses

  • achat

Source

View on GitHub

praisonaiagents/agent/agent.py at line 6749