qwen_agent/utils
朱潮 3c0fa498b5 🐛 fix(sync): sync dataset symlinks to Daytona sandbox
The incremental sync used `find -type f` which misses symlinks (type l),
so dataset symlinks were never detected and synced to the sandbox.
Additionally, `tar.add()` without `dereference=True` would store broken
symlinks pointing to host-only paths.

- _list_local_changed_files: match both regular files and symlinks
- _tar_workspace_entries: dereference symlinks to pack actual content
- Unify dataset path to `datasets/` (plural) in prompts and SKILL.md

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-06 19:37:00 +08:00
..
log_util chore: replace Chinese comments and log messages with English 2026-04-30 19:45:35 +08:00
__init__.py 批量保存聊天记录 2026-01-19 09:44:57 +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 chore: replace Chinese comments and log messages with English 2026-04-30 19:45:35 +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
data_merger.py chore: replace Chinese comments and log messages with English 2026-04-30 19:45:35 +08:00
dataset_manager.py dataset to datsets 2026-04-15 11:09:55 +08:00
daytona_sync.py 🐛 fix(sync): sync dataset symlinks to Daytona sandbox 2026-05-06 19:37:00 +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
project_manager.py dataset to datsets 2026-04-15 11:09:55 +08:00
settings.py chore: replace Chinese comments and log messages with English 2026-04-30 19:45:35 +08:00
single_file_processor.py 日志优化 2025-11-27 21:50:03 +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