diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50fcab8..6834ce9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,6 @@ jobs: - name: Validate evidence fixture run: PYTHONPATH=src python3 -m fishtoucher.cli evidence examples/evidence.pass.json - name: Validate recorded agent mailbox - run: PYTHONPATH=src python3 -m fishtoucher.cli mailbox examples/runs/software-loop-001/mailbox.jsonl + run: PYTHONPATH=src python3 -m fishtoucher.cli mailbox examples/runs/harness-loop-001/mailbox.jsonl - name: Run tests run: python3 -m unittest discover -s tests -v diff --git a/README.md b/README.md index 8b1a2ce..7a38a13 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,17 @@ # 乱序摸鱼(FishToucher) +

+ 乱序摸鱼:FishToucher 多 Agent harness +

+ +

+ Agent Harness + Multi-Agent + Prototype Contract + Python 3.11+ + License +

+ **乱序摸鱼**是 FishToucher 仓库的中文名。它是一个面向 LinxISA NPU 大型系统开发的多 Agent harness 原型:描述岗位、权限、交付、验证、升级和人类决策点,但当前不直接启动 Agent 或调用付费模型。 它协调三条独立推进的循环: diff --git a/docs/assets/fishtoucher-logo.png b/docs/assets/fishtoucher-logo.png new file mode 100644 index 0000000..07ec636 Binary files /dev/null and b/docs/assets/fishtoucher-logo.png differ