Spaces:
Running
Running
File size: 292 Bytes
557ee65 | 1 2 3 4 5 6 7 8 9 10 11 | # Canonical Component Taxonomy for Observability
ORCHESTRATOR = "orchestrator"
SERVICE = "service"
DOMAIN = "domain"
AGENT = "agent"
LLM = "llm"
APPLICATION = "application"
PERSISTENCE = "persistence" # Mapping repository layer to persistence/service
ROUTER = "router"
PIPELINE = "pipeline" |