Tag
Explore by tags
Source code for the GitHub Copilot Chat extension in VS Code: inline chat, an agent mode that plans and edits files autonomously, next-edit suggestions, and MCP integration. Open-sourced so developers can study how Copilot connects to an editor.
A template and workflow for feeding AI coding assistants structured context — project rules, code examples, and validation gates — instead of one-off prompts. Centers on Product Requirements Prompts (PRPs) that an agent generates, then executes.
Official, runnable examples for Amazon Bedrock AgentCore, AWS's framework- and model-agnostic platform for deploying AI agents. Spans Runtime, Memory, Gateway, Identity, and Observability through notebooks, code, and infrastructure templates.
Spec-driven agentic dev platform that turns a prompt into requirements, a design doc, and sequenced tasks before any code is written, then implements from the spec. Runs across IDE, CLI, web, and mobile; validates output with property-based tests.
An agentic framework that analyzes, plans, and executes multi-step video understanding and editing workflows using multimodal LLM-driven agents—features intent decomposition, graph-based workflow orchestration, and automated shot planning for long-form video tasks.
Closes a learning loop most agents lack: turns experience into reusable skills, refines them mid-task, and full-text searches its own past sessions for recall. Runs from CLI or Telegram/Discord/Slack and schedules unattended cron jobs.
Modular marketplace of focused Claude Code plugins that composes specialized agents and progressive 'agent skills' to orchestrate multi-agent development workflows while minimizing token usage.
Compiles an agent's raw chat logs, documents, and tool traces into three persistent layers — index, learned skills, and user memory — so context survives sessions. Claims 92% Locomo-benchmark accuracy and up to 95% lower token cost than replaying history.
Lets AI coding agents provision and operate a full backend themselves — Postgres with pgvector, OAuth2 auth, S3-style storage, Deno edge functions, and hosting — through one interface, plus an OpenAI-compatible model gateway.
Adds a lightweight, spec-driven workflow so AI coding assistants agree on requirements before code is produced — creates per-change artifacts (proposal, specs, design, tasks), exposes CLI slash-commands, and integrates with 20+ tools for repeatable AI-driven development.
Deploys autonomous AI agents that dynamically attack running apps and return validated proof-of-concept exploits instead of static-analysis noise. Specialized agents cover IDOR, injection, SSRF, XSS, and auth flaws, with HTTP proxy and CI/CD hooks.
Deep research agent for complex, long-horizon research and prediction tasks. Pairs a 256K context window with up to 300 tool calls per query for web search, extraction, and code execution. Ships as open 30B and 235B models scoring 82.7% on GAIA.