Problem
OpenBot has persistent coworkers, per-Agent computers, governed tool use, and auditability, but it lacks a visible, editable panel for an Agent's skill/instruction files alongside the chat interface.
For users managing multiple Agents with different roles (e.g., newsletter orchestrator, site monitor, research assistant), there is no way to quickly view or edit an Agent's skill file (e.g., SKILL.md-equivalent config) without leaving the chat or editing YAML directly. This makes it harder to refine Agent behavior iteratively or audit what instructions an Agent is operating under.
Feature request
Add Per-Agent memory panel — a viewable, editable panel next to the chat that surfaces an Agent's skill/instruction file. This should be a UI-layer feature, not a new learning infrastructure.
Proposed behaviour
- Show a collapsible panel next to the chat displaying the Agent's current skill/instruction file.
- Allow editing the skill file inline, with syntax highlighting for Markdown/YAML.
- Save edits immediately and apply them to the next run (no reload required).
- Show version history (last N edits) with timestamps and author.
- Support optional diff view to compare current vs. previous versions.
- Preserve all governance settings (grants, policies) — editing the skill file does not change grants.
Required controls
- Disabled by default; enabled per Agent.
- Panel scope: per-Agent, visible only to users with access to that Agent.
- Immutable audit log showing when a skill file was viewed, edited, or reverted.
- Review, edit, and revert controls for skill file changes.
- Clear separation between skill file content and runtime state (no arbitrary code execution from edits).
- Never automatically grant additional tools or permissions on edit — grants are unchanged.
- Configurable version history retention (e.g., keep last 50 edits).
Why this matters
This would make OpenBot more competitive for users managing multiple Agents with distinct roles while preserving its core advantages: per-Agent isolation, gateway policy enforcement, and action-level auditability. It would be particularly useful for a self-hosted team that wants to refine Agent instructions iteratively (e.g., "add this checklist to the newsletter Agent") without recreating the entire configuration.
Acceptance criteria
- A user can view an Agent's skill/instruction file in a panel next to the chat.
- A user can edit the skill file inline and save changes.
- Edits are applied to the next run without requiring a reload.
- Version history shows the last N edits with timestamps and authors.
- All skill file views/edits appear in the existing audit trail.
- Invalid skill file edits are rejected with clear error messages.
- Edited skill files respect the Agent's existing grant boundaries.
Suggested name
Agent Memory Panel or Editable Skill Files
Problem
OpenBot has persistent coworkers, per-Agent computers, governed tool use, and auditability, but it lacks a visible, editable panel for an Agent's skill/instruction files alongside the chat interface.
For users managing multiple Agents with different roles (e.g., newsletter orchestrator, site monitor, research assistant), there is no way to quickly view or edit an Agent's skill file (e.g.,
SKILL.md-equivalent config) without leaving the chat or editing YAML directly. This makes it harder to refine Agent behavior iteratively or audit what instructions an Agent is operating under.Feature request
Add Per-Agent memory panel — a viewable, editable panel next to the chat that surfaces an Agent's skill/instruction file. This should be a UI-layer feature, not a new learning infrastructure.
Proposed behaviour
Required controls
Why this matters
This would make OpenBot more competitive for users managing multiple Agents with distinct roles while preserving its core advantages: per-Agent isolation, gateway policy enforcement, and action-level auditability. It would be particularly useful for a self-hosted team that wants to refine Agent instructions iteratively (e.g., "add this checklist to the newsletter Agent") without recreating the entire configuration.
Acceptance criteria
Suggested name
Agent Memory PanelorEditable Skill Files