You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple conversational assistant for canceling a gym membership. Built from a FigJam conversation flow with simple routing, keyword extraction, and fallback handling.
A LangGraph rewrite of the dialogue-decision layer from a production voice assistant — with runnable experiments measuring where the framework does NOT help. Runs fully offline.
A lightweight, low-latency proxy router for local LLM development. Routes requests to the best model for each task across multiple local backends with a unified OpenAI-compatible API. Features intent-based routing, memory-aware model management, streaming passthrough, and a hexagonal architecture ready for additional providers.
framework engineering guides on agent runtimes, self-custody, and local-first systems — each with the problem, the design decisions, and a demo you can run.