MCPcopy Create free account
hub / github.com/bytedance/trae-agent / cli

Function cli

trae_agent/cli.py:121–123  ·  view source on GitHub ↗

Trae Agent - LLM-based agent for software engineering tasks.

()

Source from the content-addressed store, hash-verified

119@click.group()
120@click.version_option(version="0.1.0")
121def cli():
122 """Trae Agent - LLM-based agent for software engineering tasks."""
123 pass
124
125
126@cli.command()

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected