//SOURCES doesn't works on remote GitHub #2355
Answered
by
quintesse
bsorrentino
asked this question in
Q&A
|
I have a Java file //SOURCES org/bsc/langgraph4j/spring/ai/agentexecutor/AiModel.java
//SOURCES org/bsc/langgraph4j/spring/ai/agentexecutor/TestTools.java
//SOURCES org/bsc/langgraph4j/spring/ai/agentexecutor/gemini/TestTools4Gemini.javaThe directory tree is : This work fine on the local file system but when run What is the problem here ? |
Answered by
quintesse
Dec 12, 2025
Replies: 2 comments 5 replies
No idea, this should definitely work. It would be nice if there was an actual example to test with! |
0 replies
|
Hi @quintesse thanks for quick response You can test yourself, I've installed I got the following exception. I guess that is |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looking at it a bit more I see that javelit actually uses internal JBang code to do its work, and I've confirmed it's definitely an issue on their side. I would suggest opening an issue for this on their issue tracker. When you do so put a link to it here and I'll add my ideas to it as well.