New request
#2941: Enable viewing, browsing, searching, updating LLM Wiki / Knowledge from web UI
We'll provision a sandbox, run an agent against the issue, and open a draft PR. You can pull the branch and iterate from there.
Issue
enhancement
The support for the LLM wiki via skill and agent is great, however I'm craving the ability to browse and explore the data in this knowledge base more easily. Right now I sync it to Obsidian to do this, which works well, but would be convenient to have it right next to where it's being used. It doesn't need to be as full-featured as Obsidian, but the basics of browsing, search, and edit would be good.
Assessmentadvisory
feature●●● hard80% confidence
Introduces a new knowledge-base browser with search and edit capabilities, requiring new backend endpoints, data access patterns, and a dedicated frontend surface.
Likely files
- api/routes.py
- api/models.py
- static/index.html
- static/app.js
- static/panels.js
- static/wiki.js
- api/agent_sessions.py
- static/css/theme.css
Create the request