0c723f7aa4
🤖 Support for agentic workflows in Conductor
Conductor Clients and SDKs
Conductor supports polyglot programming model.
A workflow can have tasks written in different languages allowing developers to choose the best language for the task.
Currently, Conductor has support for the following languages:
| Language | Client SDK |
|---|---|
| Java | https://github.com/conductor-oss/java-sdk |
| Python | https://github.com/conductor-oss/python-sdk |
| Golang | https://github.com/conductor-oss/go-sdk |
| Typescript | https://github.com/conductor-oss/typescript-sdk |
| .NET | https://github.com/conductor-oss/csharp-sdk |