{"schema_version":"newruntime-github-radar-v1","type":"github_project_radar_dataset","stable_id":"authority_asset:github-projects-for-ai-engineers","version":"2026.07.23","title":"GitHub Projects for AI Engineers","description":"A source-backed editorial radar of public GitHub projects shaping agent tools, context engineering, generative interfaces, reliability, and model infrastructure.","verified_at":"2026-07-23","ranking":"stars_desc_forks_desc","methodology":"Public repository star and fork observations are ranked descending, then grouped through a New Runtime editorial taxonomy. Counts are time-bound observations, not live GitHub claims.","license":{"dataset_metadata_and_editorial_fields":"CC-BY-4.0","upstream_repositories":"Each repository retains its own license."},"provenance":{"canonical_analysis":"https://newruntime.com/posts/github-projects-for-ai-engineers/","public_source_policy":"Only public GitHub repository URLs are included. Private discovery feeds, inbox rules, credentials, drafts, and internal paths are excluded."},"distributions":{"json":"https://newruntime.com/datasets/github-projects-for-ai-engineers/v1.json","csv":"https://newruntime.com/datasets/github-projects-for-ai-engineers/v1.csv","schema":"https://newruntime.com/datasets/github-projects-for-ai-engineers/schema.json","readme":"https://newruntime.com/datasets/github-projects-for-ai-engineers/README.md","dataset_card":"https://newruntime.com/datasets/github-projects-for-ai-engineers/dataset-card.md","checksums":"https://newruntime.com/datasets/github-projects-for-ai-engineers/checksums.txt"},"themes":[{"id":"tools","label":"Tools & agent workbenches","shortLabel":"Tools","description":"Runtimes, coding agents, orchestration frameworks, and operator surfaces where AI work actually happens."},{"id":"context","label":"Context engineering & memory","shortLabel":"Context","description":"The supply chain that turns documents, code, web pages, tools, and knowledge graphs into usable agent context."},{"id":"ui","label":"LLM-UI & generated interfaces","shortLabel":"LLM-UI","description":"Interfaces assembled around model output, task state, validation, and human correction."},{"id":"reliability","label":"Evals, specs & reliability","shortLabel":"Reliability","description":"The control plane: specifications, tests, protocols, structured output, security boundaries, and sandboxes."},{"id":"infrastructure","label":"Model & serving infrastructure","shortLabel":"Infrastructure","description":"Serving throughput, local training, cache economics, and the compute layer underneath agent systems."}],"count":140,"projects":[{"rank":1,"repo":"openclaw/openclaw","url":"https://github.com/openclaw/openclaw","stars":383871,"forks":80650,"theme":"tools","area":"Personal agent runtime","exportHits":2,"why":"Its rapid adoption shows demand for a persistent, cross-platform agent runtime that connects models, tools, channels, and personal workflows."},{"rank":2,"repo":"obra/superpowers","url":"https://github.com/obra/superpowers","stars":259693,"forks":23156,"theme":"tools","area":"Agent skills methodology","exportHits":1,"why":"Reusable skills are becoming an engineering methodology: agents load bounded procedures instead of improvising every workflow from a prompt."},{"rank":3,"repo":"NousResearch/hermes-agent","url":"https://github.com/NousResearch/hermes-agent","stars":219173,"forks":41543,"theme":"tools","area":"Learning agent runtime","exportHits":8,"why":"Hermes makes learning from completed work part of the runtime, turning successful procedures into durable capabilities."},{"rank":4,"repo":"multica-ai/andrej-karpathy-skills","url":"https://github.com/multica-ai/andrej-karpathy-skills","stars":195659,"forks":20145,"theme":"reliability","area":"Coding behavior contract","exportHits":2,"why":"A compact CLAUDE.md derived from recurring coding-agent failures shows how operational lessons are becoming reusable behavioral contracts."},{"rank":5,"repo":"mattpocock/skills","url":"https://github.com/mattpocock/skills","stars":184268,"forks":15771,"theme":"tools","area":"Engineering skills","exportHits":1,"why":"Production-tested engineering procedures packaged as skills make expert workflows portable across agent clients and teams."},{"rank":6,"repo":"microsoft/markitdown","url":"https://github.com/microsoft/markitdown","stars":168372,"forks":12145,"theme":"context","area":"Document ingestion","exportHits":1,"why":"File-to-Markdown conversion is becoming the dependable ingestion layer agents need before retrieval, synthesis, and audit trails."},{"rank":7,"repo":"firecrawl/firecrawl","url":"https://github.com/firecrawl/firecrawl","stars":154693,"forks":8811,"theme":"context","area":"Web extraction","exportHits":1,"why":"Web extraction is moving from scraping glue to an agent-ready primitive for monitoring, RAG, and newsroom intake."},{"rank":8,"repo":"langgenius/dify","url":"https://github.com/langgenius/dify","stars":149881,"forks":23619,"theme":"tools","area":"Agent app platform","exportHits":1,"why":"Dify packages workflows, RAG, tools, and deployment into a shared product surface instead of leaving teams with isolated prompts."},{"rank":9,"repo":"langchain-ai/langchain","url":"https://github.com/langchain-ai/langchain","stars":142379,"forks":23693,"theme":"tools","area":"Agent framework","exportHits":1,"why":"LangChain remains a central abstraction layer for models, tools, retrieval, and production agent plumbing."},{"rank":10,"repo":"x1xhlol/system-prompts-and-models-of-ai-tools","url":"https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools","stars":142204,"forks":34820,"theme":"reliability","area":"Harness transparency","exportHits":5,"why":"The collection exposes how production AI tools combine prompts, tool contracts, and hidden orchestration, making harness design inspectable."},{"rank":11,"repo":"anthropics/claude-code","url":"https://github.com/anthropics/claude-code","stars":138773,"forks":22266,"theme":"tools","area":"Coding agent","exportHits":1,"why":"Terminal-native coding agents turn codebase work into a tool-executing, reviewable loop instead of a chat transcript."},{"rank":12,"repo":"Shubhamsaboo/awesome-llm-apps","url":"https://github.com/Shubhamsaboo/awesome-llm-apps","stars":126567,"forks":18669,"theme":"tools","area":"Reference apps","exportHits":4,"why":"A large runnable example index shows which RAG, agent, and workflow patterns developers actually clone and remix."},{"rank":13,"repo":"garrytan/gstack","url":"https://github.com/garrytan/gstack","stars":123801,"forks":18544,"theme":"tools","area":"Role-based agent stack","exportHits":2,"why":"Opinionated specialist roles package product, design, engineering, release, and QA work into a repeatable agent operating model."},{"rank":14,"repo":"github/spec-kit","url":"https://github.com/github/spec-kit","stars":123353,"forks":10999,"theme":"reliability","area":"Specification workflow","exportHits":1,"why":"Spec-driven development makes requirements, plans, and acceptance checks the control surface before agents write code."},{"rank":15,"repo":"browser-use/browser-use","url":"https://github.com/browser-use/browser-use","stars":106204,"forks":11674,"theme":"tools","area":"Browser agents","exportHits":1,"why":"Browser automation is becoming a first-class capability layer for agents that inspect and act on live web apps."},{"rank":16,"repo":"google-gemini/gemini-cli","url":"https://github.com/google-gemini/gemini-cli","stars":106132,"forks":14299,"theme":"tools","area":"Coding agent","exportHits":1,"why":"A model-backed CLI with tool access and MCP support fits the shift from model choice to routable development harnesses."},{"rank":17,"repo":"openai/codex","url":"https://github.com/openai/codex","stars":100798,"forks":15101,"theme":"tools","area":"Coding agent","exportHits":1,"why":"Codex makes local repository work goal-scoped, command-aware, and evidence-oriented."},{"rank":18,"repo":"karpathy/autoresearch","url":"https://github.com/karpathy/autoresearch","stars":91899,"forks":13142,"theme":"reliability","area":"Autonomous research loop","exportHits":1,"why":"A bounded single-GPU research loop turns hypothesis, experiment, measurement, and iteration into an inspectable autonomous workflow."},{"rank":19,"repo":"punkpeye/awesome-mcp-servers","url":"https://github.com/punkpeye/awesome-mcp-servers","stars":91215,"forks":13439,"theme":"context","area":"Tool ecosystem","exportHits":1,"why":"MCP server catalogs show how quickly agent capabilities are becoming installable infrastructure."},{"rank":20,"repo":"modelcontextprotocol/servers","url":"https://github.com/modelcontextprotocol/servers","stars":88797,"forks":11277,"theme":"context","area":"Tool protocol","exportHits":1,"why":"The reference server collection makes tools and context sources portable across agent clients."},{"rank":21,"repo":"DietrichGebert/ponytail","url":"https://github.com/DietrichGebert/ponytail","stars":88335,"forks":4835,"theme":"reliability","area":"Agent code restraint","exportHits":1,"why":"Encoding senior-engineer restraint into agent behavior addresses the growing cost of unnecessary abstractions and generated-code sprawl."},{"rank":22,"repo":"vllm-project/vllm","url":"https://github.com/vllm-project/vllm","stars":86931,"forks":19742,"theme":"infrastructure","area":"Model serving","exportHits":1,"why":"High-throughput serving keeps model routing and self-hosted inference economically plausible."},{"rank":23,"repo":"bytedance/deer-flow","url":"https://github.com/bytedance/deer-flow","stars":77658,"forks":10573,"theme":"tools","area":"Long-horizon agent","exportHits":3,"why":"Sandboxes, memory, tools, skills, and subagents are converging into one harness for tasks that run for minutes or hours."},{"rank":24,"repo":"openai/openai-cookbook","url":"https://github.com/openai/openai-cookbook","stars":74820,"forks":12656,"theme":"tools","area":"Recipes & harnesses","exportHits":1,"why":"Official examples turn API features into reusable patterns for evaluation, tool use, retrieval, and multimodal work."},{"rank":25,"repo":"unslothai/unsloth","url":"https://github.com/unslothai/unsloth","stars":68764,"forks":6182,"theme":"infrastructure","area":"Local models","exportHits":1,"why":"Faster local training and inference give teams a cheaper private lane for model experiments."},{"rank":26,"repo":"cline/cline","url":"https://github.com/cline/cline","stars":64955,"forks":6975,"theme":"tools","area":"Coding agent SDK","exportHits":1,"why":"Cline's move across IDE, CLI, and SDK surfaces shows coding agents becoming embeddable infrastructure rather than one editor feature."},{"rank":27,"repo":"docling-project/docling","url":"https://github.com/docling-project/docling","stars":63653,"forks":4508,"theme":"context","area":"Document ingestion","exportHits":1,"why":"Production context pipelines need structure-preserving conversion for PDFs and office documents before retrieval can be trustworthy."},{"rank":28,"repo":"warpdotdev/warp","url":"https://github.com/warpdotdev/warp","stars":63580,"forks":5319,"theme":"tools","area":"Agentic terminal","exportHits":1,"why":"The terminal is becoming an operator cockpit where agents, commands, project context, and feedback loops meet."},{"rank":29,"repo":"colbymchenry/codegraph","url":"https://github.com/colbymchenry/codegraph","stars":61941,"forks":3882,"theme":"context","area":"Local code graph","exportHits":1,"why":"A continuously synchronized local code graph reduces repeated repository scans and gives coding agents durable structural context."},{"rank":30,"repo":"Panniantong/Agent-Reach","url":"https://github.com/Panniantong/Agent-Reach","stars":60104,"forks":4825,"theme":"context","area":"Web and social context","exportHits":2,"why":"One CLI for difficult web and social sources makes external evidence retrieval a reusable agent capability rather than per-source scraping glue."},{"rank":31,"repo":"microsoft/autogen","url":"https://github.com/microsoft/autogen","stars":59910,"forks":9019,"theme":"tools","area":"Multi-agent orchestration","exportHits":1,"why":"AutoGen helped normalize agentic programs as explicit conversations, tools, and coordination patterns."},{"rank":32,"repo":"crewAIInc/crewAI","url":"https://github.com/crewAIInc/crewAI","stars":55994,"forks":7925,"theme":"tools","area":"Multi-agent orchestration","exportHits":1,"why":"Crew-style roles remain a practical entry point for decomposing agent work into specialist responsibilities."},{"rank":33,"repo":"mvanhorn/last30days-skill","url":"https://github.com/mvanhorn/last30days-skill","stars":53237,"forks":4607,"theme":"context","area":"Recent-source research","exportHits":1,"why":"A bounded skill for recent cross-platform research packages source discovery, recency, and synthesis into a repeatable evidence workflow."},{"rank":34,"repo":"aaif-goose/goose","url":"https://github.com/aaif-goose/goose","stars":51518,"forks":5668,"theme":"tools","area":"Operations agent","exportHits":1,"why":"Goose represents the open-source move from suggestions to installed, executing, tool-using desktop and code agents."},{"rank":35,"repo":"anthropics/claude-cookbooks","url":"https://github.com/anthropics/claude-cookbooks","stars":49399,"forks":5857,"theme":"tools","area":"Applied recipes","exportHits":5,"why":"Cookbooks turn model capabilities into runnable patterns for tool use, retrieval, multimodal work, and production integration."},{"rank":36,"repo":"chenglou/pretext","url":"https://github.com/chenglou/pretext","stars":49288,"forks":2722,"theme":"ui","area":"Programmatic text layout","exportHits":1,"why":"Fast deterministic text measurement gives generative interfaces a layout primitive agents can calculate and render instead of approximating."},{"rank":37,"repo":"pbakaus/impeccable","url":"https://github.com/pbakaus/impeccable","stars":49047,"forks":2860,"theme":"ui","area":"Design language for agents","exportHits":1,"why":"An explicit design language helps coding agents reason about visual tradeoffs instead of reproducing generic component patterns."},{"rank":38,"repo":"abhigyanpatwari/GitNexus","url":"https://github.com/abhigyanpatwari/GitNexus","stars":44565,"forks":4944,"theme":"context","area":"Client-side code intelligence","exportHits":1,"why":"A browser-local repository graph combines privacy, structural navigation, and Graph RAG without requiring a hosted indexing service."},{"rank":39,"repo":"agno-agi/agno","url":"https://github.com/agno-agi/agno","stars":41369,"forks":5682,"theme":"tools","area":"Agent platform","exportHits":1,"why":"Agno points toward full agent platforms with models, memory, tools, teams, and observability in one stack."},{"rank":40,"repo":"vercel-labs/agent-browser","url":"https://github.com/vercel-labs/agent-browser","stars":39063,"forks":2553,"theme":"tools","area":"Browser automation CLI","exportHits":1,"why":"A browser CLI designed around agent calls makes web interaction scriptable, inspectable, and easier to embed in coding and operations loops."},{"rank":41,"repo":"langchain-ai/langgraph","url":"https://github.com/langchain-ai/langgraph","stars":37905,"forks":6366,"theme":"tools","area":"Stateful agents","exportHits":1,"why":"Graph-shaped state, checkpoints, and control flow are becoming the durable architecture behind long-running agents."},{"rank":42,"repo":"google/langextract","url":"https://github.com/google/langextract","stars":37756,"forks":2611,"theme":"context","area":"Grounded extraction","exportHits":1,"why":"Structured extraction with precise source grounding connects probabilistic models to auditable data pipelines."},{"rank":43,"repo":"heygen-com/hyperframes","url":"https://github.com/heygen-com/hyperframes","stars":37010,"forks":3489,"theme":"ui","area":"Agent-native video","exportHits":1,"why":"HTML-to-video gives agents a code-native visual medium they can generate, inspect, revise, and render deterministically."},{"rank":44,"repo":"github/awesome-copilot","url":"https://github.com/github/awesome-copilot","stars":36951,"forks":4624,"theme":"tools","area":"Agent configuration","exportHits":1,"why":"Shared instructions, skills, and agent configurations show development practice moving from private prompting into reusable operational assets."},{"rank":45,"repo":"tinyhumansai/openhuman","url":"https://github.com/tinyhumansai/openhuman","stars":35271,"forks":3461,"theme":"tools","area":"Personal agent harness","exportHits":1,"why":"Local-first personal memory plus fleet orchestration points toward assistants becoming durable operating environments rather than isolated chats."},{"rank":46,"repo":"anthropics/financial-services","url":"https://github.com/anthropics/financial-services","stars":33731,"forks":4985,"theme":"tools","area":"Domain agent modules","exportHits":1,"why":"Reference agents, connectors, and skills for financial work show how professional teams can be packaged as inspectable domain capability modules."},{"rank":47,"repo":"anthropics/claude-plugins-official","url":"https://github.com/anthropics/claude-plugins-official","stars":32526,"forks":3644,"theme":"tools","area":"Plugin ecosystem","exportHits":2,"why":"Curated plugins turn domain workflows and integrations into installable capability packages with explicit ownership."},{"rank":48,"repo":"Yeachan-Heo/oh-my-codex","url":"https://github.com/Yeachan-Heo/oh-my-codex","stars":32195,"forks":2496,"theme":"tools","area":"Codex agent teams","exportHits":1,"why":"Hooks, agent teams, and operator HUDs extend a coding agent into a configurable multi-agent workbench."},{"rank":49,"repo":"lightpanda-io/browser","url":"https://github.com/lightpanda-io/browser","stars":32094,"forks":1431,"theme":"infrastructure","area":"Agent browser engine","exportHits":1,"why":"A headless browser built for automation treats browser execution cost and throughput as first-class agent infrastructure."},{"rank":50,"repo":"topoteretes/cognee","url":"https://github.com/topoteretes/cognee","stars":29190,"forks":2772,"theme":"context","area":"Agent memory","exportHits":1,"why":"Cognee turns memory into a self-hosted knowledge graph layer, matching New Runtime's shared-context thesis."},{"rank":51,"repo":"getzep/graphiti","url":"https://github.com/getzep/graphiti","stars":29093,"forks":2933,"theme":"context","area":"Temporal memory","exportHits":1,"why":"Temporal knowledge graphs make memory updateable, queryable, and less tied to one chat window."},{"rank":52,"repo":"supermemoryai/supermemory","url":"https://github.com/supermemoryai/supermemory","stars":28563,"forks":2482,"theme":"context","area":"Memory and context engine","exportHits":1,"why":"A local-capable memory API separates persistent context from any one model, client, or conversation."},{"rank":53,"repo":"openai/openai-agents-python","url":"https://github.com/openai/openai-agents-python","stars":28107,"forks":4365,"theme":"tools","area":"Agent SDK","exportHits":2,"why":"The SDK packages tools, handoffs, tracing, and guardrails as code instead of one-off prompt structure."},{"rank":54,"repo":"opendataloader-project/opendataloader-pdf","url":"https://github.com/opendataloader-project/opendataloader-pdf","stars":27724,"forks":2659,"theme":"context","area":"PDF ingestion","exportHits":1,"why":"AI-ready PDF parsing is becoming a dedicated infrastructure layer because document layout and provenance cannot be recovered after naive text extraction."},{"rank":55,"repo":"yamadashy/repomix","url":"https://github.com/yamadashy/repomix","stars":27332,"forks":1446,"theme":"context","area":"Code context","exportHits":1,"why":"Packing repositories into AI-readable context remains a practical bridge between large codebases and coding agents."},{"rank":56,"repo":"vercel-labs/skills","url":"https://github.com/vercel-labs/skills","stars":27049,"forks":2279,"theme":"tools","area":"Skills package manager","exportHits":1,"why":"A cross-client installer and discovery layer signals that agent skills are becoming a package ecosystem rather than copied folders."},{"rank":57,"repo":"PrefectHQ/fastmcp","url":"https://github.com/PrefectHQ/fastmcp","stars":26783,"forks":2179,"theme":"context","area":"Tool protocol","exportHits":1,"why":"FastMCP lowers the cost of turning internal APIs and scripts into agent-callable tools."},{"rank":58,"repo":"langchain-ai/deepagents","url":"https://github.com/langchain-ai/deepagents","stars":26696,"forks":3736,"theme":"tools","area":"Agent harness","exportHits":2,"why":"DeepAgents packages planning, subagents, file state, and long-running behavior into a batteries-included harness."},{"rank":59,"repo":"Fosowl/agenticSeek","url":"https://github.com/Fosowl/agenticSeek","stars":26673,"forks":2989,"theme":"tools","area":"Local autonomous agent","exportHits":1,"why":"A fully local browsing and coding agent reflects demand for private autonomy without per-task hosted API dependence."},{"rank":60,"repo":"mastra-ai/mastra","url":"https://github.com/mastra-ai/mastra","stars":26468,"forks":2498,"theme":"tools","area":"TypeScript agents","exportHits":1,"why":"Mastra shows the JavaScript stack absorbing agents as production application components."},{"rank":61,"repo":"google-labs-code/design.md","url":"https://github.com/google-labs-code/design.md","stars":26264,"forks":2096,"theme":"ui","area":"Design context standard","exportHits":1,"why":"A portable design-system file gives coding agents durable visual context instead of forcing them to infer taste from screenshots on every task."},{"rank":62,"repo":"openai/symphony","url":"https://github.com/openai/symphony","stars":26168,"forks":2643,"theme":"tools","area":"Autonomous work manager","exportHits":2,"why":"Isolated implementation runs move the operator from supervising every command to managing goals, evidence, and completed work."},{"rank":63,"repo":"deepset-ai/haystack","url":"https://github.com/deepset-ai/haystack","stars":25987,"forks":2944,"theme":"context","area":"RAG pipelines","exportHits":1,"why":"Haystack keeps context engineering explicit through pipelines, retrieval, routing, memory, and observability."},{"rank":64,"repo":"rohitg00/agentmemory","url":"https://github.com/rohitg00/agentmemory","stars":25662,"forks":2133,"theme":"context","area":"Coding-agent memory","exportHits":1,"why":"Shared persistent memory across coding agents reduces repeated onboarding and makes context continuity measurable against real tasks."},{"rank":65,"repo":"a2aproject/A2A","url":"https://github.com/a2aproject/A2A","stars":24962,"forks":2524,"theme":"reliability","area":"Agent protocol","exportHits":1,"why":"Agent-to-agent protocols matter as soon as agents become opaque services owned by different products or teams."},{"rank":66,"repo":"openai/skills","url":"https://github.com/openai/skills","stars":24108,"forks":1638,"theme":"tools","area":"Codex skills catalog","exportHits":1,"why":"An official skills catalog moves reusable Codex procedures into a discoverable, versionable capability layer."},{"rank":67,"repo":"agentskills/agentskills","url":"https://github.com/agentskills/agentskills","stars":23368,"forks":1561,"theme":"reliability","area":"Agent skills standard","exportHits":1,"why":"A shared skill specification makes procedures portable across agent clients and gives teams a stable contract for capability packaging."},{"rank":68,"repo":"ogulcancelik/herdr","url":"https://github.com/ogulcancelik/herdr","stars":19886,"forks":1303,"theme":"tools","area":"Agent terminal multiplexer","exportHits":1,"why":"A terminal multiplexer with agent-aware states makes parallel coding sessions observable as work rather than anonymous panes."},{"rank":69,"repo":"mksglu/context-mode","url":"https://github.com/mksglu/context-mode","stars":19225,"forks":1352,"theme":"context","area":"Context-window optimization","exportHits":1,"why":"Sandboxing tool output and routing context through MCP and hooks turns token pressure into an explicit systems optimization problem."},{"rank":70,"repo":"allenai/olmocr","url":"https://github.com/allenai/olmocr","stars":19161,"forks":1578,"theme":"context","area":"Document linearization","exportHits":1,"why":"High-quality PDF linearization improves the training and retrieval substrate before an LLM ever sees the document."},{"rank":71,"repo":"openai/evals","url":"https://github.com/openai/evals","stars":18970,"forks":3031,"theme":"reliability","area":"Evaluation","exportHits":1,"why":"Evals are moving from model benchmarks into product infrastructure for judging complete AI systems."},{"rank":72,"repo":"pydantic/pydantic-ai","url":"https://github.com/pydantic/pydantic-ai","stars":18767,"forks":2403,"theme":"tools","area":"Typed agent framework","exportHits":1,"why":"Typed dependencies, structured outputs, tools, and eval integrations bring agent construction closer to ordinary production Python engineering."},{"rank":73,"repo":"baidu/Unlimited-OCR","url":"https://github.com/baidu/Unlimited-OCR","stars":18086,"forks":1706,"theme":"context","area":"Long-document OCR","exportHits":1,"why":"One-shot long-horizon document parsing challenges page-by-page pipelines and reduces the reconstruction burden in document context systems."},{"rank":74,"repo":"camel-ai/camel","url":"https://github.com/camel-ai/camel","stars":17465,"forks":2016,"theme":"tools","area":"Multi-agent research","exportHits":2,"why":"CAMEL keeps the research thread alive around scaling laws, roles, societies, and cooperation among agents."},{"rank":75,"repo":"microsoft/agent-lightning","url":"https://github.com/microsoft/agent-lightning","stars":17412,"forks":1525,"theme":"reliability","area":"Agent optimization","exportHits":1,"why":"Agent training is shifting from prompt tweaking toward trace-level optimization of complete trajectories and tool decisions."},{"rank":76,"repo":"confident-ai/deepeval","url":"https://github.com/confident-ai/deepeval","stars":17065,"forks":1697,"theme":"reliability","area":"Evaluation","exportHits":1,"why":"DeepEval makes LLM and agent quality measurable in CI-style loops instead of relying on manual prompt taste."},{"rank":77,"repo":"rowboatlabs/rowboat","url":"https://github.com/rowboatlabs/rowboat","stars":16734,"forks":1664,"theme":"tools","area":"Memory-backed coworker","exportHits":1,"why":"An open coworker that combines tools with persistent memory reflects the shift from chat assistants to accumulating work relationships."},{"rank":78,"repo":"vercel-labs/json-render","url":"https://github.com/vercel-labs/json-render","stars":15747,"forks":849,"theme":"ui","area":"Generative UI","exportHits":1,"why":"Structured UI output lets model answers become inspectable interfaces instead of unstructured prose blobs."},{"rank":79,"repo":"MemoriLabs/Memori","url":"https://github.com/MemoriLabs/Memori","stars":15644,"forks":2874,"theme":"context","area":"Production memory","exportHits":1,"why":"Agent-native memory that writes structured state into existing data infrastructure matches the move from chat history to governed organizational memory."},{"rank":80,"repo":"dottxt-ai/outlines","url":"https://github.com/dottxt-ai/outlines","stars":15201,"forks":807,"theme":"reliability","area":"Structured generation","exportHits":1,"why":"Grammar and schema-constrained outputs reduce the gap between probabilistic generation and software contracts."},{"rank":81,"repo":"google/skills","url":"https://github.com/google/skills","stars":15176,"forks":1176,"theme":"tools","area":"Provider skill library","exportHits":1,"why":"Provider-maintained procedures for products and technologies make operational knowledge directly loadable by agents."},{"rank":82,"repo":"eigent-ai/eigent","url":"https://github.com/eigent-ai/eigent","stars":14630,"forks":1734,"theme":"tools","area":"Agent desktop","exportHits":1,"why":"Open agent desktops are becoming operator workspaces where local tools, files, and multi-step execution meet."},{"rank":83,"repo":"NevaMind-AI/memU","url":"https://github.com/NevaMind-AI/memU","stars":14053,"forks":1043,"theme":"context","area":"Cross-agent memory","exportHits":1,"why":"Memory shared across agents addresses the fragmentation caused when every client maintains a separate understanding of the user."},{"rank":84,"repo":"NVIDIA/SkillSpector","url":"https://github.com/NVIDIA/SkillSpector","stars":13567,"forks":1123,"theme":"reliability","area":"Skill security","exportHits":1,"why":"As skills become executable supply-chain artifacts, static inspection for malicious instructions and risky behavior becomes mandatory."},{"rank":85,"repo":"langchain-ai/openwiki","url":"https://github.com/langchain-ai/openwiki","stars":12975,"forks":896,"theme":"context","area":"Codebase documentation","exportHits":2,"why":"Agent-maintained repository documentation creates a durable context layer that stays closer to the changing code."},{"rank":86,"repo":"StarTrail-org/LEANN","url":"https://github.com/StarTrail-org/LEANN","stars":12719,"forks":1148,"theme":"context","area":"Local private RAG","exportHits":1,"why":"Storage-efficient local retrieval makes private personal and edge-device RAG practical without a heavyweight vector database."},{"rank":87,"repo":"InsForge/InsForge","url":"https://github.com/InsForge/InsForge","stars":12433,"forks":1086,"theme":"tools","area":"Backend for coding agents","exportHits":1,"why":"A backend surface designed for agentic coding lets agents provision data, auth, storage, compute, and deployment through one explicit contract."},{"rank":88,"repo":"zilliztech/claude-context","url":"https://github.com/zilliztech/claude-context","stars":12188,"forks":904,"theme":"context","area":"Code search MCP","exportHits":1,"why":"Repository-wide semantic search exposed through MCP gives multiple coding clients a shared context service."},{"rank":89,"repo":"tambo-ai/tambo","url":"https://github.com/tambo-ai/tambo","stars":11163,"forks":559,"theme":"ui","area":"Generative UI","exportHits":1,"why":"A React generative-UI SDK points to applications where the interface is assembled around the task state."},{"rank":90,"repo":"cocoindex-io/cocoindex","url":"https://github.com/cocoindex-io/cocoindex","stars":11008,"forks":848,"theme":"context","area":"Incremental context","exportHits":1,"why":"Incremental indexing keeps long-running agent context fresh without paying for full reprocessing after every source change."},{"rank":91,"repo":"LMCache/LMCache","url":"https://github.com/LMCache/LMCache","stars":10824,"forks":1603,"theme":"infrastructure","area":"KV-cache","exportHits":1,"why":"KV-cache infrastructure turns long context and repeated workloads into a serving optimization problem."},{"rank":92,"repo":"MoonshotAI/kimi-cli","url":"https://github.com/MoonshotAI/kimi-cli","stars":10656,"forks":1240,"theme":"tools","area":"Coding agent CLI","exportHits":1,"why":"Another capable terminal agent reinforces the trend toward model-swappable development harnesses with tools and repository access."},{"rank":93,"repo":"TencentCloud/CubeSandbox","url":"https://github.com/TencentCloud/CubeSandbox","stars":10609,"forks":946,"theme":"reliability","area":"Agent sandbox","exportHits":1,"why":"Isolated execution environments are required before agents can safely run code, browsers, or external tools."},{"rank":94,"repo":"0x4m4/hexstrike-ai","url":"https://github.com/0x4m4/hexstrike-ai","stars":10443,"forks":2175,"theme":"reliability","area":"Agent security","exportHits":1,"why":"Offensive MCP tooling signals that agent tool access is both a capability frontier and a security boundary."},{"rank":95,"repo":"github/copilot-sdk","url":"https://github.com/github/copilot-sdk","stars":10042,"forks":1355,"theme":"tools","area":"Embedded agent SDK","exportHits":1,"why":"An SDK turns the coding agent from a destination product into a capability that other applications can embed."},{"rank":96,"repo":"microsoft/magentic-ui","url":"https://github.com/microsoft/magentic-ui","stars":9976,"forks":1003,"theme":"ui","area":"Agent interface","exportHits":1,"why":"Browser and local-file agents need an operator interface, not just a backend chain of tool calls."},{"rank":97,"repo":"shadcn/improve","url":"https://github.com/shadcn/improve","stars":8598,"forks":372,"theme":"reliability","area":"Model-tiered code audit","exportHits":2,"why":"Separating expensive architectural review from cheaper execution models turns model routing into a concrete engineering workflow."},{"rank":98,"repo":"idosal/git-mcp","url":"https://github.com/idosal/git-mcp","stars":8278,"forks":735,"theme":"context","area":"Repository context","exportHits":1,"why":"A remote MCP context layer gives agents source-grounded access to repositories without manually packing every codebase into the prompt."},{"rank":99,"repo":"pydantic/monty","url":"https://github.com/pydantic/monty","stars":7933,"forks":394,"theme":"reliability","area":"Secure agent interpreter","exportHits":1,"why":"A minimal Rust-based Python interpreter gives agents a deliberately bounded execution surface instead of a full host runtime."},{"rank":100,"repo":"google-labs-code/stitch-skills","url":"https://github.com/google-labs-code/stitch-skills","stars":7774,"forks":916,"theme":"ui","area":"Design agent skills","exportHits":1,"why":"Design procedures packaged as portable skills connect generative UI tools to repeatable production workflows."},{"rank":101,"repo":"evidentlyai/evidently","url":"https://github.com/evidentlyai/evidently","stars":7742,"forks":886,"theme":"reliability","area":"LLM observability","exportHits":1,"why":"Evaluation, testing, and monitoring are converging into one operational loop for AI systems after deployment."},{"rank":102,"repo":"teamchong/pxpipe","url":"https://github.com/teamchong/pxpipe","stars":6637,"forks":565,"theme":"context","area":"Visual context compression","exportHits":2,"why":"Rendering bulky text context as images explores a new tradeoff between multimodal input capacity, token cost, and recoverability."},{"rank":103,"repo":"GoogleCloudPlatform/agent-starter-pack","url":"https://github.com/GoogleCloudPlatform/agent-starter-pack","stars":6520,"forks":1497,"theme":"tools","area":"Production templates","exportHits":1,"why":"Agent templates with CI/CD, evaluation, and observability compress the path from demo to governed cloud deployment."},{"rank":104,"repo":"airweave-ai/airweave","url":"https://github.com/airweave-ai/airweave","stars":6494,"forks":816,"theme":"context","area":"Context retrieval","exportHits":1,"why":"A dedicated retrieval layer separates continuously changing source synchronization from the agent application itself."},{"rank":105,"repo":"steipete/agent-scripts","url":"https://github.com/steipete/agent-scripts","stars":6451,"forks":535,"theme":"tools","area":"Operational scripts","exportHits":5,"why":"Small reusable scripts make recurring maintenance and review workflows callable by agents instead of rediscovered ad hoc."},{"rank":106,"repo":"max-sixty/worktrunk","url":"https://github.com/max-sixty/worktrunk","stars":5965,"forks":208,"theme":"tools","area":"Parallel-agent worktrees","exportHits":1,"why":"Agent-oriented worktree management makes isolated parallel coding sessions reproducible and easier to supervise."},{"rank":107,"repo":"1weiho/open-slide","url":"https://github.com/1weiho/open-slide","stars":5953,"forks":416,"theme":"ui","area":"Agent-native slides","exportHits":1,"why":"A code-native slide framework gives agents structured layout, components, and renderable output rather than opaque presentation files."},{"rank":108,"repo":"MinishLab/semble","url":"https://github.com/MinishLab/semble","stars":5684,"forks":237,"theme":"context","area":"Code search","exportHits":1,"why":"Token-efficient structural code search reduces the context tax of finding the right repository evidence before editing."},{"rank":109,"repo":"agent-infra/sandbox","url":"https://github.com/agent-infra/sandbox","stars":5473,"forks":491,"theme":"reliability","area":"Integrated agent sandbox","exportHits":1,"why":"Combining browser, shell, files, MCP, and an editor in one container gives agent runs a bounded and reproducible execution environment."},{"rank":110,"repo":"google/agents-cli","url":"https://github.com/google/agents-cli","stars":5326,"forks":563,"theme":"tools","area":"Agent delivery CLI","exportHits":1,"why":"Creating, evaluating, and deploying agents through one CLI makes the lifecycle a reproducible engineering workflow."},{"rank":111,"repo":"vercel-labs/zerolang","url":"https://github.com/vercel-labs/zerolang","stars":5224,"forks":341,"theme":"reliability","area":"Agent programming language","exportHits":1,"why":"A language built around structured diagnostics gives coding agents machine-readable repair signals instead of prose compiler output."},{"rank":112,"repo":"jgraph/drawio-mcp","url":"https://github.com/jgraph/drawio-mcp","stars":4947,"forks":310,"theme":"ui","area":"Streaming diagram UI","exportHits":2,"why":"Streaming diagram primitives through MCP turns model-generated structure into an inspectable visual work surface while it is being built."},{"rank":113,"repo":"mistralai/mistral-vibe","url":"https://github.com/mistralai/mistral-vibe","stars":4724,"forks":608,"theme":"tools","area":"Coding agent CLI","exportHits":1,"why":"A minimal coding CLI from a model provider shows the harness layer becoming as strategic as the model endpoint."},{"rank":114,"repo":"mixedbread-ai/mgrep","url":"https://github.com/mixedbread-ai/mgrep","stars":4306,"forks":171,"theme":"context","area":"Multimodal search","exportHits":1,"why":"Semantic grep across code, images, and documents offers agents one retrieval primitive across heterogeneous project context."},{"rank":115,"repo":"rivet-dev/agentos","url":"https://github.com/rivet-dev/agentos","stars":4039,"forks":200,"theme":"tools","area":"Embedded agent runtime","exportHits":2,"why":"A library-level runtime using isolates lets applications host bounded agents inside existing backends without a separate SaaS control plane."},{"rank":116,"repo":"cursor/cookbook","url":"https://github.com/cursor/cookbook","stars":3974,"forks":470,"theme":"tools","area":"Coding-agent recipes","exportHits":1,"why":"Official workflow recipes expose the operating patterns around coding agents, not only the editor feature set."},{"rank":117,"repo":"google-gemini/gemini-skills","url":"https://github.com/google-gemini/gemini-skills","stars":3840,"forks":388,"theme":"tools","area":"Model skills","exportHits":2,"why":"Provider-maintained skills make model and SDK expertise loadable as procedures instead of copied documentation."},{"rank":118,"repo":"BuilderIO/skills","url":"https://github.com/BuilderIO/skills","stars":3754,"forks":190,"theme":"tools","area":"Visual engineering skills","exportHits":1,"why":"Portable planning and visual-recap skills make graphical artifacts part of the coding-agent coordination loop."},{"rank":119,"repo":"memodb-io/Acontext","url":"https://github.com/memodb-io/Acontext","stars":3584,"forks":326,"theme":"context","area":"Skill memory","exportHits":1,"why":"Treating skills as memory connects reusable procedures with the state and evidence agents need to apply them correctly."},{"rank":120,"repo":"openai/openai-agents-js","url":"https://github.com/openai/openai-agents-js","stars":3448,"forks":868,"theme":"tools","area":"JavaScript agent SDK","exportHits":1,"why":"A JavaScript SDK brings tools, handoffs, tracing, and voice agents into the dominant web application runtime."},{"rank":121,"repo":"oceanbase/seekdb","url":"https://github.com/oceanbase/seekdb","stars":2837,"forks":311,"theme":"context","area":"Agent storage","exportHits":1,"why":"Unifying vector, text, structured, and semi-structured retrieval reduces the storage fragmentation behind agent memory."},{"rank":122,"repo":"simonw/files-to-prompt","url":"https://github.com/simonw/files-to-prompt","stars":2764,"forks":176,"theme":"context","area":"File context packing","exportHits":1,"why":"A small deterministic context packer remains useful because inspectable preprocessing is often preferable to opaque ingestion."},{"rank":123,"repo":"Agent-Field/agentfield","url":"https://github.com/Agent-Field/agentfield","stars":2431,"forks":385,"theme":"tools","area":"Agent control plane","exportHits":2,"why":"Treating agents as routable APIs and microservices puts memory, asynchronous execution, scaling, and audit into one control plane."},{"rank":124,"repo":"cursor/plugins","url":"https://github.com/cursor/plugins","stars":2427,"forks":187,"theme":"tools","area":"Coding-agent plugins","exportHits":1,"why":"An official plugin specification makes coding-agent extensions installable and governed instead of hidden in personal configuration."},{"rank":125,"repo":"openai/openai-apps-sdk-examples","url":"https://github.com/openai/openai-apps-sdk-examples","stars":2282,"forks":516,"theme":"ui","area":"Embedded agent UI","exportHits":1,"why":"Runnable Apps SDK examples show how model responses become interactive, stateful product surfaces instead of plain text."},{"rank":126,"repo":"benchflow-ai/skillsbench","url":"https://github.com/benchflow-ai/skillsbench","stars":1566,"forks":343,"theme":"reliability","area":"Skill evaluation","exportHits":1,"why":"Skills need behavioral benchmarks that measure both the procedure and the agent's ability to invoke it correctly."},{"rank":127,"repo":"chunkhound/chunkhound","url":"https://github.com/chunkhound/chunkhound","stars":1367,"forks":114,"theme":"context","area":"Local code intelligence","exportHits":1,"why":"Local-first codebase intelligence gives agents structural retrieval without exporting private repositories to a hosted index."},{"rank":128,"repo":"coinbase/agentkit","url":"https://github.com/coinbase/agentkit","stars":1275,"forks":754,"theme":"tools","area":"Agent wallet toolkit","exportHits":1,"why":"Wallet primitives let agents transact under explicit tool contracts, pushing identity, permissions, and audit into the agent economy."},{"rank":129,"repo":"langchain-ai/openevals","url":"https://github.com/langchain-ai/openevals","stars":1126,"forks":106,"theme":"reliability","area":"Evaluation library","exportHits":1,"why":"Ready-made evaluators lower the cost of putting repeatable quality checks around LLM and agent behavior."},{"rank":130,"repo":"AI-Builder-Club/skills","url":"https://github.com/AI-Builder-Club/skills","stars":1036,"forks":140,"theme":"reliability","area":"Loop engineering skills","exportHits":2,"why":"Codebase maps and loop-engineering procedures package structural evidence and repeatable maintenance cycles for coding agents."},{"rank":131,"repo":"SafeAI-Lab-X/ClawKeeper","url":"https://github.com/SafeAI-Lab-X/ClawKeeper","stars":1033,"forks":58,"theme":"reliability","area":"Agent runtime security","exportHits":1,"why":"Skills, plugins, and runtime watchers form a layered security boundary around a tool-using personal agent."},{"rank":132,"repo":"microsoft/work-iq","url":"https://github.com/microsoft/work-iq","stars":947,"forks":109,"theme":"context","area":"Enterprise work context","exportHits":1,"why":"An MCP and CLI surface for organizational work context points toward governed enterprise knowledge becoming directly agent-callable."},{"rank":133,"repo":"openai/realtime-voice-component","url":"https://github.com/openai/realtime-voice-component","stars":878,"forks":113,"theme":"ui","area":"Realtime voice UI","exportHits":1,"why":"A reusable voice component makes low-latency multimodal interaction an embeddable interface primitive rather than a bespoke demo."},{"rank":134,"repo":"CopilotKit/generative-ui","url":"https://github.com/CopilotKit/generative-ui","stars":783,"forks":69,"theme":"ui","area":"Generative UI protocols","exportHits":1,"why":"Examples across AG-UI, A2UI, Open JSON UI, and MCP Apps reveal an emerging protocol layer for model-generated interfaces."},{"rank":135,"repo":"langchain-ai/agent-protocol","url":"https://github.com/langchain-ai/agent-protocol","stars":637,"forks":55,"theme":"reliability","area":"Agent service contract","exportHits":1,"why":"A framework-neutral service contract separates agent infrastructure and lifecycle operations from any one orchestration library."},{"rank":136,"repo":"senlindesign/taste-skill","url":"https://github.com/senlindesign/taste-skill","stars":241,"forks":17,"theme":"ui","area":"Design reasoning skill","exportHits":1,"why":"Extracting design decisions and tradeoffs rather than only tokens gives interface agents a more durable representation of visual intent."},{"rank":137,"repo":"zapier/AutomationBench","url":"https://github.com/zapier/AutomationBench","stars":141,"forks":16,"theme":"reliability","area":"Business-workflow benchmark","exportHits":1,"why":"Realistic business automation tasks test whether agents can complete multi-step work across tools, not merely answer benchmark questions."},{"rank":138,"repo":"OpenDataBox/MemoryData","url":"https://github.com/OpenDataBox/MemoryData","stars":120,"forks":19,"theme":"reliability","area":"Agent memory benchmark","exportHits":1,"why":"A unified benchmark for memory-augmented agents makes storage, extraction, retrieval, and use comparable as a system."},{"rank":139,"repo":"cisco-foundation-ai/fully-automated-prompt-optimization","url":"https://github.com/cisco-foundation-ai/fully-automated-prompt-optimization","stars":99,"forks":12,"theme":"reliability","area":"Pipeline self-optimization","exportHits":1,"why":"Optimizing multi-step LLM chains with coding agents and evals moves improvement from manual prompt editing to a measured loop."},{"rank":140,"repo":"AgentToolkit/altk-evolve","url":"https://github.com/AgentToolkit/altk-evolve","stars":95,"forks":11,"theme":"reliability","area":"Iterative agent improvement","exportHits":1,"why":"Iteration-based self-improvement makes agent changes explicit artifacts that can be compared and evaluated between runs."}]}
