You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/agents/whats-new.md
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,40 @@ ms.custom: azure-ai-agents
15
15
16
16
This article provides a summary of the latest releases and major documentation updates for Azure AI Foundry Agent Service.
17
17
18
+
## May 2025
19
+
20
+
### Azure AI Foundry Agent Service GA
21
+
22
+
The Azure AI Foundry Agent Service is now Generally Available (GA). Along with this milestone, the service offers the following feature updates:
23
+
24
+
### Agent catalog
25
+
26
+
The [agent catalog](./how-to/agent-catalog.md) helps streamline your agent deployment with prebuilt, task-specific agent code samples across a variety of domains such as translation, sales prep, computer use, and more.
27
+
28
+
### AI Foundry Visual Studio Code extension
29
+
30
+
The [AI Foundry Visual Studio Code extension](../../ai-foundry/how-to/develop/vs-code-agents.md?context=/azure/ai-services/agents/context/context) is now available with the ability to perform a variety of AI Foundry actions, such as deploying and configure agents natively.
31
+
32
+
### Connected agents
33
+
34
+
[Connected agents](./how-to/connected-agents.md) allow you to create task-specific agents that can interact seamlessly with a primary agent. This feature enables you to build multi-agent systems without the need for external orchestrators.
35
+
36
+
### Trace agents
37
+
38
+
Debug and monitor your agents by [tracing agent threads](./concepts/tracing.md) to clearly see the inputs and outputs of each primitive involved in a particular agent run, in the order in which they were invoked.
39
+
40
+
### Trigger agents using Azure Logic Apps
41
+
42
+
[Automatically invoke](./how-to/triggers.md) your AI agent when an event occurs, such as receiving a new email, or getting a new customer ticket so that your AI agent can immediately respond to the new event without manual invocation.
43
+
44
+
### New agent tools
45
+
46
+
This release brings a number of new tools to extend agents' capabilities:
47
+
48
+
***Bing Custom Search tool** - Determine which websites will be used to ground your agents with.
49
+
***SharePoint tool** - Use your SharePoint sites to ground your agents data, and chat with your data.
50
+
***Morningstar tool** - Leverage Morningstar, a prominent investment research company, as a data source for your agent.
0 commit comments