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

Route agent

autoagent/cli.py:None–None  ·  view source on GitHub ↗
click.option('--agent_func', default='get_dummy_agent', help='the function to get the agent')

Source from the content-addressed store, hash-verified

1import click
2import importlib
3from autoagent import MetaChain
4from autoagent.util import debug_print

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected