CI / test (push) Canceled after 0s
fix các bug theo yêu cầu https://fptsoftware362-my.sharepoint.com/❌/g/personal/nampdt_fpt_com/IQAHBJ4A9xqDTLgvt2bhukJEAdRB5LRz2hbJpTivvIiBSYM?wdExp=TEAMS-TREATMENT&web=1&isSPOFile=1&ovuser=f01e930a-b52e-42b1-b70f-a8882b5d043b%2CAnhTNM1%40fpt.com&clickparams=eyJBcHBOYW1lIjoiVGVhbXMtRGVza3RvcCIsIkFwcFZlcnNpb24iOiI0OS8yNjA4MTMxOTMxNyIsIkhhc0ZlZGVyYXRlZFVzZXIiOmZhbHNlfQ%3D%3D --------- Co-authored-by: Duy Le Huu <duylh19@fpt.com> Reviewed-on: #10 Co-authored-by: Anh Tran Nguyen Minh <anhtnm1@fpt.com>
24 lines
1.2 KiB
Python
24 lines
1.2 KiB
Python
"""Cowork Local (branded "Cowork-Local BamBOO" — see DISPLAY_NAME) - PySide6 desktop app.
|
|
|
|
Sidebar navigation pages:
|
|
- Dashboard: token usage & cost statistics.
|
|
- Schedule Task: Kanban board of scheduled agent tasks.
|
|
- Workspace: the home page — Claude-Projects-style projects (shared context
|
|
+ agent sandbox), hosting per-project **Cowork** chat and
|
|
**GraphRAG** knowledge-graph sub-tabs (plus History).
|
|
- Monitoring: the Monitoring Dashboard — Overview, Security Events, MCP
|
|
Call History, Action Logs, Agent Status, Agents Admin.
|
|
|
|
Plus a unified "Connectors (MCP)" layer (CAD/CAE/MS365/Other — external MCP
|
|
servers + REST connectors) and a Sandbox Security Layer (resource limits,
|
|
network control, permission management, audit log). No login required —
|
|
starts directly with full admin access.
|
|
"""
|
|
|
|
__version__ = "0.0.1"
|
|
# Internal/technical name — config dir (~/.cowork_local), QSettings org keys,
|
|
# packaging scripts and docs still use this; do NOT rebrand it.
|
|
APP_NAME = "Cowork Local"
|
|
# User-facing brand shown in the window title, top bar, and tray.
|
|
DISPLAY_NAME = "Cowork-Local BamBOO"
|