CopilotKit / CopilotKit/OpenBot
[Feature Request] Please add Per-Agent memory panel — view/edit skill files in chat
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 5.2k
- Forks
- 655
- Avg merge
- 11h 56m
- Merged PRs (30d)
- 370
Description
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
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the chat interface and trace how the selected Agent, skill or instruction file, and existing audit trail are represented. Define the panel, inline editing, validation, version history, access controls, and next-run application together; done means all seven acceptance criteria work without changing grants or enabling arbitrary code execution.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100