chaiNNer icon indicating copy to clipboard operation
chaiNNer copied to clipboard

Plugins APIs for own nodes

Open 0x4E69676874466F78 opened this issue 3 years ago • 2 comments

I think some people could help you if there was a simple extension APIs.

0x4E69676874466F78 avatar Aug 20 '22 13:08 0x4E69676874466F78

Please be more specific. There are 2 things a plugin API could be.

The first is custom nodes created by combining already existing nodes. This feature is already planned. The idea is that you would be able to select a set of nodes in your chain and make a custom node out of them.

The second is a python API to integrate with the backend. This would allow you to e.g. add custom nodes by implementing them in python. This won't be possible any time soon. We are changing the backend API you'd need for this with almost every release. Chainner is still in alpha, so things are still changing a lot. We will likely be providing such an API once Chainner is most stable. Maybe once we reach beta or v1.0.0.

RunDevelopment avatar Aug 20 '22 14:08 RunDevelopment

@RunDevelopment I was thinking about bundle "frontend" (js-ui) and "backend" (python) nodes. Thanks for the answer.

0x4E69676874466F78 avatar Aug 20 '22 14:08 0x4E69676874466F78