feat: Add microagents UI to conversation context menu (#8984)

Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: sp.wack <83104063+amanape@users.noreply.github.com>
This commit is contained in:
Xingyao Wang
2025-06-11 11:12:27 -04:00
committed by GitHub
parent f27b02411b
commit 3f50eb0079
16 changed files with 734 additions and 47 deletions

View File

@@ -51,6 +51,7 @@ class AgentSession:
controller: AgentController | None = None
runtime: Runtime | None = None
security_analyzer: SecurityAnalyzer | None = None
memory: Memory | None = None
_starting: bool = False
_started_at: float = 0
_closed: bool = False