Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,68 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
+
license: other
|
| 5 |
+
task_categories:
|
| 6 |
+
- text-generation
|
| 7 |
+
- question-answering
|
| 8 |
+
tags:
|
| 9 |
+
- awp
|
| 10 |
+
- agent-work-protocol
|
| 11 |
+
- web3
|
| 12 |
+
- ai-agents
|
| 13 |
+
- blockchain
|
| 14 |
+
- base
|
| 15 |
+
size_categories:
|
| 16 |
+
- n<1K
|
| 17 |
+
---
|
| 18 |
+
|
| 19 |
+
# AWP (Agent Work Protocol) Knowledge Base
|
| 20 |
+
|
| 21 |
+
Complete documentation crawled from [awp.pro](https://awp.pro) — the economic protocol for autonomous agent work.
|
| 22 |
+
|
| 23 |
+
## Dataset Summary
|
| 24 |
+
|
| 25 |
+
- **Source:** https://awp.pro
|
| 26 |
+
- **Pages:** 13
|
| 27 |
+
- **Total content:** 77,192 characters
|
| 28 |
+
- **Language:** English
|
| 29 |
+
|
| 30 |
+
## Contents
|
| 31 |
+
|
| 32 |
+
| File | Format | Description |
|
| 33 |
+
|------|--------|-------------|
|
| 34 |
+
| `awp_dataset_clean.json` | JSON | Structured dataset with metadata |
|
| 35 |
+
| `awp_dataset.jsonl` | JSONL | One record per line (LLM training) |
|
| 36 |
+
| `awp_dataset.md` | Markdown | Human-readable documentation |
|
| 37 |
+
|
| 38 |
+
## Pages Included
|
| 39 |
+
|
| 40 |
+
1. Home — Protocol overview
|
| 41 |
+
2. Staking — veAWP, AWP Power
|
| 42 |
+
3. WorkNet — 7 active WorkNets (Mine, Predict, Government, Community, KYA, TMR, ARDI)
|
| 43 |
+
4. Testnet/Airdrop
|
| 44 |
+
5. Blog
|
| 45 |
+
6. Whitepaper (58K chars)
|
| 46 |
+
7. AIP — Improvement Proposals
|
| 47 |
+
8. Brand guidelines
|
| 48 |
+
9. DAO governance
|
| 49 |
+
10. Agents ecosystem
|
| 50 |
+
11. Privacy Policy
|
| 51 |
+
|
| 52 |
+
## Use Cases
|
| 53 |
+
|
| 54 |
+
- LLM Fine-tuning on AWP ecosystem
|
| 55 |
+
- RAG knowledge base for AWP chatbots
|
| 56 |
+
- Web3 + AI agent protocol research
|
| 57 |
+
- Developer documentation reference
|
| 58 |
+
|
| 59 |
+
## Citation
|
| 60 |
+
|
| 61 |
+
```bibtex
|
| 62 |
+
@dataset{awp_knowledge_base_2026,
|
| 63 |
+
title={AWP Knowledge Base},
|
| 64 |
+
author={sinauila},
|
| 65 |
+
year={2026},
|
| 66 |
+
url={https://huggingface.co/datasets/sinauila/awp-knowledge-base}
|
| 67 |
+
}
|
| 68 |
+
```
|