netra-integration-patterns
Installation
SKILL.md
Netra Integration Patterns
Use this skill to choose a practical integration pattern and implement it with low-risk defaults.
Supported Scenarios
- RAG pipelines with vector DB + LLM instrumentation.
- FastAPI request handlers with context and guardrails.
- Multi-agent orchestration with workflow/agent decorators.
- Batch processing with per-item custom spans.
- Streaming responses with active span lifecycle through iteration.
Procedure
- Choose the closest scenario pattern.
- Initialize Netra once at startup with required instruments.
- Apply decorators to workflow boundaries.
- Add request context and security pipeline where needed.
- Add custom spans only for external boundaries not already covered.
- Validate traces for hierarchy and error visibility.