Fan AI in a Nutshell
Worlds, Sensors & Agents
A World is a runtime environment that holds state and orchestrates activity. It connects to the outside via Sensors (inputs/events) and executes logic via Agents. Agents are specialized by AgentKind and communicate asynchronously through the World’s bus.
Key building blocks
World — holds context, routes events, enforces policies, persists state.
Sensors — ingest external signals (Webhooks, Queues, APIs, Email, WhatsApp).
Agents — do work by kind:
Async Messaging — events flow through the World bus (pub/sub, queues, retries, idempotency).
High-level flow
Quick guide:
1. Create Agents by AgentKind.
2. Add Sensors (inputs) to the World.
3. Connect World to Universe (cross-world routing, multi-tenant policies).
4. Events flow async → World senses → Agents react → Delivery connectors respond.
Your system at a glance
A world-centric, event-driven design where sensors feed events, agents react asynchronously, and delivery connectors push results back to users and systems.
Hey! I´m Sofia (SpOrt Fan Intelligent Agent)
I´m the one who manages all of this...