icortex
icortex copied to clipboard
A no-code development framework—Let AI do the coding for you 🦾
The current workflow of prompting, package installation and execution can be improved. This also ties to caching of generated code. - [x] Don't reuse cached code automatically if the user...
Currently, requests to TextCortex API generate code independently for each cell. Without the context of the entire notebook, global variables, etc. the API returns disparate code, forcing the user to...
## Description of bug / unexpected behavior Running `%icortex init` (and also other args) gives the following error. ``` usage: ipykernel_launcher.py [-h] [--user] [--sys-prefix] [--prefix PREFIX] [--uninstall] ipykernel_launcher.py: error: unrecognized...
Module names do not map directly to PyPI package names, so there needs to be a way to bridge that gap to auto-install missing modules. To construct the mapping we...
- [ ] Add spinners - [ ] More colors in output - [ ] Add ICortex lexer to Pygments (either to the official repo or as a plugin) for...
ONNX models are serialised version of the current AI models. They are a bit faster from the normal pytorch or huggingface therefore some users might want to use this type...
Feedback from Eden: > The caching method is interesting, although I would've expected memoized responses first, then falling back to your file cache on miss. > > I think you're...