Skip to content

Repo sync for protected branch#424

Open
learn-build-service-prod[bot] wants to merge 121 commits into
mainfrom
main639192816099266531sync_temp
Open

Repo sync for protected branch#424
learn-build-service-prod[bot] wants to merge 121 commits into
mainfrom
main639192816099266531sync_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
giles17 and others added 28 commits June 4, 2026 13:54
… 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
* Add docs for harness agent

* Fix warning

* Address PR comments
* Add docs for harness agent

* Fix warning

* Address PR comments
* Update Agent Framework skills docs

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

* Use short dashes in skills docs

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

* Refine skills docs: remove redundant MCP section, add service injection heading

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

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Add Python equivalents for the MCP-based skills, Skill sources, and Provider construction sections, rewrite the Python tool approval section to the current approval API (ToolApprovalMiddleware auto-approval rules and disable_*_approval kwargs), and fix outdated details (filtering predicate signature, instruction-template placeholders, cache_refresh_interval, search_depth).

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add harness to getting started and promote on home page

* Address PR comments
Source issue: microsoft/agent-framework#6241

Co-authored-by: MAF Dashboard Bot <maf-dashboard-bot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Copilot-Session: 478a1462-4a04-4f89-b4e0-3dea20cdfbf0
Update AG-UI interrupt and keepalive docs (#1061)
* Add Go language support to Agent Framework Get Started docs

- Add Go pivot to zone-pivot-groups.yml
- Add agent-framework-go as dependent repository in publish config
- Add Go zone pivots to all 6 Get Started pages:
  your-first-agent, add-tools, multi-turn, memory, workflows, hosting
- Update copilot-instructions.md to reflect Go support

* Add Go documentation for all supported Agent Framework features

Write real Go zone pivot content for 38 pages covering:
- Agents: index, running, structured output, observability, multimodal,
  skills, pipeline architecture, background responses
- Tools: overview, function tools, MCP tools, hosted MCP, tool approval,
  file search, web search, code interpreter
- Middleware: overview, defining middleware
- Conversations: overview, sessions, storage, context providers
- Providers: overview, OpenAI, Azure OpenAI, Anthropic, custom
- Workflows: overview, executors, edges, events, state, checkpoints,
  agents in workflows, human-in-the-loop, observability
- Integrations: A2A protocol
- Overview page

Remaining ~50 pages keep placeholder Go zones for features not yet
ported (declarative agents, orchestrations, DevUI, etc.)

All code samples verified against actual Go source in agent-framework-go.

* Fix duplicate H2 headings in running-agents.md Go zone

* Add Go placeholder zones to new upstream pages

* fix copilot instructions

* tify getting started

* move install steps up

* add banner

* switch to foundry for opening

* update example to be e2e

* review your first agent

* Fix tab indentation in Go doc snippets

* further edits

* simplify error checking

* improve multimodal doc

* sync with go sdk

* Update Agent Framework Go docs for current SDK

* Update Agent Framework Go AG-UI docs

* Update more Agent Framework Go workflow docs

* Expand Agent Framework Go middleware docs

* sync language parity tables

* make go docs more similar to .net

* Fix Agent Framework validation warnings

* consolidate spans

* fix more things

* fix more things

* remove unnecessary go gets

* remove unnecessary go gets

* improve a2a docs

* improve a2a

* more fixes

* improve memory doc

* improve providers docs

* resync

* add pipeline diagram

* fix warning

* codereview feedback

* add subworkflow support

* Update Go workflow orchestration docs

* Fix Agent Framework ms.topic warnings

* support github copilot

* add harness

* resync go

* resync go

* support foundry

* final review

* review comments

* fix harness

---------

Co-authored-by: qmuntal <quimmuntal@gmail.com>
Add Go language support to Agent Framework docs (#985)
@learn-build-service-prod

Copy link
Copy Markdown
Contributor Author

Learn Build status updates of commit af687a7:

✅ 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.