Skip to content

Commit 0def571

Browse files
authored
Merge pull request #939 from MicrosoftDocs/main
Merge main to live
2 parents 8e20a5e + a16503a commit 0def571

25 files changed

Lines changed: 1388 additions & 27 deletions

agent-framework/TOC.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ items:
4040
href: agents/observability.md
4141
- name: Agent Skills
4242
href: agents/skills.md
43+
- name: Agent Safety
44+
href: agents/safety.md
4345
- name: Tools
4446
items:
4547
- name: Overview
@@ -152,6 +154,16 @@ items:
152154
href: workflows/orchestrations/group-chat.md
153155
- name: Magentic
154156
href: workflows/orchestrations/magentic.md
157+
- name: Advanced
158+
items:
159+
- name: Agent Executor
160+
href: workflows/advanced/agent-executor.md
161+
- name: Execution Modes
162+
href: workflows/advanced/execution-modes.md
163+
- name: Resettable Executors
164+
href: workflows/advanced/resettable-executors.md
165+
- name: Sub-Workflows
166+
href: workflows/advanced/sub-workflows.md
155167
- name: Integrations
156168
items:
157169
- name: Overview

agent-framework/agents/conversations/compaction.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,4 @@ compacted = await apply_compaction(
650650
## Next steps
651651

652652
> [!div class="nextstepaction"]
653-
> [Context Providers](context-providers.md)
654-
655-
> [!div class="nextstepaction"]
656-
> [Storage](storage.md)
653+
> [Middleware](../middleware/index.md)

agent-framework/agents/conversations/storage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,4 +361,4 @@ resumed = AgentSession.from_dict(serialized)
361361
## Next steps
362362

363363
> [!div class="nextstepaction"]
364-
> [Running Agents](../running-agents.md)
364+
> [Compaction](./compaction.md)

agent-framework/agents/middleware/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,4 +881,4 @@ if __name__ == "__main__":
881881
## Next steps
882882

883883
> [!div class="nextstepaction"]
884-
> [Agent Background Responses](../background-responses.md)
884+
> [Defining Middleware](./defining-middleware.md)

agent-framework/agents/middleware/runtime-context.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,4 @@ Use `function_invocation_kwargs` for tool-invocation flows and `client_kwargs` f
212212
## Next steps
213213

214214
> [!div class="nextstepaction"]
215-
> [Middleware Overview](./index.md)
215+
> [Providers](../providers/index.md)

agent-framework/agents/observability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -572,4 +572,4 @@ if __name__ == "__main__":
572572
## Next steps
573573

574574
> [!div class="nextstepaction"]
575-
> [Tools overview](tools/index.md)
575+
> [Agent Skills](skills.md)

agent-framework/agents/providers/anthropic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,4 +515,4 @@ See the [Agent getting started tutorials](../../get-started/your-first-agent.md)
515515
## Next steps
516516

517517
> [!div class="nextstepaction"]
518-
> [Azure AI Agents](./microsoft-foundry.md)
518+
> [Ollama](./ollama.md)

agent-framework/agents/providers/copilot-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ Console.WriteLine(await agent.RunAsync("What are our company policies on remote
4848
## Next steps
4949

5050
> [!div class="nextstepaction"]
51-
> [Providers Overview](./index.md)
51+
> [Custom Provider](./custom.md)

agent-framework/agents/providers/github-copilot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,4 +396,4 @@ For more information on how to run and interact with agents, see the [Agent gett
396396
## Next steps
397397

398398
> [!div class="nextstepaction"]
399-
> [Custom Agents](./custom.md)
399+
> [Copilot Studio](./copilot-studio.md)

agent-framework/agents/providers/microsoft-foundry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,4 +604,4 @@ For more information on how to run and interact with agents, see the [Agent gett
604604
## Next steps
605605

606606
> [!div class="nextstepaction"]
607-
> [Foundry Models based Agents](./microsoft-foundry.md)
607+
> [Anthropic](./anthropic.md)

0 commit comments

Comments
 (0)