/
githubmirror
/
agents
Обзор
Документация
Войти
/
githubmirror
/
agents
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/hotpotqa/eval/accepted_solution/agent_team.json
53 строки
2 KB
OE-Heart
Upload agents2.0
25 июн 2024, 13:31
25 июн 2024, 13:31
80b8e99
Код
Авторство
О чём код?
{ "agents": { "alice_smith": { "agent_name": "alice_smith", "agent_roles": { "analyse_node": "role_analyse" }, "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_smith", "API_KEY": "", "API_BASE": "", "MAX_CHAT_MESSAGES": 10, "ACTIVE_MODE": false, "SAVE_LOGS": false }, "toolkit": null, "memory": null, "is_user": false }, "bob_jones": { "agent_name": "bob_jones", "agent_roles": { "summary_node": "role_summary" }, "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_jones", "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 } }