Mykhailo Shumenko
Mykhailo Shumenko
We used 2020.1 This error from our CI process, it is not clear for me what should I open? ``` intellij { type = 'IU' version = '2020.1' updateSinceUntilBuild =...
Only docker is presented.  No errors in idea.log
@zolotov DevOps set CI environment 1 year ago and we don't change it, I would prefer to disable buildSearchOptions because I don't need it. Could you advise how to disable...
Could we fix that situation and prevent the case that we need "patch" our build agents?
Hello, everyone! When will the fix be released?
@bsorrentino Is langgraph4j ready for usage in production from your PoV?
Am I correct that all things mentioned in the [first message](https://github.com/bsorrentino/langgraph4j/issues/8#issue-2388636511) can be built based on the current functionality? And you are considering creating "util" classes for the mentioned things...
Has any final decision been made here? By the way, we raised some good questions — I’ve come across the same issues myself. It would be great to define some...
[FEATURE] Support for Skipping the Second LLM Call in AiService When Only Tool Executions Are Needed
A huge plus for this feature — when writing real production code, functions can play different roles: 1) Functions that **enrich RAG with new information**, where a second call is...
Hi! I implemented a RAG chatbot based on LangGraph4j + LangChain4j. I added studio support as a separate Jetty Server on another port (see screenshots) Is there any possibility of...