Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
aexecute
AsyncMethod
This is a method of the CodeAgent class in the code_agent module.Execute code asynchronously.
Signature
Parameters
Code to execute
Programming language **kwargs: Additional options
Returns
Execution result dictionary
Uses
asyncio.get_event_looploop.run_in_executorexecute
Source
View on GitHub
praisonaiagents/agent/code_agent.py at line 315
