Skip to content
View andrepontesmelo's full-sized avatar
  • Universidade Federal de Minas Gerais
  • Vancouver, Canada

Block or report andrepontesmelo

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
andrepontesmelo/README.md

Software Engineer — Applied AI & LLM Infrastructure. 14 years of production systems (ex-AWS S3), building agent tooling in public: the DSH plugin suite, model routing, autonomous orchestration. Insurance software background (Segfy, Cotak). One rule underneath everything: the shortest working diff wins.

The suite

One command installs it all:

dsh plugin --profile <profile> add github:andrepontesmelo/dsh-suite

That single command installs the bundle, pulls both plugin dependencies (@andrepontesmelo/dsh-model-router, deep-horizon), and points DSH skill discovery at the nine bundled skills.

Repo Type What it does
dsh-suite bundle The entrypoint: 9 agent skills + 2 plugins, installable in one command
dsh-model-router plugin Virtual model ids routed over real provider/model candidates — priority failover with exponential backoff, round-robin rotation, sleep windows
deep-horizon plugin + CLI Keeps a project's aim — one about line, up to 5 gaps — in front of every agent session, via per-harness adapters over one shared .horizon store
dsh-wayfinder-ui plugin Spawns one live session per ready Wayfinder task and renders the dependency map in the DSH chat GUI
archloop standalone Overnight architecture-improvement loop driver — auto-scan + refactor cycle for git repos
hkrc standalone Hermes Kanban Recovery Controller — portable, instance-scoped blocker recovery

Also public, kept out of the bundle: moving-target (plugin, deprecated — superseded by deep-horizon), and two forks carrying local features — dsh-telegram-channel (Telegram mobile remote: /new, gesture passthrough) and deepseek-harness-mobile (Android companion). Legacy: publications (2016, archived).

How I work

I design agent orchestration and self-improvement loops that keep code clean, scalable, and maintainable in the AI era — context and memory management, multi-agent workflows, intelligent model routing — built and tested in public here, and run daily in my own workspace.

Pinned Loading

  1. archloop archloop Public

    Deterministic bash state-machine driver for unattended overnight AI refactoring: scan -> implement -> gate -> merge -> push, one model session per stage, verdict files as the only model output cont…

    Shell

  2. deep-horizon deep-horizon Public

    Deep Horizon is a set an AI plugin for injecting long term goals

    JavaScript

  3. deepseek-harness-mobile deepseek-harness-mobile Public

    Forked from sorsama/deepseek-harness-mobile

    Android companion for DeepSeek Harness | chat, goals, approvals & notifications from your phone, over your LAN. Kotlin + Jetpack Compose.

    Kotlin

  4. dsh-model-router dsh-model-router Public

    DSH plugin: virtual model ids backed by pluggable routing algorithms (priority, round-robin) over real provider candidates, with transparent failover.

    JavaScript

  5. dsh-suite dsh-suite Public

    The DSH productivity suite: plugins + agent skills for the DeepSeek Harness, installable in one command.

    JavaScript

  6. hkrc hkrc Public

    Hermes Kanban blocker recovery: deterministic one-shot discover/run, cron watchdogs, opt-in authenticated daemon

    Python