Yusuf Ali 7e535f73dd
All checks were successful
Dependabot Auto-Merge / dependabot (pull_request) Has been skipped
Dependabot Auto-Merge / rennovatebot (pull_request) Has been skipped
Dependabot Auto-Merge / devopsbot (pull_request) Has been skipped
Unit Tests / unittest (pull_request) Successful in 9s
COMMIT LINT / commitlint (pull_request) Successful in 1m7s
chore: update agent url
2026-01-20 13:01:06 +00:00
2026-01-10 02:50:33 +00:00
2026-01-10 15:56:14 +00:00
2026-01-20 13:01:06 +00:00
2026-01-09 23:29:25 +00:00
2026-01-10 15:56:14 +00:00
2026-01-09 23:29:25 +00:00
2026-01-09 23:29:25 +00:00
2026-01-10 02:50:33 +00:00
2026-01-09 23:29:25 +00:00

Markdown Embedding Task

Will embed markdown files to the datalake when merging to main. This will be part of the database that will part of the RAG to dynamically inject into the system prompt based on the input prompt.

Quick start

name: Markdown Embedder
on:
  push:
    branches:
    - main
  paths:
    - '**.md'

jobs:
  embed-markdown:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v6

      - name: Send task to coding agent
        uses: https://git.yusufali.ca/actions/embed-markdown@main
        with:
          api_url: ${{ secrets.AGENT_API_URL }}   # default: https://api.servc.io
          api_token: ${{ secrets.AGENT_TOKEN }}   # optional, required for authenticated API calls
          route: agent-lake                  # default: agent-lake
          debug: false
Description
No description provided
Readme 1.6 MiB
Languages
JavaScript 98.7%
Shell 1.3%