From d5fe617285afe5ecb78fd454f9137ce8938c6e08 Mon Sep 17 00:00:00 2001 From: e-straight <142330569+e-straight@users.noreply.github.com> Date: Thu, 2 Oct 2025 10:55:33 -0700 Subject: [PATCH] added language and updated docs (#1129) * added language and update docs * Fix header formatting in TRANSPARENCY_FAQ.md --------- Co-authored-by: Eric Zhu --- README.md | 4 ++++ TRANSPARENCY_FAQ.md | 6 ++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 987a32c02f..dfdf896922 100644 --- a/README.md +++ b/README.md @@ -160,3 +160,7 @@ Console.WriteLine(await agent.RunAsync("Write a haiku about Microsoft Agent Fram - [Python Development Guide](./python/DEV_SETUP.md) - [Design Documents](./docs/design) - [Architectural Decision Records](./docs/decisions) + +## Important Notes + +If you use the Microsoft Agent Framework to build applications that operate with third-party servers or agents, you do so at your own risk. We recommend reviewing all data being shared with third-party servers or agents and being cognizant of third-party practices for retention and location of data. It is your responsibility to manage whether your data will flow outside of your organization's Azure compliance and geographic boundaries and any related implications. diff --git a/TRANSPARENCY_FAQ.md b/TRANSPARENCY_FAQ.md index fd4d6b9d75..9d86bc5983 100644 --- a/TRANSPARENCY_FAQ.md +++ b/TRANSPARENCY_FAQ.md @@ -1,4 +1,6 @@ -# **What is Microsoft Agent Framework?** +# Responsible AI Transparency FAQs + +**What is Microsoft Agent Framework?** Microsoft Agent Framework is a comprehensive multi-language (C#/.NET and Python) framework for building, orchestrating, and deploying AI agents and multi-agent workflows. The system takes user instructions and conversation inputs and produces intelligent responses through AI agents that can integrate with various LLM providers (OpenAI, Azure OpenAI, Azure AI Foundry). It provides both simple chat agents and complex multi-agent workflows with graph-based orchestration. @@ -136,4 +138,4 @@ Microsoft Agent Framework is an open-source framework that allows integration wi - Implement proper error handling for tool failures - Use strong typing and compatibility validation - Monitor external service health and implement fallback strategies -- Regular repository updates during preview period for bug fixes \ No newline at end of file +- Regular repository updates during preview period for bug fixes