{
"config": {
"API_KEY": "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",
"PROXY": "",
"MAX_CHAT_HISTORY": "3",
"TOP_K": "0"
},
"LLM_type": "OpenAI",
"LLM": {
"temperature": 0.3,
"model": "gpt-3.5-turbo-16k-0613",
"log_path": "logs/god"
},
"root": "design_state",
"relations": {
"design_state": {
"0": "design_state",
"1": "develop_state"
},
"develop_state": {
"0": "develop_state",
"1": "debug_state"
},
"debug_state": {
"0": "debug_state",
"1": "end_state"
}
},
"agents": {
"Alice": {
"style": "august",
"roles": {
"design_state": "Boss",
"develop_state": "Boss",
"debug_state": "Boss"
}
},
"Bob": {
"style": "professional",
"roles": {
"design_state": "Architect_1"
}
},
"Belle": {
"style": "professional",
"roles": {
"design_state": "Architect_2"
}
},
"Candy": {
"style": "professional",
"roles": {
"develop_state": "Developer_1",
"debug_state": "Developer_1"
}
},
"Carl": {
"style": "professional",
"roles": {
"develop_state": "Developer_2",
"debug_state": "Developer_2"
}
},
"David": {
"style": "professional",
"roles": {
"debug_state": "Debugger"
}
},
"Eva": {
"style": "professional",
"roles": {
"debug_state": "Coder"
}
},
"Michael": {
"style": "professional",
"roles": {
"design_state": "Leader",
"develop_state": "Leader",
"debug_state": "Leader"
}
}
},
"states": {
"end_state": {
"agent_states": {}
},
"design_state": {
"LLM_type": "OpenAI",
"LLM": {
"temperature": 0.3,
"model": "gpt-3.5-turbo-16k-0613",
"log_path": "logs/god"
},
"roles": [
"Boss",
"Architect_1",
"Leader",
"Architect_2"
],
"controller": {
"controller_type": "order",
"max_chat_nums": 8,
"judge_system_prompt": "",
"judge_last_prompt": "",
"judge_extract_words": "end"
},
"environment_prompt": "Imagine a scenario where the boss has presented a requirement. The architect is tasked with proposing a framework based on this requirement. The leader's role is to provide feedback on the architect's proposal, and another architect will finalize the framework based on the leader's comments.The target program is: