Extensible AI coding-agent toolkit offering a terminal-first coding agent CLI, a unified multi-provider LLM API, TUI and web UI libraries, Slack integration, and vLLM pod support—built to prototype and run agent-driven developer workflows.
A TypeScript agent harness split into composable npm packages: a unified LLM API across OpenAI, Anthropic and Google, an agent runtime with tool calling and state, a self-extensible coding-agent CLI, and a differential-rendering terminal UI library.
Framework for building multi-modal AI agents that watch, listen, and reason over live video, pairing vision models (YOLO, Roboflow, Moondream) with LLMs like Gemini and OpenAI. Agents join calls in ~500ms and keep audio/video latency under 30ms.
Write repository automation as natural-language markdown that compiles into deterministic GitHub Actions workflows running AI agents. Agents run read-only by default and write only via sanitized safe-outputs. Works with Copilot, Claude, Codex, or Gemini.
Synthesizes up to 90 minutes of multi-speaker speech in one pass, with as many as four voices in a single conversation. Pairs continuous acoustic and semantic tokenizers at a 7.5 Hz frame rate with a next-token diffusion head on an LLM backbone.
A 1,000,000-sample Vietnamese historical conversation dataset in ShareGPT/ChatML format for question-answering and text-generation. Approximately 78% of samples include step-by-step reasoning chains; remaining samples are final-only. Useful for training or evaluating Vietnamese LLMs and chat agents.
Wraps Claude Code in a loop that re-runs it until a task is done, gating every exit behind two conditions — semantic completion plus an explicit EXIT_SIGNAL — so it never stops early. Adds rate limiting and a circuit breaker for unattended, headless runs.
A ~5,000-line Python LLM inference engine that re-implements SGLang's serving optimizations — radix KV-cache reuse, chunked prefill, overlap scheduling, tensor parallelism — as a fully type-annotated reference instead of a black box.
Provides a 10,000-hour Sichuanese (Chuan-Yu) speech corpus with rich annotations (timestamps, speaker age/gender/emotion, SNR, DNSMOS) and unified metadata for ASR and TTS research; includes metadata.jsonl, evaluation benchmarks, and an LLM-assisted transcription pipeline.
Teaches AI agent principles and practice through a structured Chinese curriculum, pairing theory with runnable code so learners can build, debug, and extend agent systems step by step.
Build and self-host production voice agents with a drag-and-drop workflow builder, real-time telephony integration, and pluggable LLM/STT/TTS backends. Docker-first with an optional managed cloud offering for teams that want faster onboarding.
Compares standard human psychometric questionnaires (PVQ, BFI) with generation‑based profiling to test whether questionnaires predict real LLM responses. Finds big divergences: questionnaires exploit lexical cues and elicit alignment‑consistent answers, mischaracterizing LLM behavior on everyday queries.