gpt_enterprise
💾 Init 💾
An enterprise is composed of:
💉 CEO
🕺 Team leader
🏂 Scrum master
👩 Several employees
At the beginning, the CEO will create the enterprise giving his guidelines to team leader and scrum master.
Each employee will be hired by the team leader for their skills.
An employee is defined as a system prompt, automatically generated by the team leader, that describe his skills.
The scrum master will then create a sequence of tasks, each associated to an employee previously hired by the team leader.
At the end, all tasks result will be returned to the CEO.
1""" 2\U0001F4BE 3Init 4\U0001F4BE 5An enterprise is composed of: 6\n\t \U0001F489 CEO \n 7\n\t \U0001F57A Team leader \n 8\n\t \U0001F3C2 Scrum master \n 9\n\t \U0001F469 Several employees \n 10At the beginning, the CEO will create the enterprise giving his guidelines to team leader and scrum master.\n 11Each employee will be hired by the team leader for their skills. \n 12An employee is defined as a system prompt, automatically generated by the team leader, that describe his skills.\n 13The scrum master will then create a sequence of tasks, each associated to an employee previously hired by the team leader.\n 14At the end, all tasks result will be returned to the CEO.\n 15""" 16 17from .__main__ import main