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
Execute code asynchronously.
This is a method of the CodeAgent class in the code_agent module.Execute code asynchronously.
async def aexecute(code: str, language: str) -> Dict[str, Any]