archive: copy agent-q3-hq README into canonical repo
Browse files
archive/agent-q3-hq/README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
# Agent Q3 [HQ] HF-Repo
|
| 3 |
+
|
| 4 |
+
**Archived from:** `madDegen/agent-q3-hq`
|
| 5 |
+
**Archived to canonical repo:** `madDegen/Agent-Q3`
|
| 6 |
+
|
| 7 |
+
## About
|
| 8 |
+
|
| 9 |
+
This README was originally the root README of the `madDegen/agent-q3-hq` HuggingFace model repo,
|
| 10 |
+
labeled **Agent Q3 [HQ] HF-Repo**.
|
| 11 |
+
|
| 12 |
+
Agent Q3 [HQ] is the production-grade orchestration variant:
|
| 13 |
+
- Tandem Core: Gemma4-E4B (Reasoner) + Qwen3.5-4B (Coder)
|
| 14 |
+
- LangGraph StateGraph routing: classify → reasoner / coder / tandem → END
|
| 15 |
+
- ComputeRouter: 4 backends, 5 strategies
|
| 16 |
+
- FastAPI + 14 MCP connectors
|
| 17 |
+
- Prometheus metrics endpoint
|
| 18 |
+
|
| 19 |
+
All code lives in the canonical repo at `madDegen/Agent-Q3` under the `hq/` directory.
|
| 20 |
+
|
| 21 |
+
## Links
|
| 22 |
+
- Canonical Code Repo: https://huggingface.co/madDegen/Agent-Q3
|
| 23 |
+
- Canonical Dataset/Bucket: https://huggingface.co/datasets/madDegen/agent-q3
|
| 24 |
+
- Canonical Space: https://huggingface.co/spaces/madDegen/agent-q3-space
|
| 25 |
+
- GitHub: https://github.com/MADdegen/Agent-Q3
|