File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -119,13 +119,16 @@ Real-world automation using LLMProc:
119
119
> - ` LLMPROC_WRITE_TOKEN ` : GitHub personal access token with write permissions (contents, pull-requests)
120
120
121
121
- ** ` @llmproc /resolve ` ** - Automatically resolve merge conflicts
122
- [ Workflow] ( .github/workflows/llmproc-resolve.yml ) | [ LLM Program (yaml)] ( .github/config/llmproc-resolve-claude.yaml )
122
+ [ Workflow] ( .github/workflows/llmproc-resolve.yml ) | [ LLM Program (yaml)] ( .github/config/llmproc-resolve-claude.yaml ) |
123
+ [ Example Usage] ( https://github.com/cccntu/llmproc/pull/7#issuecomment-2916710226 ) | [ Result PR] ( https://github.com/cccntu/llmproc/pull/8 )
123
124
124
125
- ** ` @llmproc /ask <question> ` ** - Answer questions on issues/PRs
125
- [ Workflow] ( .github/workflows/llmproc-ask.yml ) | [ LLM Program (yaml)] ( .github/config/llmproc-ask-claude.yaml )
126
+ [ Workflow] ( .github/workflows/llmproc-ask.yml ) | [ LLM Program (yaml)] ( .github/config/llmproc-ask-claude.yaml ) |
127
+ [ Example Usage] ( https://github.com/cccntu/llmproc/issues/5#issuecomment-2916673202 )
126
128
127
129
- ** ` @llmproc /code <request> ` ** - Implement features from comments
128
- [ Workflow] ( .github/workflows/llmproc-code.yml ) | [ LLM Program (yaml)] ( .github/config/llmproc-code-claude.yaml )
130
+ [ Workflow] ( .github/workflows/llmproc-code.yml ) | [ LLM Program (yaml)] ( .github/config/llmproc-code-claude.yaml ) |
131
+ [ Example Usage] ( https://github.com/cccntu/llmproc/issues/4#issuecomment-2916695626 ) | [ Result PR] ( https://github.com/cccntu/llmproc/pull/6 )
129
132
130
133
### In Development
131
134
- ** OpenAI/Gemini models** - Basic support, tool calling not yet implemented
You can’t perform that action at this time.
0 commit comments