barfi icon indicating copy to clipboard operation
barfi copied to clipboard

Python Flow Based Programming environment that provides a graphical programming environment.

Results 28 barfi issues
Sort by recently updated
recently updated
newest added

For user error messages (i.e. which block failed) and other uses

enhancement

In my testing I have many schemas and needed a way to allow users to delete and manage schemas without coding. Schemas get somewhat unwieldy if there are many in...

hello, with this script I am trying to display the output of the slider block in a result block without result. what is wrong with my script? thanks in advance...

Hey krish-adi, would it be thinkable to have a decoupled version of barfi with no strings attached to streamlit or nodejs? I understand there is the backend which need to...

Hi! I've started using barfi in streamlit with stable diffusion. It will be a great tool for node based ai generation I think. I have a few things I'm missing,...

Use Poetry to manage the package and use `poetry install` to run the package with the environment in editable mode.

enhancement

In option_builder (https://github.com/krish-adi/barfi/blob/main/barfi/option_builder.py), the build_option function sets the option and valid types. When we associate a function to a block e.g. ``` my_function_name(self): do_something my_block.add_compute(my_function_name) ``` There is no way...

Hey @krish-adi , The package was really helpful, I think it will be help full to add more details on classes - Blocks - Computation engine and also about functions...

Thank you so much for open source. Would you like to ask, after this project has created two blocks, can you use code to connect the two blocks? Or do...

Hi. Barfi looks really cool. I'm trying to let user edit a workflow - how statuses can change for specific job - without any computations, just a graph. Don't really...