/
githubmirror
/
agents
Обзор
Документация
Войти
/
githubmirror
/
agents
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/math_dataset/solution_config/agent_team.json
185 строк
6 KB
OE-Heart
Upload agents2.0
25 июн 2024, 13:31
25 июн 2024, 13:31
80b8e99
Код
Авторство
О чём код?
{ "agents": { "alice_01": { "agent_name": "alice_01", "agent_roles": { "problem_identification": "Problem_Analyst" }, "agent_style": null, "agent_description": null, "LLM_config": { "LLM_type": "OpenAI", "model": "gpt-4-turbo-2024-04-09", "temperature": 0.3, "log_path": "logs/alice_01", "API_KEY": "", "API_BASE": "", "MAX_CHAT_MESSAGES": 10, "ACTIVE_MODE": false, "SAVE_LOGS": false }, "toolkit": null, "memory": null, "is_user": false }, "bob_02": { "agent_name": "bob_02", "agent_roles": { "problem_identification": "Problem_Verifier" }, "agent_style": null, "agent_description": null, "LLM_config": { "LLM_type": "OpenAI", "model": "gpt-4-turbo-2024-04-09", "temperature": 0.3, "log_path": "logs/bob_02", "API_KEY": "", "API_BASE": "", "MAX_CHAT_MESSAGES": 10, "ACTIVE_MODE": false, "SAVE_LOGS": false }, "toolkit": null, "memory": null, "is_user": false }, "charlie_03": { "agent_name": "charlie_03", "agent_roles": { "individual_analysis": "Solution_Designer" }, "agent_style": null, "agent_description": null, "LLM_config": { "LLM_type": "OpenAI", "model": "gpt-4-turbo-2024-04-09", "temperature": 0.3, "log_path": "logs/charlie_03", "API_KEY": "", "API_BASE": "", "MAX_CHAT_MESSAGES": 10, "ACTIVE_MODE": false, "SAVE_LOGS": false }, "toolkit": null, "memory": null, "is_user": false }, "dave_04": { "agent_name": "dave_04", "agent_roles": { "individual_analysis": "Calculation_Expert" }, "agent_style": null, "agent_description": null, "LLM_config": { "LLM_type": "OpenAI", "model": "gpt-4-turbo-2024-04-09", "temperature": 0.3, "log_path": "logs/dave_04", "API_KEY": "", "API_BASE": "", "MAX_CHAT_MESSAGES": 10, "ACTIVE_MODE": false, "SAVE_LOGS": false }, "toolkit": null, "memory": null, "is_user": false }, "eve_05": { "agent_name": "eve_05", "agent_roles": { "individual_analysis": "Verification_Expert" }, "agent_style": null, "agent_description": null, "LLM_config": { "LLM_type": "OpenAI", "model": "gpt-4-turbo-2024-04-09", "temperature": 0.3, "log_path": "logs/eve_05", "API_KEY": "", "API_BASE": "", "MAX_CHAT_MESSAGES": 10, "ACTIVE_MODE": false, "SAVE_LOGS": false }, "toolkit": null, "memory": null, "is_user": false }, "frank_06": { "agent_name": "frank_06", "agent_roles": { "solution_integration": "Integration Specialist" }, "agent_style": null, "agent_description": null, "LLM_config": { "LLM_type": "OpenAI", "model": "gpt-4-turbo-2024-04-09", "temperature": 0.3, "log_path": "logs/frank_06", "API_KEY": "", "API_BASE": "", "MAX_CHAT_MESSAGES": 10, "ACTIVE_MODE": false, "SAVE_LOGS": false }, "toolkit": null, "memory": null, "is_user": false }, "grace_07": { "agent_name": "grace_07", "agent_roles": { "solution_integration": "Quality Checker" }, "agent_style": null, "agent_description": null, "LLM_config": { "LLM_type": "OpenAI", "model": "gpt-4-turbo-2024-04-09", "temperature": 0.3, "log_path": "logs/grace_07", "API_KEY": "", "API_BASE": "", "MAX_CHAT_MESSAGES": 10, "ACTIVE_MODE": false, "SAVE_LOGS": false }, "toolkit": null, "memory": null, "is_user": false }, "heidi_08": { "agent_name": "heidi_08", "agent_roles": { "solution_integration": "Documentation Specialist" }, "agent_style": null, "agent_description": null, "LLM_config": { "LLM_type": "OpenAI", "model": "gpt-4-turbo-2024-04-09", "temperature": 0.3, "log_path": "logs/heidi_08", "API_KEY": "", "API_BASE": "", "MAX_CHAT_MESSAGES": 10, "ACTIVE_MODE": false, "SAVE_LOGS": false }, "toolkit": null, "memory": null, "is_user": false } }, "environment": { "environment_type": "cooperative", "shared_memory": null, "shared_toolkit": null } }