Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,4 +7,76 @@ sdk: static
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
+
<a href="https://symbiont.dev" target="_blank"><img src="https://github.com/ThirdKeyAI/Symbiont/raw/main/logo-hz.png"></a>
|
| 11 |
+
|
| 12 |
+
# 🐙 Symbiont on Hugging Face
|
| 13 |
+
|
| 14 |
+
**Secure AI-agent runtime + specialized SLMs for high-trust workflows.**
|
| 15 |
+
We build small, safety-forward models and datasets that power **policy-gated agents**—with verifiable audit trails, strong privacy, and reproducible evaluation.
|
| 16 |
+
|
| 17 |
+
> 💡 Symbiont = an agent framework + DSL designed for zero-trust, cryptographically auditable automation. This org hosts the **models, datasets, and Spaces** that plug into Symbiont (and any standard HF/Transformers stack).
|
| 18 |
+
|
| 19 |
+
---
|
| 20 |
+
|
| 21 |
+
Main repo: https://github.com/ThirdKeyAI/Symbiont
|
| 22 |
+
Python SDK: https://github.com/ThirdKeyAI/symbiont-sdk-python
|
| 23 |
+
JS SDK: https://github.com/ThirdKeyAI/symbiont-sdk-js
|
| 24 |
+
Symbiont-Demos: https://github.com/ThirdKeyAI/symbiont-demos
|
| 25 |
+
|
| 26 |
+
---
|
| 27 |
+
|
| 28 |
+
## 🔧 What you’ll find here (COMING SOON)
|
| 29 |
+
|
| 30 |
+
* **Models (SLMs & classifiers)**
|
| 31 |
+
|
| 32 |
+
* Tool-use & routing specialists (reasoning-forward, small context).
|
| 33 |
+
* Safety & policy classifiers (e.g., tool-call SAFE/UNSAFE).
|
| 34 |
+
* Domain mini-experts (e.g., OSINT, compliance screening, data wrangling).
|
| 35 |
+
|
| 36 |
+
* **Datasets**
|
| 37 |
+
|
| 38 |
+
* **Tool-calling** JSONL corpora (inputs → tools → expected calls).
|
| 39 |
+
* **Safety** corpora (policy violations, redaction targets, PII/secret patterns).
|
| 40 |
+
* **Domain** sets (financial filings snippets, entity linking, sanctions lexicons).
|
| 41 |
+
|
| 42 |
+
* **Spaces (demos)**
|
| 43 |
+
|
| 44 |
+
* Policy-gated agent sandboxes (no secrets stored; ephemeral sessions).
|
| 45 |
+
* Evaluation dashboards (benchmarks, error taxonomies, confusion matrices).
|
| 46 |
+
|
| 47 |
+
---
|
| 48 |
+
|
| 49 |
+
## 🛡️ Principles
|
| 50 |
+
|
| 51 |
+
* **Zero-trust by default:** models are small, auditable, and wrapped in policy.
|
| 52 |
+
* **No training leakage:** org models don’t learn from your inputs.
|
| 53 |
+
* **Reproducibility:** fixed seeds, dataset versions, and training cards per release.
|
| 54 |
+
* **Privacy first:** redaction pipelines + opt-in logging with content digests only.
|
| 55 |
+
* **Cryptographic traceability:** signed artifacts and hash-chained audit logs.
|
| 56 |
+
|
| 57 |
+
---
|
| 58 |
+
|
| 59 |
+
## 📣 Stay in touch
|
| 60 |
+
|
| 61 |
+
* Website/Docs: [https://symbiont.dev](https://symbiont.dev) *(or your preferred site)*
|
| 62 |
+
* Email: [team@symbiont.dev](mailto:team@symbiont.dev)
|
| 63 |
+
|
| 64 |
+
---
|
| 65 |
+
|
| 66 |
+
## 📜 Citation
|
| 67 |
+
|
| 68 |
+
If you use our models or datasets in research, please cite:
|
| 69 |
+
|
| 70 |
+
```
|
| 71 |
+
@software{symbiont_ai_agents,
|
| 72 |
+
title = {Symbiont: A Secure, Policy-Gated AI-Agent Runtime and SLM Suite},
|
| 73 |
+
year = {2025},
|
| 74 |
+
url = {https://symbiont.dev},
|
| 75 |
+
author = {ThirdKey.ai}
|
| 76 |
+
}
|
| 77 |
+
```
|
| 78 |
+
|
| 79 |
+
---
|
| 80 |
+
|
| 81 |
+
> Questions or special licensing needs (enterprise/redistribution)? Reach out—happy to help you deploy models inside **policy-enforced, auditable** agent workflows.
|
| 82 |
+
|