https://github.com/ksachdeva/code-executors
Various Code Executors for Agentic applications
https://github.com/ksachdeva/code-executors
Last synced: 24 days ago
JSON representation
Various Code Executors for Agentic applications
- Host: GitHub
- URL: https://github.com/ksachdeva/code-executors
- Owner: ksachdeva
- License: apache-2.0
- Created: 2025-05-26T19:54:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-26T21:37:57.000Z (about 1 year ago)
- Last Synced: 2025-05-26T22:20:48.546Z (about 1 year ago)
- Language: Python
- Size: 65.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Code Executors
This monorepo contains various packages for code executors that can be leveraged by agentic applications.
## Docker Code Executor
Borrowed from microsoft/autogen repository and converted to a standalone package.
See the [docker-code-executor README](./docker-code-executor/README.md) for detailed usage and setup instructions.