Skip to content

v0.1.0 — offline demo + slot preemption

Choose a tag to compare

@fjh1997 fjh1997 released this 20 Jul 09:02
· 5 commits to main since this release

ctf-agent-dispatch 0.1.0

解压即用的 NepCTF 2026 风格 Claude Code 多 Agent 调度 参考实现。

一键自测

unzip ctf-agent-dispatch-0.1.0.zip && cd ctf-agent-dispatch-0.1.0
python3 -m venv .venv && . .venv/bin/activate
pip install -r requirements.txt
python scripts/selftest.py

能力

  • 单实例槽:READY 抢占低 solves REMOTE_ONLY
  • MemoryMax=3G 包装(systemd-run / ulimit)
  • 自动交 flag + GET solved 校验
  • mock 平台离线 demo + Claude Code 主会话模板

博客:https://cat.fjh1997.top/posts/202607201.html