Skip to content
View realraelrr's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report realraelrr

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

realraelrr - agentic tools and runtime automation

Rael Β· realraelrr

INTP. Camus & Foucault enjoyer. AI native coding, agent infrastructure, and harness engineering β€” the scaffolding that keeps agents useful after the demo ends.

Preferred harness: Codex. Occasional companion: Hermes agent.


What I'm Building

Every project here answers the same question: what breaks when you try to run agents for real?

Document Ingestion β€” agents can't read PDFs without hallucinating

  • docling-skill β€” Manifest-based quality gating so the agent knows what's actually ready before it starts guessing. 4 releases, multi-OCR backends, Claude Code + Codex.

Agent Output β€” agents produce Markdown, humans need something readable

  • md-for-human β€” Deterministic renderer: Markdown in, navigable HTML site out. The source stays clean, the artifact is disposable. Has a --verify flag and it's not afraid to use it.

Digital Worker Runtime β€” agents as operating roles, not chatbots

  • knot-agent + knot-skills β€” Local-first runtime scaffolding for enterprise digital workers: workspace, knowledge, permissions, skills, deliverables, and multi-user IM workflows. Knot asks what an agent needs before it can act like a durable employee inside a company.

Infrastructure β€” agents that don't crash, because I taught them not to


The goal is not to make agents look magical. The goal is to make them useful, inspectable, and boring enough to trust.

"Simple enough to work, complex enough to be interesting."

Pinned Loading

  1. docling-skill docling-skill Public

    Agent-first document ingestion layer on Docling with Markdown, image sidecars, manifests, OCR, and quality gating.

    Python 1

  2. md-for-human md-for-human Public

    Render agent-authored Markdown into navigable static HTML sites with verification and handoff manifests.

    Python 1