DylanLukes / renkon

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Batch-mode CLI interface MVP (for testing and validation). #8

Closed DylanLukes closed 7 months ago

DylanLukes commented 1 year ago

Requires for MVP...

DylanLukes commented 1 year ago

Removing dependency on #9 as it can be skipped for MVP for testing and validation.

CLI MVP parts:

DylanLukes commented 1 year ago

Note: In the interest of simplicity, it might be easiest to have server mode be the "one true mode", and set up batch mode to simply spin up a server, feed it, and then spin it down.

This would also enable, later on, something like renkon --attach <existing PID or socket>, to directly call Renkon running under Jupyter from a terminal.

DylanLukes commented 1 year ago

Depends on #13 and #14.