Linc Agents Map¶
Overview¶
Visual map and relationships of all BrainSAIT Linc agents across domains.
Agent Hierarchy¶
graph TB
ML[MasterLinc<br/>Orchestration]
subgraph "Healthcare"
CL[ClaimLinc]
PL[PolicyLinc]
DL[DocsLinc]
RL[RadioLinc]
VC[Voice2Care]
end
subgraph "Technical"
DVL[DevLinc]
DTL[DataLinc]
SU[SecUnit]
end
ML --> CL
ML --> PL
ML --> DL
ML --> RL
ML --> VC
ML --> DVL
ML --> DTL
ML --> SU Agent Profiles¶
| Agent | Domain | Primary Function |
|---|---|---|
| MasterLinc | Core | Orchestration & coordination |
| ClaimLinc | Healthcare | Claims intelligence |
| PolicyLinc | Healthcare | Policy compliance |
| DocsLinc | Healthcare | Document processing |
| RadioLinc | Healthcare | Imaging analysis |
| Voice2Care | Healthcare | Patient interaction |
| DevLinc | Tech | Development automation |
| DataLinc | Tech | Data pipelines |
| SecUnit | Tech | Security operations |
Inter-Agent Communication¶
ClaimLinc ↔ PolicyLinc¶
- Coverage validation
- Rule matching
ClaimLinc ↔ DocsLinc¶
- Clinical documentation
- Code extraction
DataLinc ↔ All Agents¶
- Data distribution
- Quality assurance
SecUnit ↔ All Agents¶
- Access control
- Audit logging
Related Documents¶
Last updated: January 2025