MCPcopy Create free account
hub / github.com/HKUDS/AutoAgent / clear_screen

Function clear_screen

autoagent/cli.py:105–108  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 return result
104
105def clear_screen():
106 console = Console()
107 console.print("[bold green]Coming soon...[/bold green]")
108 print('\033[u\033[J\033[?25h', end='') # Restore cursor and clear everything after it, show cursor
109def get_config(container_name, port, test_pull_name="main", git_clone=False):
110 container_name = container_name
111

Callers 2

mainFunction · 0.85
deep_researchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected