#I might try to emulate the rust sdk bc

1 messages · Page 1 of 1 (latest)

dull coral
#

Do you mean bootstrapping as in it spins up a container with the relevant sdk mounted inside it?

gleaming kite
#

You know, I’m really not sure what additional work it has to do, I just know that the other sdks have a dependency on the go sdk- if you read the traces closely you’ll always see some go sdk in there even if you’re working in, say, typescript

lament monolith
#

@half delta will surely have some good pointers here since he was the last one to implement the Java SDK 🙏

half delta
#

In short, all SDKs except the Go one are made as Dagger modules.
The Go module is different because you need to have one first, and one available to write the module SDK.
If I'm right all SDKs are written as Go modules.
Basically a SDK module is a Dagger module implementing specific methods:

GitHub

An open-source runtime for composable workflows. Great for AI agents and CI/CD. - dagger/dagger

#

I wanted to write a full doc on how to write SDKs, but still haven't done it 😕
But happy to help answering any question on how to write a SDK 🙂