Skip to content

Repo sync for protected branch#419

Open
learn-build-service-prod[bot] wants to merge 108 commits into
mainfrom
main639181037090348737sync_temp
Open

Repo sync for protected branch#419
learn-build-service-prod[bot] wants to merge 108 commits into
mainfrom
main639181037090348737sync_temp

Conversation

@learn-build-service-prod

Copy link
Copy Markdown
Contributor

Learn Build Service tried pushing to main, but failed due to branch protection rule in this branch. We create this pull request for manual merge. Please merge this pull request to complete this sync.
If you want to make push successfully without creating such pull requests in future, please follow working with branch protection rule to update your branch protection rule.

cdpark and others added 30 commits April 8, 2026 14:28
* Add sections for vector store integration

* Fix links

* Fix broken links

* Fix titles

* Apply suggestion from @SergeyMenshykh

Co-authored-by: SergeyMenshykh <68852919+SergeyMenshykh@users.noreply.github.com>

---------

Co-authored-by: SergeyMenshykh <68852919+SergeyMenshykh@users.noreply.github.com>
* Update AG-UI code samples to current Python and .NET SDK APIs

Source issue: microsoft/agent-framework#5178

* Address review feedback for #969: review comment fixes

* Address review feedback for #969: review comment fixes

---------

Co-authored-by: MAF Dashboard Bot <maf-dashboard-bot@users.noreply.github.com>
* Add skeleton and llm fundamentals

* Add from llm to agent

* Add adding-tools

* Add adding skills

* Add adding middleware

* Add context providers

* Add agents as tools

* Add A2A

* Add workflows

* Fixes

* Fixes 2

* Move down

* Minor fix

* Comments 1

* Comments 2
… safety, and Python parity (#940)

Source issue: microsoft/agent-framework#4894

Co-authored-by: MAF Dashboard Bot <maf-dashboard-bot@users.noreply.github.com>
…stricted deserialization (#973)

Source issue: microsoft/agent-framework#5200

Co-authored-by: MAF Dashboard Bot <maf-dashboard-bot@users.noreply.github.com>
…tories/ResourceDirectories

Sync documentation with agent-framework PR #5205 which standardizes
file skills terminology from 'folder' to 'directory' for consistency
with the agentskills.io specification and .NET conventions.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sync sills documentation with latest changes
* Add evaluation documentation for Agent Framework

Document the agent evaluation feature covering local evaluators,
Azure AI Foundry evaluators, conversation split strategies, workflow
evaluation, and mixed evaluator patterns for both C# and Python.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Update agent-framework/agents/evaluation.md

Co-authored-by: Roger Barreto <19890735+rogerbarreto@users.noreply.github.com>

* Update agent-framework/agents/evaluation.md

Co-authored-by: Roger Barreto <19890735+rogerbarreto@users.noreply.github.com>

---------

Co-authored-by: alliscode <bentho@microsoft.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Roger Barreto <19890735+rogerbarreto@users.noreply.github.com>
* Fix Python structured output docs: use options dict for response_format

The Python code samples incorrectly showed response_format as a direct
parameter to agent.run(). The correct API requires passing it via the
options dict: options={"response_format": ...}. Updated all affected
code samples and prose in the structured output guide.

Fixes microsoft/agent-framework#5332

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Address review feedback for #980: review comment fixes

* Fix redirect_document_id conflict and update markwallace author references

- Set redirect_document_id to false for tutorials/agents/structured-output.md
  to resolve redirection-url-conflict warning (only one redirect per URL can
  have redirect_document_id: true)
- Update author to moonbox3 and ms.author to evmattso in running-agents.md,
  hosted-mcp-tools.md, local-mcp-tools.md, and overview/index.md

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: MAF Dashboard Bot <maf-dashboard-bot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add evaluation documentation for Agent Framework (#978)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…rning

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add A2A agent provider and A2A hosting documentation
learn-build-service-prod Bot and others added 28 commits May 26, 2026 14:57
ms.topic= conceptual

Replace with

ms.topic = article

Co-authored-by: Docs Allowlist Management <docs-allowlist-mgmt@microsoft.com>
ms.topic= conceptual

Replace with

ms.topic = article

Co-authored-by: Docs Allowlist Management <docs-allowlist-mgmt@microsoft.com>
ms.topic= conceptual

Replace with

ms.topic = article

Co-authored-by: Docs Allowlist Management <docs-allowlist-mgmt@microsoft.com>
ms.topic= conceptual

Replace with

ms.topic = article

Co-authored-by: Docs Allowlist Management <docs-allowlist-mgmt@microsoft.com>
ms.topic= conceptual

Replace with

ms.topic = article

Co-authored-by: Docs Allowlist Management <docs-allowlist-mgmt@microsoft.com>
ms.topic= conceptual

Replace with

ms.topic = article

Co-authored-by: Docs Allowlist Management <docs-allowlist-mgmt@microsoft.com>
ms.topic= conceptual

Replace with

ms.topic = article

Co-authored-by: Docs Allowlist Management <docs-allowlist-mgmt@microsoft.com>
ms.topic= conceptual

Replace with

ms.topic = article

Co-authored-by: Docs Allowlist Management <docs-allowlist-mgmt@microsoft.com>
ms.topic= conceptual

Replace with

ms.topic = article

Co-authored-by: Docs Allowlist Management <docs-allowlist-mgmt@microsoft.com>
ms.topic= conceptual

Replace with

ms.topic = article

Co-authored-by: Docs Allowlist Management <docs-allowlist-mgmt@microsoft.com>
… changes

- Update github-copilot.md Python section for github-copilot-sdk v1.0:
  - Add GITHUB_COPILOT_BASE_DIRECTORY to config table
  - Replace stale permission handler examples with v1.0 API patterns
  - Fix MCPServerConfig import path (copilot.types -> copilot.session)

- Backfill python-2026-significant-changes.md with releases 1.0.1-1.8.0:
  - Add python-1.8.0 section (GHCP SDK v1.0 breaking change + 6 enhancements)
  - Add python-1.7.0 section (declarative renames)
  - Add python-1.6.0 section (instrumentation enabled by default)
  - Add python-1.4.0 section (skills/DevUI/A2A breaking changes)
  - Add python-1.3.0 section (skills restructure + enhancements)
  - Add python-1.2.2 section (orchestration outputs standardized)
  - Add python-1.1.0 section (Cosmos pickle restriction + new packages)
  - Add python-1.0.1 section (FileCheckpoint security hardening)
  - Update Summary Table with all new entries
  - Fix stale ToolInvocation import path in existing rc4 entry

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…l-significant-changes

docs: Update GHCP provider for SDK v1.0 and backfill python-2026-significant-changes
* Updating workflow state article to clarify scope names for dotnet.

* Removing unrelated file.

---------

Co-authored-by: alliscode <bentho@microsoft.com>
* Rename durable integration docs to Durable Extension

* Fix markdown cleanup in durable extension docs

* Update agent-framework/integrations/durable-extension.md

Co-authored-by: westey <164392973+westey-m@users.noreply.github.com>

* Update agent-framework/integrations/durable-extension.md

Co-authored-by: westey <164392973+westey-m@users.noreply.github.com>

* Update agent-framework/integrations/durable-extension.md

Co-authored-by: westey <164392973+westey-m@users.noreply.github.com>

* Update agent-framework/integrations/durable-extension.md

Co-authored-by: westey <164392973+westey-m@users.noreply.github.com>

---------

Co-authored-by: Nick Greenfield <nickgreenfield@Nicks-MacBook-Pro.local>
Co-authored-by: westey <164392973+westey-m@users.noreply.github.com>
Update namespace from GitHub.Copilot.SDK to GitHub.Copilot, migrate
permission handler from PermissionRequestResult to PermissionDecision,
and remove --prerelease flag since the package is now stable.

Companion to microsoft/agent-framework#6381.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Docs: update controlling tool availability tool docs

Source issue: microsoft/agent-framework#6470

* Address review comments: fix absolute links and generalize tool names

- python-2026-significant-changes.md: convert absolute learn.microsoft.com
  link to relative path for locale-agnostic linking
- controlling-tool-availability.md: replace customer-specific work_item
  tool names with generic record-based names (get_record/update_record)
  in the gating pattern, middleware, and tool_choice examples

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: MAF Dashboard Bot <maf-dashboard-bot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
… provider docs (#1045)

The Responses Client code examples used the incorrect method name
GetResponseClient("gpt-4o-mini") which does not exist. The correct API is
GetResponsesClient() (plural, no arguments) with the model passed to
AsAIAgent() instead.

Fixes microsoft/agent-framework#6401

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Sync Agent Framework Python docs with code repo

Update Agent Framework Python docs to match current samples and public APIs across get-started, agents, workflows, integrations, DevUI, and migration/upgrade guidance.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Fix Agent Framework doc metadata

Replace unsupported conceptual topic metadata and update compaction page ownership.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Update declarative documentation to reflect AOT improvement

* Fix broken link
@learn-build-service-prod

Copy link
Copy Markdown
Contributor Author

Learn Build status updates of commit 893bdf0:

✅ Validation status: passed

For more details, please refer to the build report.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.