Skip to content
View blazejp83's full-sized avatar

Block or report blazejp83

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.

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

Błażej Porwoł

Solutions architect and developer in Warsaw. Eighteen years building business-critical systems for banks, EU agencies and enterprise clients - now working mostly in Python on retrieval, LLM tooling and system integration.

Founder of RisiTech, an independent studio for system integration, business process automation and AI solutions.


A RAG stack, built in the open

Three tools that compose into one pipeline - ingestion, retrieval, reasoning.

Project
textractor Structure-aware markdown extraction from PDF, DOCX, PPTX, HTML and EPUB. Chunks on heading boundaries instead of splitting mid-paragraph, with optional OCR and image captioning.
hygrep Self-hosted semantic code search. Vector similarity over LanceDB combined with SQLite FTS5 full-text, so exact-symbol and conceptual queries work from one interface. FastAPI service plus CLI.
deep-research-agent Multi-agent research pipeline: a supervisor dispatches parallel researchers, then draft → critique → revise until quality converges. LangGraph and FastAPI with a Go CLI client. Built on top of Fareed Khan's original notebook.

Agent infrastructure

Project
mcp-relay Routing proxy that puts many Model Context Protocol servers behind a single endpoint, so a client reasons over a manageable tool surface.
MUMA-Mem Layered memory for multi-agent systems - ACT-R activation scoring, Ebbinghaus decay, Zettelkasten-style linking, and nightly consolidation from episodes into durable knowledge.
soulgen Visual wizard for designing agent personalities, generating the identity files an agent runs on. Live demo

Also

  • reddit-research - question answering with Reddit discussions as evidence; ships an MCP server
  • dict-ai - Windows voice dictation on .NET 8, hybrid Whisper transcription with provider fallback
  • proscraper - SerpAPI-backed scraping CLI with SQLite persistence and batch mode

Working with

Python FastAPI LangGraph MCP LanceDB SQLite FTS5 Docker Linux

C# .NET ASP.NET MVC MS SQL SharePoint Azure PowerShell

TypeScript React Vue Next.js


Warsaw, Poland · remote-first · open to contract and permanent work

risitech.pl · LinkedIn · blazej.porwol@gmail.com

Pinned Loading

  1. hygrep hygrep Public

    Self-hosted semantic code search engine

    Python 4 1

  2. MUMA-Mem MUMA-Mem Public

    Multi-user multi-agent memory system for OpenClaw. Replaces the default file-backed memory with an intelligent, layered architecture featuring ACT-R activation scoring, Ebbinghaus forgetting curves…

    TypeScript 3

  3. deep-research-agent deep-research-agent Public

    Deep research agent producing citation-backed reports through iterative multi-agent refinement: clarify, draft, research, critique, revise until quality converges. LangGraph + FastAPI, with a Go CL…

    Python

  4. textractor textractor Public

    Structure-aware markdown extraction from PDF, DOCX, PPTX, HTML and EPUB for LLM consumption. Heading-aware chunking that never splits mid-paragraph, plus optional OCR and image captioning.

    Python