Tag
Explore by tags
Reviews code in the IDE, CLI, and pull requests, flagging bugs, logic gaps, security holes, and missing tests using context from the whole repo and its dependencies. Enforces team-specific rules learned from past PRs.
Brings an agentic chat experience to the terminal: describe a task in natural language and it plans, edits files, and runs commands to build the app. Written in Rust, ships on macOS and Linux. Now succeeded by the closed-source Kiro CLI.
Provides a local-first Markdown knowledge graph that LLMs and humans can both read and write via the Model Context Protocol (MCP). Features two-way, editable notes, semantic search (embeddings + hybrid ranking), and optional cloud sync and team workspaces.
Terminal-native AI coding agent that brings conversational, multi-model code assistance into your shell. Integrates with 300+ models and providers, offers an interactive TUI, Zsh ':' plugin, semantic workspace search, and Git-oriented workflows for in-terminal edits, commits, and command suggestions.
Build scripts that repackage Anthropic's Claude Desktop into native Linux artifacts (.deb, .rpm, AppImage, AUR, Nix flake), enabling a native Claude client with system tray, global hotkey, and MCP integration for Debian/Ubuntu and other distros.
Provides a shared runtime that composes, extends, and observes services in real time by modeling capabilities as discoverable workers, functions, and triggers. It collapses separate integration surfaces (queues, cron, HTTP, observability) into one live catalog so agents and services can call and trace each other immediately.
Provides programmatic access to Google Flights via a Python library, CLI, and an MCP server — enabling assistants and apps to search flights with filters (time windows, cabin, stops, airlines) by reverse‑engineered API rather than HTML scraping.
MCP-native agent framework built around the Model Context Protocol from the start, with end-to-end tested Sampling and Elicitation. Define agents and multi-step workflows in Python, run terminal-first, and swap Anthropic, Google or local models.
Hands-on studio to design, test and deploy declaratively configured multi-agent systems built on the Neuro SAN framework. Ships ready examples, an Agent Network Designer UI (nsflow), CLI tooling, and integrations with major LLMs and external tools for rapid prototyping.
Lets you build, generate, and run multi-agent LLM workflows from natural-language prompts with no coding. Automatically profiles agents, creates tools/workflows, and supports multiple LLM providers plus CLI/Docker deployment.
Structures AI-assisted development as deterministic YAML workflows—planning, implementation, validation, review, and PR creation—so agent runs are repeatable and isolated. Mixes deterministic nodes with AI nodes and runs from CLI, Web UI, or chat integrations.
Performs fast static type checking and provides a language server with code navigation, semantic highlighting, and completions for Python. Processes ~1.85M lines/sec and completes IDE rechecks typically under 10ms — intended for responsive editor workflows and large codebases.