Skip to content
View eddiedunn's full-sized avatar

Block or report eddiedunn

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. claude-code-agent claude-code-agent Public

    Autonomous AI coding agent built on the Claude Agent SDK. Runs fix-verify loops, decomposes tasks into a DAG, executes them in parallel Git worktrees, and merges results — hands-free. Powered by Cl…

    HTML

  2. diarized_transcriber diarized_transcriber Public

    Python library and FastAPI service for audio/video transcription with speaker diarization. Uses WhisperX (faster-whisper) for STT, pyannote.audio for speaker detection, and WeSpeaker embeddings for…

    Python

  3. intelligent_inference_router intelligent_inference_router Public

    Smart LLM routing layer — classifies prompts and routes to the optimal model (Ollama, OpenAI, Anthropic, Groq) via Bifrost gateway. Cost-optimized, quality-first, and local-only strategies.

    Python

  4. claw-deploy claw-deploy Public

    Rootless Podman deployment for OpenClaw, PicoClaw, and Gclaw AI agent platforms with Telegram integration, systemd quadlets, and multi-instance support.

    Shell

  5. curator curator Public

    Content acquisition and ingestion service for YouTube, RSS, and podcasts. FastAPI + SQLite with background subscription monitoring, text chunking, and integration with Engram (semantic search) and …

    Python

  6. engram engram Public

    Knowledge corpus service with vector search — FastAPI + PostgreSQL + pgvector for GPU-accelerated semantic search and AI long-term memory. Uses BAAI/bge-large-en-v1.5 embeddings (1024-dim), hybrid …

    Python