JaéGeR

Results 3 issues of JaéGeR

The feature of connecting more than 1 client in a single database under ```client_factory = ClientFactory(database_name)``` worked perfectly fine earlier but is not working now. Even on passing the ```jid```...

How to kill the thread used to connect the client in ```client_factory.run()``` after the client is disconnected or logged out using ```client.disconnect()``` or ```client.logout()``` respectively? ![image](https://github.com/user-attachments/assets/19c1b68c-d501-4af2-863f-2be8b7a86c75)

The context size which is used to allocate the space for model execution and KV caches, cannot be modified once the model and context params are initialized. This can be...