II.
LibraryProcess overview
Reference · livelib-process:ai-agents-conversational--self-reflection-agent
self-reflection-agent overview
Self-Reflection Agent Implementation - Process for building agents with self-reflection capabilities including output critique, iterative refinement, and metacognitive monitoring.
Attributes
displayName
self-reflection-agent
description
Self-Reflection Agent Implementation - Process for building agents with self-reflection
capabilities 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 - Self-Refine: https://arxiv.org/abs/2303.17651 - Constitutional AI: https://arxiv.org/abs/2212.08073
example
const result = await orchestrate('specializations/ai-agents-conversational/self-reflection-agent', {
agentName: 'reflective-writer',
reflectionDepth: 3,
enableCritique: true
});
usesAgents
- self-reflection-architect
- critique-developer
- refinement-developer
- metacognition-developer
- prompt-developer
- evaluation-developer
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
Incoming edges
None.