II.
LibraryProcess JSON
Structured · livelib-process:ai-agents-conversational--self-reflection-agent
self-reflection-agent json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "lib-process:ai-agents-conversational--self-reflection-agent",
"_kind": "LibraryProcess",
"_file": "generated-library/processes.yaml",
"_cluster": "generated-library",
"attributes": {
"displayName": "self-reflection-agent",
"description": "Self-Reflection Agent Implementation - Process for building agents with self-reflection\ncapabilities including output critique, iterative refinement, and metacognitive monitoring.",
"libraryPath": "library/specializations/ai-agents-conversational/self-reflection-agent.js",
"specialization": "ai-agents-conversational",
"references": [
"- Reflexion: https://arxiv.org/abs/2303.11366\n- Self-Refine: https://arxiv.org/abs/2303.17651\n- Constitutional AI: https://arxiv.org/abs/2212.08073"
],
"example": "const result = await orchestrate('specializations/ai-agents-conversational/self-reflection-agent', {\n agentName: 'reflective-writer',\n reflectionDepth: 3,\n enableCritique: true\n});",
"usesAgents": [
"self-reflection-architect",
"critique-developer",
"refinement-developer",
"metacognition-developer",
"prompt-developer",
"evaluation-developer"
]
},
"outgoingEdges": [
{
"from": "lib-process:ai-agents-conversational--self-reflection-agent",
"to": "domain:software-engineering",
"kind": "lib_applies_to_domain",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:ai-agents-conversational--self-reflection-agent",
"to": "workflow:agent-evaluation-cycle",
"kind": "lib_implements_workflow",
"attributes": {
"weight": 1
}
},
{
"from": "lib-process:ai-agents-conversational--self-reflection-agent",
"to": "specialization:ai-agents-conversational",
"kind": "lib_belongs_to_specialization",
"attributes": {
"weight": 0.9
}
}
],
"incomingEdges": []
}