I am trying to fork the python. Basically I copied the sdk/python from dagger into a separate directory, and then creates a dagger.json that references the runtime. I was hoping that would just work, but it didn't. I'll continue to plug away but thought I would post to see if my initial approach is right.. there are comments in the code that indicate extensibility was thought out. Such as:
//The following functions were built to be composable in a granular way,
// to allow a custom SDK to depend on this one and hook into before or
Haven't been successful with the fork so asking to see what the right approach is. How best should I extend or fork the sdk... I would prefer to extend I think....