/
githubmirror
/
agents
Обзор
Документация
Войти
/
githubmirror
/
agents
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/software_dev/configs/agent_team.json
230 строк
7 KB
OE-Heart
Upload agents2.0
25 июн 2024, 13:31
25 июн 2024, 13:31
80b8e99
Код
Авторство
О чём код?
{ "agents": { "Alice": { "agent_name": "Alice", "agent_roles": { "design_node": "Boss", "develop_node": "Boss", "debug_node": "Boss" }, "agent_style": "August", "agent_description": "The boss of a software company.", "LLM_config": { "LLM_type": "OpenAI", "OPENAI_API_KEY": "", "OPENAI_BASE_URL": "", "temperature": 0.3, "model": "gpt-4-turbo-2024-04-09", "log_path": "logs/alice", "ACTIVE_MODE": false, "SAVE_LOGS": true }, "toolkit": {}, "memory": { "short_term_memory": {}, "long_term_memory": {} } }, "Bob": { "agent_name": "Bob", "agent_roles": { "design_node": "Architect_1" }, "agent_style": "Professional", "agent_description": "A software engineer.", "LLM_config": { "LLM_type": "OpenAI", "OPENAI_API_KEY": "", "OPENAI_BASE_URL": "", "temperature": 0.3, "model": "gpt-4-turbo-2024-04-09", "log_path": "logs/bob", "ACTIVE_MODE": false, "SAVE_LOGS": true }, "toolkit": { "code_interpreter": { "model": "gpt-4" } }, "memory": { "short_term_memory": {}, "long_term_memory": {} } }, "Bella": { "agent_name": "Bella", "agent_roles": { "design_node": "Architect_2" }, "agent_style": "Professional", "agent_description": "A software engineer.", "LLM_config": { "LLM_type": "OpenAI", "OPENAI_API_KEY": "", "OPENAI_BASE_URL": "", "temperature": 0.3, "model": "gpt-4-turbo-2024-04-09", "log_path": "logs/bella", "ACTIVE_MODE": false, "SAVE_LOGS": true }, "toolkit": { "code_interpreter": { "model": "gpt-4" } }, "memory": { "short_term_memory": {}, "long_term_memory": {} } }, "Charlie": { "agent_name": "Charlie", "agent_roles": { "develop_node": "Developer_1", "debug_node": "Developer_1" }, "agent_style": "Professional", "agent_description": "A software engineer.", "LLM_config": { "LLM_type": "OpenAI", "OPENAI_API_KEY": "", "OPENAI_BASE_URL": "", "temperature": 0.3, "model": "gpt-4-turbo-2024-04-09", "log_path": "logs/charlie", "ACTIVE_MODE": false, "SAVE_LOGS": true }, "toolkit": { "code_interpreter": { "model": "gpt-4" } }, "memory": { "short_term_memory": {}, "long_term_memory": {} } }, "Carl": { "agent_name": "Carl", "agent_roles": { "develop_node": "Developer_2", "debug_node": "Developer_2" }, "agent_style": "Professional", "agent_description": "A software engineer.", "LLM_config": { "LLM_type": "OpenAI", "OPENAI_API_KEY": "", "OPENAI_BASE_URL": "", "temperature": 0.3, "model": "gpt-4-turbo-2024-04-09", "log_path": "logs/carl", "ACTIVE_MODE": false, "SAVE_LOGS": true }, "toolkit": { "code_interpreter": { "model": "gpt-4" } }, "memory": { "short_term_memory": {}, "long_term_memory": {} } }, "David": { "agent_name": "David", "agent_roles": { "debug_node": "Tester" }, "agent_style": "Professional", "agent_description": "A software engineer.", "LLM_config": { "LLM_type": "OpenAI", "OPENAI_API_KEY": "", "OPENAI_BASE_URL": "", "temperature": 0.3, "model": "gpt-4-turbo-2024-04-09", "log_path": "logs/david", "ACTIVE_MODE": false, "SAVE_LOGS": true }, "toolkit": { "code_interpreter": { "model": "gpt-4" } }, "memory": { "short_term_memory": {}, "long_term_memory": {} } }, "Elon": { "agent_name": "Elon", "agent_roles": { "debug_node": "Coder" }, "agent_style": "Professional", "agent_description": "A software engineer.", "LLM_config": { "LLM_type": "OpenAI", "OPENAI_API_KEY": "", "OPENAI_BASE_URL": "", "temperature": 0.3, "model": "gpt-4-turbo-2024-04-09", "log_path": "logs/elon", "ACTIVE_MODE": false, "SAVE_LOGS": true }, "toolkit": { "code_interpreter": { "model": "gpt-4" } }, "memory": { "short_term_memory": {}, "long_term_memory": {} } }, "Mike": { "agent_name": "Mike", "agent_roles": { "design_node": "Product Manager", "develop_node": "Product Manager", "debug_node": "Product Manager" }, "agent_style": "Strategic and Leading", "agent_description": "The product manager of a software company.", "LLM_config": { "LLM_type": "OpenAI", "OPENAI_API_KEY": "", "OPENAI_BASE_URL": "", "temperature": 0.3, "model": "gpt-4-turbo-2024-04-09", "log_path": "logs/mike", "ACTIVE_MODE": false, "SAVE_LOGS": true }, "toolkit": { "code_interpreter": { "model": "gpt-4" } }, "memory": { "short_term_memory": {}, "long_term_memory": {} } } }, "environment": { "shared_memory": { "short_term_memory": {}, "long_term_memory": {} }, "shared_toolkit": {}, "environment_type": "cooperative" } }