Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:42:59 +08:00
commit 60e422fda5
6 changed files with 1346 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"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.",
"version": "1.0.0",
"author": {
"name": "Vlad Goncharov",
"email": "vlad.goncharov@neolab.finance"
},
"commands": [
"./commands"
]
}