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

Function cli

autoagent/cli.py:47–49  ·  view source on GitHub ↗

The command line interface for autoagent

()

Source from the content-addressed store, hash-verified

45from constant import COMPLETION_MODEL
46@click.group()
47def cli():
48 """The command line interface for autoagent"""
49 pass
50
51@cli.command()
52@click.option('--model', default='gpt-4o-2024-08-06', help='the name of the model')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected