COMPLETE WORKFLOWS. REAL IMPLEMENTATION PATTERNS.
See how the pieces
become an application.
Follow a business task from its first event to its finished work. Build the agents, connect their tools, manage their state, and understand the decisions along the way.
Choose a workflow to build
These deep dives are based on application source code. Names and identifiers are generalized, and the examples concentrate on FabrCore processing. Bring your own client interface and business integrations.
01 · Accounts payable operationsFrom email to reviewed payables
Follow an invoice from email capture through a FabrCore extraction agent, human accounting review, and submission of a versioned payable package.
Build this workflow →
02 · Freight operationsFrom email to reviewed shipment orders
Follow an incremental build from a durable order record to a FabrCore agent that reads shipment instructions, resolves business identifiers, validates its work, supports dispatcher corrections, and records downstream submission results.
Build this workflow →
03 · Voice customer service and pickup orderingFrom a phone call to a confirmed pickup order
Follow an incremental build from a tenant-owned phone registration to a conversational pickup-ordering agent, streamed speech, trusted pricing tools, explicit caller confirmation, and two distinct recovery models.
Build this workflow →
04 · Managed technical servicesFrom email to a ticket with reviewed diagnostics
Build an agent-assisted service workflow around durable tickets: provision a ticket agent, preserve the original intake, delegate bounded investigations, record useful findings, and deliver later checks to the technician.
Build this workflow →
05 · Professional case and document managementFrom matter records to reviewed documents
Build focused FabrCore agents that read current communications and search scoped document knowledge, then add structured review to help a worker finish a generated document.
Build this workflow →Three ways to learn
Documentation explains individual features. The guided tour introduces them progressively in one learning app. Application deep dives follow an entire business workflow and explain why each feature belongs there.
Start with the host setup if you are new to FabrCore. Each story identifies its source-generation assumptions and separates implemented behavior from suggested production improvements. Code excerpts are teaching adaptations with application-specific dependencies, not complete downloadable applications.