atisharma / chasm_engine

CHAracter State Management - a generative text adventure (engine)
https://chasm.run
GNU Affero General Public License v3.0
61 stars 5 forks source link

telnet client? #6

Open atisharma opened 1 year ago

atisharma commented 1 year ago

As avid mud player in the past, why do I need a client? What's wrong with telnet? Installing client (into venv on top of it) is extremely wasteful for sending text messages to the remote server and getting them back.

https://old.reddit.com/r/LocalLLaMA/comments/1825yqm/looking_for_beta_testers_for_chasm_the_llmdriven/kajdsls/

Shouldn't be impossible, but some thought would be needed about how to do authentication.

atisharma commented 1 year ago

Probably the way to do it is as a shim: a separate telnet server that imports the client logic and just serves a terminal with login at the beginning of connection.