ragflow/agent
Liu An d7b4e84cda
Refa: Update LLM stream response type to Generator (#9420)
### What problem does this PR solve?

Change return type of _generate_streamly from str to Generator[str,
None, None] to properly type hint streaming responses.

### Type of change

- [x] Refactoring
2025-08-12 18:05:52 +08:00
..
component Refa: Update LLM stream response type to Generator (#9420) 2025-08-12 18:05:52 +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: Before executing the SQL, remove tags in the format [ID: number] to avoid execution errors. (#9326) 2025-08-12 12:42:28 +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