from gpt_computer_assistant import Agent, start manager = Agent( role='Project Manager', goal='understands project needs and assist coder', backstory="""You're a manager at a large company.""", ) coder = Agent( role='Senior Python Coder', goal='writing python scripts and copying to clipboard', backstory="""You're a python developer at a large company.""", ) start()