Slyme (pronounced /slaɪm/) is a highly composable functional execution framework.
Mold Everything, Safely.
from slyme.context import Context
from slyme.node import node
@node
def hello(ctx: Context, /):
print("Hello World!")
return ctx
hello().prepare()(Context()) # Hello World!
Drop bloated boilerplate. Use pure functional blocks and familiar Python syntax for ultimate simplicity.
Snap nodes together like Lego bricks. Build dynamic topologies to handle anything from simple scripts to complex customized workflows.
Say goodbye to code conflicts. Seamless collaboration for teams and open-source communities alike.