mirror of
https://github.com/agentscope-ai/ReMe.git
synced 2026-09-07 08:26:06 +00:00
* refactor(transfer): drop orphaned ingest step, make service discovery cross-platform - Remove ingest step: superseded by auto_resource (drop files under resource/ → watcher interprets them); its meta.json/<date>.md outputs had no consumers and tripped the auto_resource watcher. - Replace lsof/pgrep shell-outs in service_utils with psutil (per-process enumeration, no root needed on macOS) for Windows/macOS/Linux support. - Add cross-platform test coverage for _pid_on_port / _scan_reme_procs. - Deps: +psutil, -filelock (only used by the removed ingest lock). * chore(release): bump version to 0.4.0.5 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| agent_state_io.py | ||
| common_utils.py | ||
| env_utils.py | ||
| jsonl_zst.py | ||
| link_expansion.py | ||
| logger_utils.py | ||
| logo_utils.py | ||
| service_utils.py | ||
| similarity_utils.py | ||
| token_utils.py | ||
| wikilink_handler.py | ||