from setuptools import setup, find_packages setup( packages=['llms', 'models','services','prompt', 'graph', 'utils' ], )