-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Labels
Description
What
Similar to the Notebook, this plugin will slideout a panel with a chatbot to allow user to talk to LLM.
How
- A textarea for prompting
- A selector for models
- A config for available models and API_KEYS
Backend
There are 2 options for the backend.
- redirect to existing CLI tools
claude, llm, shellgpt - custom agent written with Pydantic AI or similar framework
Functionalities
- Keep history of chats (just like the notebook)
- Copy/paste
- Save to file
Reactions are currently unavailable