[dotnet-ai] Agent stack (agentic-workflow + copilot-sdk-integration) - #244
[dotnet-ai] Agent stack (agentic-workflow + copilot-sdk-integration)#244luisquintanilla wants to merge 2 commits into
Conversation
Adds two agent stack skills: agentic-workflow (MAF AIAgent, AgentSession, AsAIFunction, durable agents, A2A) and copilot-sdk-integration (three paths: LLM backend, agent harness, platform extensions, Bridge Pattern). Fixes dotnet#232 Part of dotnet#225 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
.NET 10 is the current LTS (released Nov 2025). .NET 8 reaches end-of-support Nov 2026. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
This PR has been automatically marked as stale because it has no activity for 30 days. It will be closed if no further activity occurs within another 7 days of this comment. If it is closed, you may reopen it anytime when you're ready again.
|
|
This pull request has been automatically closed because it has been open for more than 30 days with no recent activity. If you believe this work is still relevant, please feel free to reopen or create a new pull request. Thank you for your contribution! Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "awmgmcpg"See Network Configuration for more information.
|
Fixes #232
Part of #225
Dependencies
Summary
Adds two agent stack skills that cover the Runtime and Harness layers of the .NET AI stack:
agentic-workflowMicrosoft Agent Framework (MAF):AIAgent,AgentSession,AsAIFunctionfor multi-agent composition, durable agents withAgentSessionManager, and A2A (Agent-to-Agent) protocolcopilot-sdk-integrationGitHub Copilot SDK three dimensions: LLM backend (zero-config auth, BYOK), agent harness (sessions, MCP, safe outputs), platform extensions. Includes the Bridge Pattern (prototype with CopilotClient deploy with Azure viaAsAIAgent())Changes
plugins/dotnet-ai/skills/agentic-workflow/SKILL.mdplugins/dotnet-ai/skills/copilot-sdk-integration/SKILL.mdtests/dotnet-ai/agentic-workflow/eval.yamltests/dotnet-ai/copilot-sdk-integration/eval.yamlKey Packages
Microsoft.Agents.AI(MAF, prerelease)GitHub.Copilot.SDK(Copilot SDK, preview)Microsoft.Agents.AI.GitHub.Copilot(bridge package)Validation