click.option('--agent_func', default='get_dummy_agent', help='the function to get the agent')
| 1 | import click |
| 2 | import importlib |
| 3 | from autoagent import MetaChain |
| 4 | from autoagent.util import debug_print |
nothing calls this directly
no outgoing calls
no test coverage detected