/
githubmirror
/
agents
Обзор
Документация
Войти
/
githubmirror
/
agents
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/creative_writing/configs/agent_team.json
53 строки
1 KB
Jialong Wu
refactor: update relative file paths
25 сен 2024, 18:22
25 сен 2024, 18:22
f6fd0b6
Код
Авторство
О чём код?
{ "agents": { "Alice": { "agent_name": "Alice", "agent_roles": { "node_write": "role_write" }, "agent_style": null, "agent_description": null, "LLM_config": { "LLM_type": "OpenAI", "model": "gpt-3.5-turbo-0125", "temperature": 0.3, "log_path": "logs/Alice", "API_KEY": "", "API_BASE": "", "MAX_CHAT_MESSAGES": 10, "ACTIVE_MODE": false, "SAVE_LOGS": false }, "toolkit": null, "memory": null, "is_user": false }, "Bob": { "agent_name": "Bob", "agent_roles": { "node_edit": "role_edit" }, "agent_style": null, "agent_description": null, "LLM_config": { "LLM_type": "OpenAI", "model": "gpt-3.5-turbo-0125", "temperature": 0.3, "log_path": "logs/Bob", "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 } }