Skip to content

Repo sync for protected branch#398

Open
learn-build-service-prod[bot] wants to merge 45 commits intomainfrom
main639130480949118926sync_temp
Open

Repo sync for protected branch#398
learn-build-service-prod[bot] wants to merge 45 commits intomainfrom
main639130480949118926sync_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
SergeyMenshykh and others added 15 commits April 24, 2026 15:45
- Update 05_first_workflow.py references to 05_functional_workflow_with_agents.py
- Fix GitHub link to renamed sample file
- Polish A2A SDK v1 migration guide (review feedback)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Sync Agent Framework Python docs for PRs since 2026-04-22

Updates docs to reflect changes in microsoft/agent-framework Python PRs
merged after MicrosoftDocs/semantic-kernel-pr#982 (2026-04-22).

- get-started/workflows.md, AGENTS.md: rename
  01-get-started/05_first_workflow.py -> 07_first_graph_workflow.py
  (microsoft/agent-framework#4238).
- integrations/a2a.md: add Python section 'Exposing an Agent Framework
  agent over A2A' documenting A2AExecutor and the new
  agent_framework_to_a2a.py sample (microsoft/agent-framework#2403).
- agents/providers/github-copilot.md: add Observability subsection in
  Python zone showing configure_otel_providers() and
  RawGitHubCopilotAgent (microsoft/agent-framework#5142).
- agents/providers/microsoft-foundry.md: add 'Connecting to a deployed
  (hosted) Foundry agent' subsection covering allow_preview=True / v2
  and explicit AIProjectClient session creation
  (microsoft/agent-framework#5447).
- integrations/hyperlight.md: note that result_parser does not run on
  the sandbox path; tools must format in-sandbox themselves
  (microsoft/agent-framework#5424).

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

* Defer #4238 (functional workflow API) doc updates to PR author

Revert the get-started/workflows.md sample rename and the AGENTS.md
mapping update. The author of microsoft/agent-framework#4238 will
handle the docs (rename + new functional workflow page) in a
dedicated follow-up.

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

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sync Agent Framework Python docs for PRs since 2026-04-22 (#989)
Update the SubprocessScriptRunner simplified equivalent code block and
description text to reflect the new API:

- Runner signature now takes JsonElement? + IServiceProvider? instead of
  IDictionary<string, object?>
- File-based scripts now expect a JSON array of strings as positional
  CLI arguments instead of key-value flags
- Use AgentFileSkill/AgentFileSkillScript types in the sample

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Update skills docs for agent-framework PR #5475: JsonElement script args
Source issue: microsoft/agent-framework#5401

Co-authored-by: MAF Dashboard Bot <maf-dashboard-bot@users.noreply.github.com>
* Docs: update functional docs

Source issue: microsoft/agent-framework#5471

* Address review feedback for #987: review comment fixes

* Address review feedback for #987: review comment fixes

* Remove unnecessary backslash escapes before pipe in table cells

Remove \| escape sequences from markdown table type columns (e.g.
`str \| None` → `str | None`). The backslashes are not needed
inside backtick spans within markdown tables.

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

* docs(functional): address review comments on functional workflow page

- Fix .text description: 'no outputs' → 'no string outputs' (comment 1)
- Add direct-call comparison in Running a workflow example (comment 2)
- Replace ctx.add_event() inline code with reference link to events docs (comment 3)
- Replace ctx.get_state()/set_state() inline code with reference link to state docs (comment 4)
- Replace per-file sample table with folder-level links to avoid sync issues (comment 5)

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

* Address review feedback for #987: review comment fixes

---------

Co-authored-by: MAF Dashboard Bot <maf-dashboard-bot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Docs: group workflow TOC by Functional and Graph-based APIs
Merge pull request #996 from moonbox3/improve-functional-workflow-docs
@learn-build-service-prod
Copy link
Copy Markdown
Contributor Author

Learn Build status updates of commit 7a1d002:

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

7 participants