Skip to content
View bulletinmybeard's full-sized avatar
🤘
🤘

Block or report bulletinmybeard

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
bulletinmybeard/README.md

Hey there! I'm Robin

I'm a full-stack developer who likes building things that actually work. Most of my time goes into Python, frontend frameworks, and infrastructure, with a recent focus on figuring out how to make AI do useful stuff instead of just party tricks.

What I'm Working On

A mix of customer-facing web apps, internal tools, and infrastructure work — React frontends, Django and FastAPI backends, Salesforce automation (Apex, LWC, Flow), NetBox plugins, and Kubernetes deployments. Outside of that, I tinker with AI tools like OpenAI, Claude, Ollama, and local models, mostly to scratch my own itch for better automation and smoother workflows.

Open-Source Projects

A few things I've built and maintain:

  • AgentForge: Self-hosted AI agent and RAG platform for testing apps against LLM backends
  • Felix: Autonomous diagnose → fix → verify CLI agent for ops problems, built on AgentForge
  • AskPage: Chrome extension to ask an LLM about any web page, powered by AgentForge
  • ChalkBox: A batteries-included CLI UI kit on top of Rich
  • SpotiSync: Smart syncing for Spotify playlists
  • price-scout: Privacy-first local price tracker for major supermarkets
  • depchk: Dependency analysis tool for Poetry projects

Technical Stack

Languages: Python, JavaScript, TypeScript, Apex, SOQL, Bash, Lua Frontend: React, Redux, Vue.js, Lightning Web Components Backend: Django, Django REST Framework, FastAPI, Node.js, Salesforce Infrastructure: Docker, Kubernetes, Ansible, Terraform, GitLab CI/CD, NGINX/OpenResty Data: PostgreSQL, MySQL, Redis, Elasticsearch AI/LLM: OpenAI API, Claude, Ollama, LangChain, local models (Llama, Mistral)

Find me on:Tinkering ShelfPyPIDocker Hub

Pinned Loading

  1. agent-forgeagent-forgePublic

    Self-hosted AI agent and RAG platform. Index your code, docs, and data into Qdrant and answer over them, run a tool-calling agent, and drive multi-step pipelines across pluggable LLM backends. Runs…

    Python

  2. agent-forge-webuiagent-forge-webuiPublic

    React SPA front-end for AgentForge. Streams the agent's think/act/observe loop, with every mode, tool call, and connector in one chat UI.

    JavaScript

  3. agent-forge-felixagent-forge-felixPublic

    Autonomous diagnose → fix → verify CLI agent for operational problems (Docker, disk, HTTP), built on AgentForge.

    Python

  4. agent-forge-ask-pageagent-forge-ask-pagePublic

    Chrome side-panel extension — pick any element or scan the whole page, then ask an LLM to extract, summarise, list, translate, or audit it, with real tool calls (web fetch, file download). Built on…

    TypeScript

  5. chalkboxchalkboxPublic

    A batteries-included CLI UI kit on top of Rich

    Python

  6. voice-memo-exportvoice-memo-exportPublic

    Export Apple Voice Memos on macOS. Back up all memos at once with preserved timestamps and flexible Jinja2-based filename formatting

    Python 2