An open API service indexing awesome lists of open source software.

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

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.