Sounds cool, can you explain a bit more how it works?
Under the hood it's running on your local Claude Code instance, I'll probably be adding support for other APIs through Open Router soon.
21–25 of 25 posts
Sounds cool, can you explain a bit more how it works?
Under the hood it's running on your local Claude Code instance, I'll probably be adding support for other APIs through Open Router soon.
Hi HN, I built Panel because research work means switching all the time between a chat with an agent, the papers I'm reading, the notebook I'm running and the data files I'm looking at. Panel is a local web app with dockable panes made with dockview. You get chat, files, PDFs, markdown and Jupyter notebooks. The agent can also create custom panes on request, like a protein structure viewer or an SQLite browser. There…
Hi HN, I built Panel because research work means switching all the time between a chat with an agent, the papers I'm reading, the notebook I'm running and the data files I'm looking at. Panel is a local web app with dockable panes made with dockview. You get chat, files, PDFs, markdown and Jupyter notebooks. The agent can also create custom panes on request, like a protein structure viewer or an SQLite browser. There…
I’m not familiar with this concept. So the purpose is to have a chat llm spawn new independent activity windows all in the same chat context?
Let's say you're working on protein design and you want to view the 3D structure of the protein, you can have the agent build a pane for that in the app, and you can ask the agent to help customize it as well.