eddiedunn - Overview

Pinned Loading

  1. 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…

    Python

  2. 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. 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. 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

  5. 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