AIAny

Tag

Explore by tags

GitHub
AI Client2026

Connects an OpenClaw agent to WeChat, Feishu, Slack and Discord via a desktop GUI — local-first data path, support for bring-your-own API keys and OAuth model logins so your Agent is reachable on IM channels 24/7.

GitHub

Provides persistent, searchable memory for coding agents (Claude Code, Cursor, Gemini CLI, etc.), automatically capturing tool usage and session facts. Combines BM25, vector embeddings and a knowledge graph for hybrid retrieval, reducing token costs and re-explaining between sessions.

GitHub
AI Client2026

Audits and reduces token waste in LLM sessions by compressing verbose outputs, checkpointing before compaction, and restoring lost context. Runs fully locally with zero telemetry and provides a live token dashboard plus plugins for Claude Code, OpenClaw and Codex.

GitHub
AI Client2026

Local-first desktop workbench that scrapes job leads, filters low-quality postings, scores candidate fit with explainable rules and vector matching, and generates tailored resumes, cover letters, and outreach drafts while keeping data on-device.

GitHub

Extracts derived keys from running WeChat 4.x processes to decrypt SQLCipher 4 databases and .dat media files, and provides a real-time message monitor with a Web UI. Cross-platform (Windows/Linux/macOS) but requires process-memory or local-data access and is intended for decrypting your own WeChat data only.

GitHub
AI Agent2026

Aggregates 60+ real-time OSINT feeds into a self-hosted geospatial dashboard and exposes an HMAC-signed agentic AI command channel so LLM-driven agents can query and act on live telemetry; privacy is experimental.

GitHub
AI Agent2026

Runs locally to learn your tastes and proactively discover content across Bilibili, Xiaohongshu, Douyin, YouTube, X, Zhihu, Reddit and the open web. Local-first agent storing data in a local SQLite, with a browser extension, optional desktop backend bundling embeddings (bge-m3/Ollama), and conversational feedback to refine recommendations.

GitHub
AI Client2026

A single-file, privacy-aware multi-provider chat UI that races multiple LLMs, supports local model servers, red-teaming input perturbations, and configurable telemetry for model evaluation and experimentation.

GitHub
AI Infra2026

Compresses high-dimensional embeddings into low-bit TurboQuant indexes for fast, memory-efficient local vector search. Supports online ingest (no train/rebuild), SIMD kernels that match or beat FAISS, per-vector length-renormalization, and runtime allowlists — suited for privacy-sensitive, low-latency RAG.

GitHub
AI Coding2026

Maps a codebase plus docs, PDFs, media and configs into a local, queryable knowledge graph; parses code with a local tree-sitter AST (no LLM), uses configurable backends for semantic extraction of non-code, and outputs graph.json, graph.html and a brief report.

GitHub
AI Agent2026

Provides a cloud-backed shared memory and skill-propagation layer for coding agents: captures session traces, mines recurring patterns into reusable SKILL.md, and shares capabilities across agents in real time. Features hybrid semantic+lexical search, BYOC storage, and a VFS for traces — built for team workflows and agent orchestration.

GitHub

Stores conversation history verbatim and retrieves it via local semantic search with a structured index (wings/rooms/drawers). Pluggable vector backends and a local-first default mean high recall (benchmarked) without cloud or API keys—useful for agent memory and private RAG.