| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
136af65b74 |
Code execute cancellation (#299)
* Hook cancelation token into code execution * Add unit test for code cancellation * actually save the merge |
2 years ago |
|
|
070a97ceaa |
make code execution async (#219)
* make code execution async * python 3.10 does not support asyncio.timeout() * make code execution cancellable * make code execution async * python 3.10 does not support asyncio.timeout() * make code execution cancellable * make entire callstack for code_executor async * Update python/src/agnext/components/code_executor/_impl/local_commandline_code_executor.py Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> * fix variable description * remove unnecessary code * fix usage of execute_code_blocks * fix usage of execute_code_blocks --------- Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> |
2 years ago |
|
|
d365a588cb | Move python code to subdir (#98) | 2 years ago |