Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,10 +1,61 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
| 1 |
+
# SmartTasks
|
| 2 |
+
|
| 3 |
+
**Local-first desktop automation, powered by governance-validated AI.**
|
| 4 |
+
|
| 5 |
+
SmartTasks builds tools that keep humans in command of their workflows β and of the
|
| 6 |
+
AI those workflows increasingly rely on. Two things live here, tied together by the
|
| 7 |
+
models we publish on this page.
|
| 8 |
+
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
## π₯οΈ SmartTasks β Desktop Automation Platform
|
| 12 |
+
|
| 13 |
+
A no-code, **local-first** automation platform. Build powerful workflows with a
|
| 14 |
+
visual drag-and-drop builder, connect any desktop app, and run everything natively
|
| 15 |
+
on your own machine β full data privacy, no cloud upload required for execution.
|
| 16 |
+
|
| 17 |
+
- **Visual drag-and-drop builder** β triggers, actions, conditions, loops, sub-flows. No code.
|
| 18 |
+
- **14 core plugins + Marketplace** β AI Tools, Data Storage, Scheduler, HTTP, Email, Webhook, and more.
|
| 19 |
+
- **Local & secure execution** β runs natively on Windows, macOS, and Linux; your data stays yours.
|
| 20 |
+
- **AI-powered nodes** β content generation, data analysis, and decision-making inside your flows.
|
| 21 |
+
- **Advanced scheduling** β cron, webhooks, file/app events, running 24/7.
|
| 22 |
+
|
| 23 |
+
β [smarttasks.cloud](https://smarttasks.cloud)
|
| 24 |
+
|
| 25 |
+
---
|
| 26 |
+
|
| 27 |
+
## π‘οΈ IAIso β The Governance Framework
|
| 28 |
+
|
| 29 |
+
As automation platforms hand more decisions to autonomous AI, **IAIso** provides the
|
| 30 |
+
mechanical constraints that keep humans in command: hard-coded **system invariants**
|
| 31 |
+
AI cannot cross, and **human override** built into the decision circuit. It's the
|
| 32 |
+
governance layer behind everything we ship.
|
| 33 |
+
|
| 34 |
+
β [IAIso.org](https://iaiso.org) Β· [github.com/SmartTasksOrg/IAISO](https://github.com/SmartTasksOrg/IAISO)
|
| 35 |
+
|
| 36 |
---
|
| 37 |
+
|
| 38 |
+
## π€ The Models on This Page
|
| 39 |
+
|
| 40 |
+
The GGUF models we publish here are the bridge between the two: **local AI, validated
|
| 41 |
+
against IAIso invariants**, ready to power SmartTasks automation privately and
|
| 42 |
+
on-device. Unlike a bare quantized re-upload, each ships with a documented,
|
| 43 |
+
machine-readable governance profile so you can decide whether a model is fit for an
|
| 44 |
+
autonomous loop *before* you wire it in:
|
| 45 |
+
|
| 46 |
+
- **Capability scorecard** β instruction-following, reasoning, structured output, and tool-calling, mapped to a capability tier (`scorecard.json`, machine-readable).
|
| 47 |
+
- **Red-team security assessment** β resistance to prompt-injection and jailbreak probes, reported honestly per attack class (weak spots included, not hidden).
|
| 48 |
+
- **Transparency probe** β tests for topic-suppression and viewpoint-alignment and reports findings verbatim. It *discriminates* β surfacing state-aligned framing in some models while clearing others as neutral.
|
| 49 |
+
- **File integrity** β SHA-256 for every quant, so you verify the exact weights you run.
|
| 50 |
+
|
| 51 |
+
| Model | Type | Notes |
|
| 52 |
+
| --- | --- | --- |
|
| 53 |
+
| **Qwen3-Coder-30B-A3B-Instruct-GGUF** | MoE coder | Apache-2.0; agentic coding |
|
| 54 |
+
| **Phi-mini-MoE-instruct-GGUF** | MoE | MIT; clean transparency |
|
| 55 |
+
| **Qwen3-4B-GGUF** | Dense reasoning | Apache-2.0; L5 agentic |
|
| 56 |
+
|
| 57 |
+
More in the pipeline β text LLMs, MoE, and RAG components (embeddings + rerankers), each with the same governance treatment.
|
| 58 |
+
|
| 59 |
---
|
| 60 |
|
| 61 |
+
*Local-first automation, human-in-command governance, and AI you can actually audit. Model cards are self-assessments documenting their own methodology and limitations.*
|