Skip to main content

aclose

AsyncMethod
This is a method of the Agent class in the agent module.
Async version of close() for async context managers.

Signature

Uses

  • aclose
  • close_connections
  • t.aclose
  • logger.warning
  • t.shutdown
  • task.cancel
  • asyncio.get_running_loop
  • loop.run_in_executor
  • shutdown

Used By

Source

View on GitHub

praisonaiagents/agent/agent.py at line 6609