(agent_id: str = "test-agent")
| 28 | |
| 29 | |
| 30 | def _make_ui(agent_id: str = "test-agent"): |
| 31 | from mcp_cli.agents.headless_ui import HeadlessUIManager |
| 32 | |
| 33 | return HeadlessUIManager(agent_id=agent_id) |
| 34 | |
| 35 | |
| 36 | # --------------------------------------------------------------------------- |
no test coverage detected