Skip to main content

request_approval

AsyncMethod
This is a method of the AgentApproval class in the backends module.
Ask the approver agent to evaluate the request.

Signature

Parameters

ApprovalRequest
required
No description available.

Returns

ApprovalDecision
The result of the operation.

Uses

  • approver.achat
  • asyncio.get_running_loop
  • loop.run_in_executor
  • ApprovalDecision
  • logger.error

Used By

Source

View on GitHub

praisonaiagents/approval/backends.py at line 249