We have a few design options for a demo. I think we should separate concerns and have the code interpreter running on a separate process than the server wrapped around core/.
- Set up a barebones FastAPI server with a configured interpreter: set-up
- Use the design style of something like: sample OWUI function and integrate it with a new filter_wrapper (not the Filter.inlet in
core_filter.py)
- Goal "Display my full system specs" -> (Generate + confirm code execution) -> Print output to UI.
We have a few design options for a demo. I think we should separate concerns and have the code interpreter running on a separate process than the server wrapped around
core/.core_filter.py)