Files
42marketplaces/sync/gh-neolabhq-context-engineering-kit-plugins-reflexion.json
2025-11-30 09:08:53 +08:00

18 lines
617 B
JSON

{
"name": "reflexion",
"owner": {
"name": "Vlad Goncharov",
"email": "vlad.goncharov@neolab.finance"
},
"plugins": [
{
"name": "reflexion",
"description": "Collection of commands that force LLM to reflect on previous response and output. Based on papers like Self-Refine and Reflexion. These techniques improve the output of large language models by introducing feedback and refinement loops.",
"source": {
"source": "url",
"url": "https://git.waymay.us/zhongwei/gh-neolabhq-context-engineering-kit-plugins-reflexion.git"
},
"strict": true
}
]
}