qwen_agent/utils
朱潮 77079539c1 refactor: remove file-parsing knowledge-base pipeline and Huey queue
The local file-parsing pipeline (upload -> Huey async parse -> generate
projects/data/.../document.txt) is no longer needed: RAG retrieval runs
against the backend vector store and does not read the local parse output,
so removing this has zero impact on existing bot Q&A.

- Delete task_queue/ (Huey queue, consumer, tasks, task status store)
- Delete parsing utils: dataset_manager, single_file_processor,
  data_merger, project_manager
- Delete db_manager.py (only managed task_status.db)
- routes/files.py: keep only POST /api/v1/upload; drop all
  parse/queue/task endpoints
- routes/projects.py: drop /tasks endpoint and task_status import
- utils/__init__.py & api_models.py: remove exports/models for deleted
  modules and queue task models
- start_unified.py & start_all_optimized.sh: no longer launch the
  queue consumer
- Drop huey dependency (keep redis)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-08 19:40:58 +08:00
..
log_util chore: replace Chinese comments and log messages with English 2026-04-30 19:45:35 +08:00
__init__.py refactor: remove file-parsing knowledge-base pipeline and Huey queue 2026-06-08 19:40:58 +08:00
agent_pool.py chore: replace Chinese comments and log messages with English 2026-04-30 19:45:35 +08:00
api_models.py refactor: remove file-parsing knowledge-base pipeline and Huey queue 2026-06-08 19:40:58 +08:00
async_file_ops.py chore: replace Chinese comments and log messages with English 2026-04-30 19:45:35 +08:00
cancel_manager.py chore: replace Chinese comments and log messages with English 2026-04-30 19:45:35 +08:00
daytona_file_fetcher.py refactor: replace mcp_resources API with direct /robots/ static file access 2026-05-20 18:58:58 +08:00
daytona_sync.py fix: langfuse CallbackHandler API and tarfile dereference parameter 2026-05-14 17:14:37 +08:00
excel_csv_processor.py chore: replace Chinese comments and log messages with English 2026-04-30 19:45:35 +08:00
fastapi_utils.py chore: replace Chinese comments and log messages with English 2026-04-30 19:45:35 +08:00
file_manager.py dataset to datsets 2026-04-15 11:09:55 +08:00
file_utils.py chore: replace Chinese comments and log messages with English 2026-04-30 19:45:35 +08:00
multi_project_manager.py chore: replace Chinese comments and log messages with English 2026-04-30 19:45:35 +08:00
settings.py add REDIS_URL 2026-06-08 19:00:55 +08:00
structured_log.py Add agent final answer first char metric 2026-05-08 15:43:48 +08:00
system_optimizer.py chore: replace Chinese comments and log messages with English 2026-04-30 19:45:35 +08:00
token_counter.py chore: replace Chinese comments and log messages with English 2026-04-30 19:45:35 +08:00