Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Reference Implementations

End-to-end full-stack solutions for specific FSI use cases. Each reference implementation is a complete, self-contained project with its own infrastructure, frontend, backend, and deployment pipeline.


Implementations

Implementation Domain Description
Trade Surveillance Capital Markets Real-time trade monitoring, pattern detection, and regulatory alerting
Intelligent Document Processing Operations Automated document ingestion, classification, extraction, and validation

How Reference Implementations Differ from FSI Foundry

Reference Implementations FSI Foundry
Scope Full-stack end-to-end solution Multi-agent backend POC
Infrastructure Self-contained per project Shared foundations across use cases
Frontend Included Testing dashboard only
Deployment Standalone Three shared patterns (EC2, SF, AgentCore)
Best for Deploying a complete solution Exploring agent patterns across domains

Contributing a Reference Implementation

Reference implementations are contributed by project owners and should include:

  1. Complete source code (frontend and backend)
  2. Infrastructure as Code
  3. Deployment scripts
  4. Documentation with architecture diagrams
  5. Sample data for demonstration

Place your project in its own directory under reference_implementations/ with a README.


Related

  • FSI Foundry — Multi-agent POC implementations on shared foundations
  • App Factory — Markdown blueprints for generating agentic applications
  • AVA Overview — Full project overview