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