Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# 乱序摸鱼(FishToucher)

<p align="center">
<img src="docs/assets/fishtoucher-logo.png" alt="乱序摸鱼:FishToucher 多 Agent harness" width="640">
</p>

<p align="center">
<a href="docs/standard.md"><img alt="Agent Harness" src="https://img.shields.io/badge/type-agent%20harness-5B5BD6"></a>
<a href="docs/architecture.md"><img alt="Multi-Agent" src="https://img.shields.io/badge/orchestration-multi--agent-2563EB"></a>
<a href="docs/standard.md"><img alt="Prototype Contract" src="https://img.shields.io/badge/contract-fishtoucher.prototype-059669"></a>
<a href="pyproject.toml"><img alt="Python 3.11+" src="https://img.shields.io/badge/python-%E2%89%A53.11-3776AB?logo=python&logoColor=white"></a>
<a href="LICENSE"><img alt="License" src="https://img.shields.io/github/license/LinxISA/FishToucher"></a>
</p>

**乱序摸鱼**是 FishToucher 仓库的中文名。它是一个面向 LinxISA NPU 大型系统开发的多 Agent harness 原型:描述岗位、权限、交付、验证、升级和人类决策点,但当前不直接启动 Agent 或调用付费模型。

它协调三条独立推进的循环:
Expand Down
Binary file added docs/assets/fishtoucher-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading