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