You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
write a listener daemon to monitor a question queue
It may make sense to daemonize a listener interface that synchronously processes questions in a spool file. Potentially, then, the chat client runs its request asynchronously and awaits a response from the listener daemon.
It will be worth asking how this will work with pypi installations. I think that a daemon interface should be configurable in gptty.ini (see example below) but the runtime should fall back on its own synchronous function set if no daemon is provided.
I'm imagining we run this as a systemd service... is there an easy way to do so using gptty? For example, we maybe create a click command gptty serve --host localhost --port 9214 that runs listener server. Or, we optionally run it with a --daemonize tag so it doesn't expect to be in the foreground. Then, we provide a systemd example in assets/...
Originally posted by @signebedi in #17 (comment)
The text was updated successfully, but these errors were encountered: