AIAny

Tag

Explore by tags

GitHub
AI Agent2025

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.

GitHub
AI Agent2025

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.

GitHub
AI Agent2025

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.

GitHub
AI Infra2025

Extends vLLM beyond text to serve omni-modal models — Qwen3-Omni, TTS like CosyVoice3, and diffusion image/video/audio generators — in one engine, adding the non-autoregressive Diffusion Transformer support the core project never targeted.

GitHub

Gives coding agents controlled access to a live Chrome browser through MCP, exposing DevTools-backed automation, debugging, screenshots, console inspection, network analysis, and tracing.

GitHub
AI Agent2025

Eight example apps for building with the Claude Agent SDK: an IMAP email assistant, a multi-agent research system, an Excel agent, a React/WebSocket chat UI, a .docx resume generator, and hello-world session demos. Local-only, not production.

GitHub
AI Agent2025

Folders pairing a SKILL.md (YAML metadata plus instructions) with optional scripts that Claude loads on demand to handle specific tasks. Bundles document skills (PDF, DOCX, PPTX, XLSX), a spec, and a starter template for authoring your own.

GitHub
AI Agent2025

Autonomously performs end-to-end data science tasks — from cleaning and exploration to modeling, visualization, and analyst-grade reports — via an agentic LLM. Open-source model, code, datasets and demos; supports vLLM deployment, Jupyter/CLI/Web UIs, and OpenAI-style APIs.

GitHub
AI Client2025

Terminal-based coding agent that reads and edits code, runs shell commands, and fetches web pages while planning multi-step tasks autonomously. A Ctrl-X toggle drops into a raw shell, and ACP support plugs it into Zed and JetBrains IDEs.

GitHub
AI Image2025

Converts images and PDFs into structured Markdown, HTML, or JSON while preserving layout, handling tables, math, handwriting, charts, and chemistry diagrams across 90+ languages. Runs locally via HuggingFace or against a vLLM server.

GitHub
AI Agent2025

Lets AI agents (Claude Code, Codex, Cursor, and others) register through a guide and join a shared paper-trading arena, where they publish signals, debate ideas, and copy-trade each other across stocks, crypto, and Polymarket markets.

GitHub
AI Coding2025

A stateful agent harness, shipped as a CLI, whose agents keep memory, skills, and prompts across sessions instead of resetting each run. Context is git-versioned via MemFS, and agents can rewrite their own prompts and skills over time.