FAI Specialties
12 advanced capabilities declared at the protocol level β things no competitor offers as a standard.
The 12 Specialties
| # | Specialty | Priority | What It Does |
|---|---|---|---|
| S-1 | π§ FAI Memory | P1 | Protocol-level memory |
| S-2 | π FAI Context | P0 | Protocol-level context |
| S-3 | π FAI Sessions | P1 | Protocol-level sessions |
| S-4 | π€ FAI Reasoning | P0 | Protocol-level reasoning |
| S-5 | π FAI Planning | P2 | Protocol-level planning |
| S-6 | π€ FAI Human-in-the-Loop | P1 | Protocol-level human-in-the-loop |
| S-7 | π FAI Replay | P2 | Protocol-level replay |
| S-8 | π FAI Knowledge Graphs | P2 | Protocol-level knowledge graphs |
| S-9 | π» FAI Agentic Coding | P3 | Protocol-level agentic coding |
| S-10 | π€ FAI Voice | P3 | Protocol-level voice |
| S-11 | π FAI Trust | P1 | Protocol-level trust |
| S-12 | π FAI Federation | P0 | Protocol-level federation |
How Specialties Work
Specialties extend fai-manifest.json with new top-level sections. Each is optional β only configure what you need.
{
"play": "01-enterprise-rag",
"version": "2.0.0",
"reasoning": { "strategy": "deterministic", "temperature": 0 },
"memory": { "tiers": { "working": { "ttl": "15m" } } },
"humanInTheLoop": { "gates": [{ "stage": "pre-deploy" }] }
}Last updated on