autogen/test/coding
kiyoung 02977ee250
K8s code executor (#3419)
* remove coding directory from gitignore

* add k8s PodCommandLineCodeExecutor

* add error handlings and custom pod spec parameter

* change parameter name to kube_config_file

* add param container_name

* add test case for PodCommandLineCodeExecutor

* add test guide

* draft for docs notebook

* test code fix indent

* add document

* add license info

* revise documentation

* modify document: install autogen-agentchat

* apply pre-commit

* revert change to gitignore

* error handling: move import block into try block

---------

Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
2024-10-16 12:22:50 -07:00
..
test_commandline_code_executor.py Fix #2845 - LocalCommandLineCodeExecutor is not working with virtual environments (#2926) 2024-06-19 13:39:23 +00:00
test_embedded_ipython_code_executor.py Add isort (#2265) 2024-04-05 02:26:06 +00:00
test_factory.py Add isort (#2265) 2024-04-05 02:26:06 +00:00
test_kubernetes.commandline_code_executor.md K8s code executor (#3419) 2024-10-16 12:22:50 -07:00
test_kubernetes_commandline_code_executor.py K8s code executor (#3419) 2024-10-16 12:22:50 -07:00
test_markdown_code_extractor.py Code executors (#1405) 2024-02-10 04:52:16 +00:00
test_user_defined_functions.py Add isort (#2265) 2024-04-05 02:26:06 +00:00