initial commit
All checks were successful
Markdown Embedder / agent-embed-markdown (push) Successful in 47s

This commit is contained in:
2026-01-10 04:51:34 +00:00
commit 864958ee45
15 changed files with 33705 additions and 0 deletions

23
.github/workflows/agent-issue.yml vendored Normal file
View File

@@ -0,0 +1,23 @@
jobs:
agent-embed-issue:
if: contains(github.event.comment.body, 'solution:')
permissions:
contents: read
issues: read
runs-on:
- ubuntu-latest
steps:
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
name: Send task to embedding agent
uses: https://git.yusufali.ca/actions/embed-issues@main
with:
api_token: ${{ secrets.AGENT_TOKEN }}
api_url: ${{ secrets.AGENT_API_URL }}
debug: false
name: Send Tasks to Agent
'on':
issue_comment:
types:
- created
- edited