Update README.md

This commit is contained in:
PSBigBig × MiniPS 2026-02-10 14:37:47 +08:00 committed by GitHub
parent c2a5be9543
commit d0d197ed7f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,3 +1,13 @@
<!--
Search Anchor:
agent orchestration bugs
multi-agent workflow failures
llm agent loop bugs
tool calling orchestration issues
agent role drift and coordination errors
-->
# Agents & Orchestration — Global Fix Map
<details>
@ -15,10 +25,9 @@
> If you want full consultation and prescriptions, go back to the Emergency Room lobby.
</details>
Agent and orchestration bugs are structural failures in multi-agent or tool-augmented systems, where coordination, role boundaries, execution order, or control flow break down even when the underlying model behaves correctly.
A practical hub to stabilize **multi-agent and tool-augmented workflows**.
Most “agent bugs” are not model issues. They come from role mixups, tool schema drift, uncontrolled loops, and cold-boot ordering. This page routes symptoms to structural fixes with measurable targets.
Most agent failures are not caused by model quality. They arise from role mixups, tool schema drift, uncontrolled loops, shared-state collisions, and cold-boot ordering errors. This page maps observable symptoms to structural fixes with measurable acceptance targets.
---