jamesnetherton commented on PR #8735: URL: https://github.com/apache/camel-quarkus/pull/8735#issuecomment-4650342024
This looks to be a good step. But I think we still have a fundamental issue where QL4J augments the Camel AI services with its own memory, rag augmentor etc. That can cause confusion because if you configure a stateless service (`AgentWithoutMemory`), QL4J will silently wire in its own memory impl. I am thinking to propose adding a new build item to QL4J, which we could use to exclude the `camel-langchain4j-agent` AI services from QL4J build time discovery. That way, they should be able to function as intended. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
