Skip to content

Commit 7deac45

Browse files
committed
docs: add some new links
1 parent 45708a3 commit 7deac45

26 files changed

Lines changed: 126 additions & 217 deletions

Program.cs

Lines changed: 0 additions & 123 deletions
This file was deleted.

ReleaseNotes.csproj

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/ai/acp.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Agent Client Protocol (ACP)
2+
3+
## Resources
4+
- [Agent Client Protocol (ACP) - agentclientprotocol.com](https://agentclientprotocol.com/)
5+
6+
## Articles
7+
- [Agent Client Protocol (ACP) - Jetbrains](https://www.jetbrains.com/help/ai-assistant/acp.html)

docs/ai/agent-framework.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@
2020
- [microsoft/agent-framework](https://github.com/microsoft/agent-framework) - A framework for building, orchestrating and deploying AI agents and multi-agent workflows with support for Python and .NET.
2121

2222
## Samples
23-
- [microsoft/agent-framework/dotnet/samples](https://github.com/microsoft/agent-framework/tree/main/dotnet/samples)
23+
- [microsoft/agent-framework/dotnet/samples](https://github.com/microsoft/agent-framework/tree/main/dotnet/samples)
24+
- [microsoft/Agent-Framework-Samples](https://github.com/microsoft/Agent-Framework-Samples) - Agent Framework Samples - showcasing ways in which agent framework can be utilized.
25+
- [luisquintanilla/hello-world-agents](https://github.com/luisquintanilla/hello-world-agents) - Sample .NET app using Microsoft Agent Framework to showcase collaborative AI agents (e.g. writer + editor) with web & console interfaces.
26+
- [elbruno/elbruno.agentsorchestration](https://github.com/elbruno/elbruno.agentsorchestration) - A lightweight .NET library for orchestrating multiple AI agents through a 6-step pipeline (Plan → Parse → Execute → Verify → Review → Report).
27+
- [luisquintanilla/dotnet-ai-e2e](https://github.com/luisquintanilla/dotnet-ai-e2e) - End-to-end .NET AI demo: MEAI, MAF, MCP, Aspire, Vector Data, Python polyglot agents, and AI Evaluation

docs/ai/agent.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@
22

33
## Resources
44
- [microsoft/ai-agents-for-beginners](https://github.com/microsoft/ai-agents-for-beginners) - 12 Lessons to Get Started Building AI Agents
5+
- [huggingface/agents-course](https://github.com/huggingface/agents-course) - This repository contains the Hugging Face Agents Course.
56

67
## Samples
78
- [NirDiamant/GenAI_Agents](https://github.com/NirDiamant/GenAI_Agents) - This repository provides tutorials and implementations for various Generative AI Agent techniques, from basic to advanced. It serves as a comprehensive guide for building intelligent, interactive AI systems.
89
- [NirDiamant/agents-towards-production](https://github.com/NirDiamant/agents-towards-production) - This repository delivers end-to-end, code-first tutorials covering every layer of production-grade GenAI agents, guiding you from spark to scale with proven patterns and reusable blueprints for real-world launches.
10+
- [luisquintanilla/maf-ghcpsdk-sample](https://github.com/luisquintanilla/maf-ghcpsdk-sample)
911

1012
## Tools & Libraries
11-
- [kagent-dev/kagent](https://github.com/kagent-dev/kagent) - Cloud Native Agentic AI
13+
- [microsoft/agent-framework](https://github.com/microsoft/agent-framework) - A framework for building, orchestrating and deploying AI agents and multi-agent workflows with support for Python and .NET.
14+
- [kagent-dev/kagent](https://github.com/kagent-dev/kagent) - Cloud Native Agentic AI
15+
- [ag-ui-protocol/ag-ui](https://github.com/ag-ui-protocol/ag-ui) - AG-UI: the Agent-User Interaction Protocol. Bring Agents into Frontend Applications
16+
- [pydantic/pydantic-ai](https://github.com/pydantic/pydantic-ai) - GenAI Agent Framework, the Pydantic way

docs/ai/ai-security.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# AI Security
2+
3+
## Articles
4+
- [Docker Sandboxes - docs.docker.com](https://docs.docker.com/ai/sandboxes/)
5+
- [Claude Code sandbox - docs.docker.com](https://docs.docker.com/ai/sandboxes/agents/claude-code/)
6+
- [Copilot sandbox - docs.docker.com](https://docs.docker.com/ai/sandboxes/agents/copilot/)
7+
- [Beyond permission prompts: making Claude Code more secure and autonomous](https://www.anthropic.com/engineering/claude-code-sandboxing)
8+
- [Sandboxing - code.claude.com](https://code.claude.com/docs/en/sandboxing)
9+
- [Running GitHub Copilot CLI Safely with Docker Sandbox](https://dev.to/brunoborges/running-github-copilot-cli-safely-with-docker-sandbox-2f4i)
10+
11+
## Libraries
12+
- [anthropic-experimental/sandbox-runtime](https://github.com/anthropic-experimental/sandbox-runtime) - A lightweight sandboxing tool for enforcing filesystem and network restrictions on arbitrary processes at the OS level, without requiring a container.

docs/ai/code-assistants.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

docs/ai/llms.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/ai/mcp.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,15 @@
2828
## Libraries & Tools
2929
- [agentgateway/agentgateway](https://github.com/agentgateway/agentgateway) - Next Generation Agentic Proxy for AI Agents and MCP servers
3030
- [microsoft/mcp-gateway](https://github.com/microsoft/mcp-gateway) - MCP Gateway is a reverse proxy and management layer for MCP servers, enabling scalable, session-aware stateful routing and lifecycle management of MCP servers in Kubernetes environments.
31+
- [excalidraw/excalidraw-mcp](https://github.com/excalidraw/excalidraw-mcp) - Fast and streamable Excalidraw MCP App
32+
- [jgraph/drawio-mcp](https://github.com/jgraph/drawio-mcp)
33+
- [microsoft/azure-devops-mcp](https://github.com/microsoft/azure-devops-mcp) - The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
3134

3235
## Samples
3336

3437
- [microsoft/mcp-dotnet-samples](https://github.com/microsoft/mcp-dotnet-samples) - A comprehensive set of samples of creating and using MCP servers and clients with .NET
3538
- [Azure-Samples/azure-ai-travel-agents](https://github.com/Azure-Samples/azure-ai-travel-agents) - The AI Travel Agents is a robust enterprise application (hosted on ACA) that leverages MCP and multiple LamaIndex AI agents to enhance travel agency operations.
36-
- [microsoft/azure-devops-mcp](https://github.com/microsoft/azure-devops-mcp) - The MCP server for Azure DevOps, bringing the power of Azure DevOps directly to your agents.
39+
3740
- [microsoft/lets-learn-mcp-csharp](https://github.com/microsoft/lets-learn-mcp-csharp)
3841
- [skills/integrate-mcp-with-copilot](https://github.com/skills/integrate-mcp-with-copilot) - Learn how to use MCP Servers with GitHub Copilot
3942
- [christian-posta/mcp-auth-step-by-step](https://github.com/christian-posta/mcp-auth-step-by-step) - Step by step walkthrough of an MCP Authorization implementation
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Models
22

33
## Articles
4-
- [Qwen2.5: A Party of Foundation Models!](https://qwenlm.github.io/blog/qwen2.5/)
4+
- [Choosing the Right Model in GitHub Copilot: A Practical Guide for Developers](https://techcommunity.microsoft.com/blog/azuredevcommunityblog/choosing-the-right-model-in-github-copilot-a-practical-guide-for-developers/4491623)
5+
- [Compare available AI models in Copilot Chat and choose the best model for your task.](https://docs.github.com/en/copilot/reference/ai-models/model-comparison)
56

67
## Libraries
78
- [deepseek-ai/DeepSeek-V2](https://github.com/deepseek-ai/DeepSeek-V2) - DeepSeek-V2: A Strong, Economical, and Efficient Mixture-of-Experts Language Model

0 commit comments

Comments
 (0)