🧪 Skills
Ui Control Center
Manage and maintain the local Agent Control UI with reliable caching, dashboards, tabs, and conflict-free server handling on port 8765.
v1.0.0
Description
ui-control-center
Purpose
Maintain the local Agent Control UI: reliability, caching, dashboards, trading tab, agents/workflows/skills tabs.
Use when
- UI shows stale/wrong state
- Port 8765 conflicts
- Need new tabs/endpoints
Safety rails
- Local-only binding (127.0.0.1)
- Avoid blocking the event loop: run heavy work in threads
Checklist
- Ensure only one server listens on 8765.
- Add cache-busting for static assets.
- Keep endpoints resilient to missing files.
- Log actions to audit.
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!