Skip to content

Commit c48f50b

Browse files
authored
Merge pull request #4624 from aahill/agents-whats-new
whats new
2 parents 7a8c932 + 85ef49a commit c48f50b

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

articles/ai-services/agents/whats-new.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,40 @@ ms.custom: azure-ai-agents
1515

1616
This article provides a summary of the latest releases and major documentation updates for Azure AI Foundry Agent Service.
1717

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.
51+
1852
## April 2025
1953

2054
### Azure monitor integration

0 commit comments

Comments
 (0)