Hi there, I just found this repo and it looks very promising.
I have a few qestions, which I could not find in the documentation:
- how exactly does langcorn "know" or identify which input parameters are available in the llm chain?
- I could not find an example for handling memory in a conversation bot? how does this work? the history has always be handled on the client and send as a parameter on every request?
- additional question: are you planning any kind of session handling (like session ids and history) on the server side?
Thank you and best regards
Christian