Salesforce
Enterprise General Intelligence · Agentforce
This page shows every pattern that Salesforce has published or written about — 4 in total. Each one includes a simple picture of how it works, a short explanation, an example of when to use it, and its trade-offs (the good parts and the not-so-good parts).
Reading patterns from one source at a time matters because it lets you see how a single company or team thinks about building AI agents, and compare their ideas side by side. If a pattern here also appears in the bigger Deep Catalogue, you will see a link so you can read the full, detailed version.

2C.01Supervisor Agent (hierarchical)
Salesforce's supervisor pattern: a root agent owns the goal and delegates to specialist agents per topic.
See 1B.08
2C.02Skill-Based Routing
Agentforce routes requests based on declared skill metadata — agents advertise capabilities; router picks the best match.
2C.03Topic Classifier Agent
First-stage lightweight agent classifies the user topic and dispatches to the topic-specific agent.
See 1A.03, 1B.07
2C.04Agent-as-Tool
Specialised agents exposed behind a tool interface so callers compose them without knowing they are agents.
Cross-ref: Deep Catalogue A2A-ACT-01