You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gcgj-dify-1.7.0/api/core/agent
LIU HONGWEI c227f3d985
feat: Deprecate datetime.utcnow() in favor of datetime.now(timezone.utc).replace(tzinfo=None) for better timezone handling (#3408) (#3416)
2 years ago
..
output_parser Refactor/react agent (#3355) 2 years ago
__init__.py FEAT: NEW WORKFLOW ENGINE (#3160) 2 years ago
base_agent_runner.py feat: Deprecate datetime.utcnow() in favor of datetime.now(timezone.utc).replace(tzinfo=None) for better timezone handling (#3408) (#3416) 2 years ago
cot_agent_runner.py Refactor/react agent (#3355) 2 years ago
cot_chat_agent_runner.py Refactor/react agent (#3355) 2 years ago
cot_completion_agent_runner.py Refactor/react agent (#3355) 2 years ago
entities.py Refactor/react agent (#3355) 2 years ago
fc_agent_runner.py Refactor/react agent (#3355) 2 years ago