Skip to Content
SpecialtiesFAI Specialties

FAI Specialties

12 advanced capabilities declared at the protocol level โ€” things no competitor offers as a standard.

The 12 Specialties

#SpecialtyPriorityWhat It Does
S-1๐Ÿง  FAI MemoryP1Protocol-level memory
S-2๐Ÿ”— FAI ContextP0Protocol-level context
S-3๐Ÿ”„ FAI SessionsP1Protocol-level sessions
S-4๐Ÿค” FAI ReasoningP0Protocol-level reasoning
S-5๐Ÿ“‹ FAI PlanningP2Protocol-level planning
S-6๐Ÿ‘ค FAI Human-in-the-LoopP1Protocol-level human-in-the-loop
S-7๐Ÿ” FAI ReplayP2Protocol-level replay
S-8๐Ÿ“Š FAI Knowledge GraphsP2Protocol-level knowledge graphs
S-9๐Ÿ’ป FAI Agentic CodingP3Protocol-level agentic coding
S-10๐ŸŽค FAI VoiceP3Protocol-level voice
S-11๐Ÿ” FAI TrustP1Protocol-level trust
S-12๐ŸŒ FAI FederationP0Protocol-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