II.
LibraryProcess overview
Reference · livelib-process:ai-agents-conversational--system-prompt-guardrails
system-prompt-guardrails overview
System Prompt Design and Guardrails - Process for crafting effective system prompts with role definition, task boundaries, safety guidelines, and guardrails to prevent prompt injection and ensure aligned behavior.
Attributes
displayName
system-prompt-guardrails
description
System Prompt Design and Guardrails - Process for crafting effective system prompts with role definition,
task boundaries, safety guidelines, and guardrails to prevent prompt injection and ensure aligned behavior.
libraryPath
library/specializations/ai-agents-conversational/system-prompt-guardrails.js
specialization
ai-agents-conversational
references
- - Guardrails AI: https://docs.guardrailsai.com/ - NeMo Guardrails: https://docs.nvidia.com/nemo/guardrails/ - Constitutional AI: https://arxiv.org/abs/2212.08073
example
const result = await orchestrate('specializations/ai-agents-conversational/system-prompt-guardrails', {
agentName: 'customer-service-agent',
role: 'helpful customer service representative',
boundaries: ['no-financial-advice', 'no-medical-advice', 'no-personal-opinions'],
safetyLevel: 'high'
});
usesAgents
- system-prompt-engineer
- boundary-designer
- safety-designer
- security-developer
- validation-developer
- prompt-assembler
Outgoing edges
lib_applies_to_domain1
- domain:software-engineering·DomainSoftware Engineering
lib_belongs_to_specialization1
- specialization:ai-agents-conversational·Specialization
lib_implements_workflow1
- workflow:agent-evaluation-cycle·WorkflowAgent Evaluation Cycle
uses_agent1
- lib-agent:ai-agents-conversational--system-prompt-engineer·LibraryAgentsystem-prompt-engineer
Incoming edges
None.