Problem
Would like to do
%%ai @persona
This will allow the user to push cell contents to different personas
Proposed Solution
I am trying to modify jupyter_magic_commands so that it gets a persona from the persona manager and then calls the persona. The problem is that the personas are stored in the server level and the magics are processed at the kernel level
Additional context
Take a look at
https://github.com/hkphysics/jupyter-ai-magic-commands/tree/dev/persona
Problem
Would like to do
%%ai @persona
This will allow the user to push cell contents to different personas
Proposed Solution
I am trying to modify jupyter_magic_commands so that it gets a persona from the persona manager and then calls the persona. The problem is that the personas are stored in the server level and the magics are processed at the kernel level
Additional context
Take a look at
https://github.com/hkphysics/jupyter-ai-magic-commands/tree/dev/persona