/
githubmirror
/
agents
Обзор
Документация
Войти
/
githubmirror
/
agents
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/math_dataset/configs/math_agent_team.json
97 строк
3 KB
OE-Heart
Upload agents2.0
25 июн 2024, 13:31
25 июн 2024, 13:31
80b8e99
Код
Авторство
О чём код?
{ "agents": { "Person1": { "agent_name": "Person1", "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/Person1", "API_KEY": "", "API_BASE": "", "MAX_CHAT_MESSAGES": 10, "ACTIVE_MODE": false, "SAVE_LOGS": true }, "toolkit": null, "memory": null, "is_user": false }, "Person2": { "agent_name": "Person2", "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/Person2", "API_KEY": "", "API_BASE": "", "MAX_CHAT_MESSAGES": 10, "ACTIVE_MODE": false, "SAVE_LOGS": true }, "toolkit": null, "memory": null, "is_user": false }, "Person3": { "agent_name": "Person3", "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/Person3", "API_KEY": "", "API_BASE": "", "MAX_CHAT_MESSAGES": 10, "ACTIVE_MODE": false, "SAVE_LOGS": true }, "toolkit": null, "memory": null, "is_user": false }, "Person4": { "agent_name": "Person4", "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/Person4", "API_KEY": "", "API_BASE": "", "MAX_CHAT_MESSAGES": 10, "ACTIVE_MODE": false, "SAVE_LOGS": true }, "toolkit": null, "memory": null, "is_user": false } }, "environment": { "environment_type": "cooperative", "shared_memory": null, "shared_toolkit": null } }