Commit ·
bc5bc0d
1
Parent(s): 4b7e335
Fix conclusion highlight: use HF-native blockquote style
Browse files
README.md
CHANGED
|
@@ -236,15 +236,15 @@ All benchmark data is generated procedurally from a seeded PRNG — no external
|
|
| 236 |
|
| 237 |
## Conclusion
|
| 238 |
|
| 239 |
-
<
|
| 240 |
-
|
|
|
|
| 241 |
|
| 242 |
-
|
| 243 |
-
|:---:|
|
| 244 |
-
| **Can an agent still finish the job when the API fights back?** |
|
| 245 |
|
| 246 |
-
|
| 247 |
-
|
|
|
|
| 248 |
|
| 249 |
That question matters far beyond trade data. It applies to any agent expected to operate against real interfaces with pagination, retries, noisy outputs, and resource limits.
|
| 250 |
|
|
|
|
| 236 |
|
| 237 |
## Conclusion
|
| 238 |
|
| 239 |
+
<p align="center">
|
| 240 |
+
|
| 241 |
+
---
|
| 242 |
|
| 243 |
+
### 💬 *Can an agent still finish the job when the API fights back?*
|
|
|
|
|
|
|
| 244 |
|
| 245 |
+
---
|
| 246 |
+
|
| 247 |
+
</p>
|
| 248 |
|
| 249 |
That question matters far beyond trade data. It applies to any agent expected to operate against real interfaces with pagination, retries, noisy outputs, and resource limits.
|
| 250 |
|