ragflow/agent
Liu An b9c4954c2f
Fix: Replace StrEnum with strenum in code_exec.py (#9376)
### What problem does this PR solve?

- The enum import was changed from Python's built-in StrEnum to the
strenum package.
- Fix error `Warning: Failed to import module code_exec: cannot import
name 'StrEnum' from 'enum' (/usr/lib/python3.10/enum.py)`

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2025-08-11 15:32:04 +08:00
..
component Refa: add result to callback for agent tool use. (#9137) 2025-08-01 21:49:39 +08:00
templates Update the sql assistant workflow (#9329) 2025-08-08 17:06:37 +08:00
test Feat: Redesign and refactor agent module (#9113) 2025-07-30 19:41:09 +08:00
tools Fix: Replace StrEnum with strenum in code_exec.py (#9376) 2025-08-11 15:32:04 +08:00
__init__.py Update comments (#4569) 2025-01-21 20:52:28 +08:00
canvas.py Refa: add result to callback for agent tool use. (#9137) 2025-08-01 21:49:39 +08:00
settings.py Update comments (#4569) 2025-01-21 20:52:28 +08:00