Commit Graph

2 Commits

Author SHA1 Message Date
dreynow
93f2b4c052 fix: align agent template with contributing guidelines
- Add emoji prefixes to all section headers
- Rename sections to match required template structure
- Add Advanced Capabilities section (cross-framework federation,
  real-time+batch hybrid, multi-entity-type, shared agent memory)
- Move setup/deliverables into Technical Deliverables section
- Restructure workflow into numbered steps under Workflow Process
2026-03-09 12:53:45 +00:00
dreynow
29af62beab Add Identity Graph Operator agent + multi-agent shared identity workflow
New specialized agent: Identity Graph Operator - operates a shared identity
graph so multiple agents in a system all resolve to the same canonical entity.
Prevents duplicate records, conflicting actions, and cascading errors when
agents encounter the same real-world entity from different sources.

New example workflow: Multi-Agent Shared Identity - step-by-step walkthrough
of 3 agents (Support, Backend, Analytics) handling the same customer across
email, phone, and web channels with shared identity resolution.

Enhanced Agentic Identity & Trust Architect with a section showing how it
complements the Identity Graph Operator (agent identity vs entity identity).
2026-03-09 12:44:10 +00:00