Update README.md
Browse files
README.md
CHANGED
|
@@ -14,24 +14,26 @@ tags:
|
|
| 14 |
- solidity
|
| 15 |
- tandem-core
|
| 16 |
- agent-q3
|
| 17 |
-
- agent-
|
| 18 |
-
- agent-q3-evo
|
| 19 |
pipeline_tag: text-generation
|
| 20 |
---
|
| 21 |
|
| 22 |
# Agent Q3
|
| 23 |
|
| 24 |
> **MAD Gambit** β Multi-agent intelligence layer
|
| 25 |
-
> Contains both **Agent Q3
|
| 26 |
|
| 27 |
---
|
| 28 |
|
| 29 |
-
##
|
| 30 |
|
| 31 |
| Variant | Role | Key Tech |
|
| 32 |
|---------|------|----------|
|
| 33 |
-
| **Agent Q3
|
| 34 |
-
|
|
|
|
|
|
|
|
|
|
|
| 35 |
|
| 36 |
---
|
| 37 |
|
|
@@ -41,7 +43,7 @@ pipeline_tag: text-generation
|
|
| 41 |
Agent-Q3/
|
| 42 |
βββ README.md
|
| 43 |
β
|
| 44 |
-
βββ hq/ β Agent Q3
|
| 45 |
β βββ Dockerfile
|
| 46 |
β βββ docker-compose.yml
|
| 47 |
β βββ requirements.txt
|
|
@@ -54,7 +56,7 @@ Agent-Q3/
|
|
| 54 |
β βββ litellm_config.yaml β LiteLLM routing config
|
| 55 |
β βββ metrics.py β Prometheus /metrics endpoint
|
| 56 |
β
|
| 57 |
-
βββ
|
| 58 |
β βββ Dockerfile
|
| 59 |
β βββ requirements.txt
|
| 60 |
β βββ .env.example
|
|
@@ -84,16 +86,16 @@ docker compose up --build
|
|
| 84 |
|
| 85 |
**Endpoints:**
|
| 86 |
- `POST /v1/chat` β auto-classify β Reasoner or Coder
|
| 87 |
-
- `POST /v1/reason` β force
|
| 88 |
-
- `POST /v1/code` β force
|
| 89 |
- `POST /v1/tandem` β Gemma4 reasons β Qwen3.5 implements
|
| 90 |
- `GET /health` β backend health + loaded models
|
| 91 |
- `GET /metrics` β Prometheus metrics
|
| 92 |
|
| 93 |
-
##
|
| 94 |
|
| 95 |
```bash
|
| 96 |
-
cd
|
| 97 |
cp .env.example .env
|
| 98 |
pip install -r requirements.txt
|
| 99 |
python training_pipeline.py
|
|
@@ -105,9 +107,9 @@ python training_pipeline.py
|
|
| 105 |
|
| 106 |
| Type | Label | Link |
|
| 107 |
|------|-------|------|
|
| 108 |
-
| Model | Agent Q3 (unified) | [madDegen/agent-q3-core](https://hf.co/madDegen/agent-q3
|
| 109 |
-
| Dataset | Agent Q3 (unified) | [madDegen/agent-q3](https://hf.co/datasets/
|
| 110 |
-
| Space | Agent Q3 (unified) | [madDegen/agent-q3-space](https://hf.co/spaces/
|
| 111 |
|
| 112 |
---
|
| 113 |
|
|
|
|
| 14 |
- solidity
|
| 15 |
- tandem-core
|
| 16 |
- agent-q3
|
| 17 |
+
- agent-q30-smart
|
|
|
|
| 18 |
pipeline_tag: text-generation
|
| 19 |
---
|
| 20 |
|
| 21 |
# Agent Q3
|
| 22 |
|
| 23 |
> **MAD Gambit** β Multi-agent intelligence layer
|
| 24 |
+
> Contains both **Agent Q3** (self-improving production orchestration and self-improving research pipelines)
|
| 25 |
|
| 26 |
---
|
| 27 |
|
| 28 |
+
## Variant
|
| 29 |
|
| 30 |
| Variant | Role | Key Tech |
|
| 31 |
|---------|------|----------|
|
| 32 |
+
| **Agent Q3** | Production orchestration | Tandem Core Β· ComputeRouter Β· LangGraph Β· MCP Β· Solidity audit |
|
| 33 |
+
| Self-improving research | LoRA fine-tuning Β· arXiv ingestion Β· ChromaDB Β· Unsloth Β· benchmarks |
|
| 34 |
+
| **Agent Q3 Smart**|
|
| 35 |
+
|
|
| 36 |
+
|
| 37 |
|
| 38 |
---
|
| 39 |
|
|
|
|
| 43 |
Agent-Q3/
|
| 44 |
βββ README.md
|
| 45 |
β
|
| 46 |
+
βββ hq/ β Agent Q3 β Production
|
| 47 |
β βββ Dockerfile
|
| 48 |
β βββ docker-compose.yml
|
| 49 |
β βββ requirements.txt
|
|
|
|
| 56 |
β βββ litellm_config.yaml β LiteLLM routing config
|
| 57 |
β βββ metrics.py β Prometheus /metrics endpoint
|
| 58 |
β
|
| 59 |
+
βββ Agent Q3 / β Agent Q3 β Research
|
| 60 |
β βββ Dockerfile
|
| 61 |
β βββ requirements.txt
|
| 62 |
β βββ .env.example
|
|
|
|
| 86 |
|
| 87 |
**Endpoints:**
|
| 88 |
- `POST /v1/chat` β auto-classify β Reasoner or Coder
|
| 89 |
+
- `POST /v1/reason` β force (planning, research, audit)
|
| 90 |
+
- `POST /v1/code` β force (code, debug, file ops)
|
| 91 |
- `POST /v1/tandem` β Gemma4 reasons β Qwen3.5 implements
|
| 92 |
- `GET /health` β backend health + loaded models
|
| 93 |
- `GET /metrics` β Prometheus metrics
|
| 94 |
|
| 95 |
+
## Agent Q3 β Quick Start
|
| 96 |
|
| 97 |
```bash
|
| 98 |
+
cd agent=q3
|
| 99 |
cp .env.example .env
|
| 100 |
pip install -r requirements.txt
|
| 101 |
python training_pipeline.py
|
|
|
|
| 107 |
|
| 108 |
| Type | Label | Link |
|
| 109 |
|------|-------|------|
|
| 110 |
+
| Model | Agent Q3 (unified) | [madDegen/agent-q3-core](https://hf.co/madDegen/agent-q3) |
|
| 111 |
+
| Dataset | Agent Q3 (unified) | [madDegen/agent-q3](https://hf.co/datasets/MADdegens/agent-q3) |
|
| 112 |
+
| Space | Agent Q3 (unified) | [madDegen/agent-q3-space](https://hf.co/spaces/MADdegens/agent-q3-smart) |
|
| 113 |
|
| 114 |
---
|
| 115 |
|