We want a "agent dashboard" web UI that can be used to monitor/browse the agent.
I know we have built some as experiments in Bob (both some old React stuff and some Elixir thing).
It should double as the public site for gptme-contrib. Non-agent/shared repos like gptme-contrib, gptme-superuser (and kinda gptme-agent-template) are sharing structure like lessons/ (and resolved from gptme.toml), plugins/ (or detected from enabled in gptme.toml), etc.
It should thus also be static-deployable (without dynamic/client-features like run/service monitoring) so it can be pushed to gh-pages (for this repo).
The important thing is that there exists a clear way to do this the "gptme-way" so that anyone who wants could easily make their own custom frontend/
dashboard from scratch. And such custom dashboards should be viewable from within gptme-webui! (making the webui itself not provide an agent dashboard - let the agent own it)
We want a "agent dashboard" web UI that can be used to monitor/browse the agent.
I know we have built some as experiments in Bob (both some old React stuff and some Elixir thing).
It should double as the public site for gptme-contrib. Non-agent/shared repos like gptme-contrib, gptme-superuser (and kinda gptme-agent-template) are sharing structure like lessons/ (and resolved from gptme.toml), plugins/ (or detected from enabled in gptme.toml), etc.
It should thus also be static-deployable (without dynamic/client-features like run/service monitoring) so it can be pushed to gh-pages (for this repo).
The important thing is that there exists a clear way to do this the "gptme-way" so that anyone who wants could easily make their own custom frontend/
dashboard from scratch. And such custom dashboards should be viewable from within gptme-webui! (making the webui itself not provide an agent dashboard - let the agent own it)