Baldur is a Python framework that captures failed function calls when dependencies go down and automatically replays them upon recovery, using decorators to add circuit breakers, retry logic, and dead-letter queue functionality with built-in web console, metrics, and adapters for Django, FastAPI, Flask, and Celery.
FastAPI-Crons is a Python library that enables cron job scheduling directly within FastAPI applications using decorators, eliminating the need for separate worker processes. It supports async/sync functions, retries, timeouts, distributed locking, and persistent state management via multiple backends.
Weftgate is a local CLI tool that verifies code connections written by AI agents, catching errors like typos in environment variables, missing imports, and broken route handlers before deployment. It runs offline without API keys or runtime dependencies and integrates with agents, GitHub Actions, and MCP servers.
A FastAPI service that analyzes League of Legends in-game screenshots and voice questions to provide audio coaching advice. It uses configurable LLM providers (Gemini or Grok), OpenAI Whisper for transcription, and OpenAI TTS for speech synthesis.