MCPcopy Index your code
hub / github.com/SkyworkAI/DeepResearchAgent / main

Function main

tests/test_github_system.py:74–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72 logger.info("| GitHub environment cleaned up")
73
74async def main():
75 args = parse_args()
76
77 config.init_config(args.config, args)
78 logger.init_logger(config)
79 logger.info(f"| Config: {config.pretty_text}")
80
81 await model_manager.init_models(use_local_proxy=config.use_local_proxy)
82 logger.info(f"| Models: {model_manager.list_models()}")
83
84 await test_github_system()
85
86if __name__ == "__main__":
87 asyncio.run(main())

Callers 1

Calls 3

test_github_systemFunction · 0.85
parse_argsFunction · 0.70
infoMethod · 0.45

Tested by

no test coverage detected