KiroGraph: Local semantic index and lookup service for code symbols
Run KiroGraph locally to build an on-disk semantic index and a small HTTP lookup service. Speed symbol and usage queries, reduce repeated tool calls, and keep code fully local.
Showing 1-12 of 15
Run KiroGraph locally to build an on-disk semantic index and a small HTTP lookup service. Speed symbol and usage queries, reduce repeated tool calls, and keep code fully local.
Hacker News reports developers using a 3-component AI coding stack: Copilot, an opencode harness, and multiple models (Gwen/Claude) plus sandboxes to cut cost and limit risky writes.
A concise Mac-focused walkthrough to clone a-streetcoder/agent-deck and run one staging agent (issue label suggestions). Shows safety checks, secrets handling, timing, and a 7-day pilot.
A YouTube demo exposes a player config with many EXPERIMENT_FLAGS, signaling an actively changing browser runtime. Learn why teams should sandbox and test before adopting it.
Follow a concise checklist to clone Stagewise, add local secrets, and boot an agentic IDE connected to paid backends (Z.ai, DeepSeek, Moonshot). See README for exact commands.
Show how an in-repo canonical registry plus thin adapter scripts and a deterministic harness make different AI coding assistants follow the same commands, enabling auditable consistent edits.
Use DoneSpec to convert ambiguous agent outputs into deterministic PASS/FAIL validators, enabling CI gating, automated retries, and measurable pass-rate observability.
Practical runbook to pilot raiyanyahya/kit—an open-source bundle (editor, browser, mail, terminal, agents). Step-by-step setup, metrics and short pilot to measure reduced context switching.
Practical guide to running Postbrain locally: a team long-term memory for AI coding agents with PostgreSQL and pg_vector. Covers setup, scopes, artifacts and promotion rules.
Tesseron is an open-source TypeScript SDK and MCP-compatible WebSocket gateway that lets web apps register typed actions callable by AI agents. Follow repo examples to run a local demo.
Skilldeck is a local-first desktop app that centralizes AI agent skill files, exports them into tool formats (Claude, Cursor, Copilot and more), and detects drift with two-way sync.
Flightplanner makes short, human-readable product specs the canonical source for end-to-end checks, reducing brittle test upkeep as AI agents raise integration churn.