Open pizzaboi21 opened 1 year ago
Background - Edgechains are executed through Flyfly CLI which is using jbang to compile and run the chains.
java -jar flyfly.jar jbang Flyopenaiwiki.java Edgechain.jar
Flyfly.jar is limited to executing com.example.flyopenaiwiki class only (the content does not matter, only the package and class name).
This issue can be easily fixed by making some changes in FlySpring/flyfly/src/main/java/com/flyspring/flyfly/commands/
Project time = 1 week.
Pull request had been made here https://github.com/arakoodev/EdgeChains/pull/60
Background - Edgechains are executed through Flyfly CLI which is using jbang to compile and run the chains.
Steps to replicate and verify the issue:-
java -jar flyfly.jar jbang Flyopenaiwiki.java Edgechain.jar
Flyfly.jar is limited to executing com.example.flyopenaiwiki class only (the content does not matter, only the package and class name).
This issue can be easily fixed by making some changes in FlySpring/flyfly/src/main/java/com/flyspring/flyfly/commands/
Project time = 1 week.