Skip to content

Commit 850baef

Browse files
authored
Merge pull request #5991 from aahill/agent-catalog-rm
removing agent catalog
2 parents bc12c7c + 3349acc commit 850baef

File tree

5 files changed

+10
-91
lines changed

5 files changed

+10
-91
lines changed

articles/ai-foundry/.openpublishing.redirection.ai-studio.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1222,6 +1222,11 @@
12221222
"source_path_from_root": "/articles/ai-foundry/openai/context/context.json",
12231223
"redirect_url": "/azure/ai-foundry/context/context",
12241224
"redirect_document_id": false
1225+
},
1226+
{
1227+
"source_path_from_root": "/articles/ai-foundry/agents/concepts/agent-catalog.md",
1228+
"redirect_url": "/azure/ai-foundry/agents/overview",
1229+
"redirect_document_id": false
12251230
}
12261231
]
12271232
}

articles/ai-foundry/agents/concepts/agent-catalog.md

Lines changed: 0 additions & 80 deletions
This file was deleted.
Binary file not shown.

articles/ai-foundry/agents/toc.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ items:
128128
href: how-to/connected-agents.md
129129
- name: Processes
130130
href: /semantic-kernel/frameworks/process/process-framework
131-
- name: Agent catalog
132-
href: concepts/agent-catalog.md
133131
- name: How-to
134132
items:
135133
- name: Trigger an agent using Logic Apps

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

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,27 +31,23 @@ You can new extend the capabilities of your agents by connecting them to tools h
3131

3232
The Azure AI Foundry Agent Service is now Generally Available (GA). Along with this milestone, the service offers the following feature updates:
3333

34-
### Agent catalog
35-
36-
The [agent catalog](concepts\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.
37-
38-
### AI Foundry Visual Studio Code extension
34+
#### AI Foundry Visual Studio Code extension
3935

4036
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.
4137

42-
### Connected agents
38+
#### Connected agents
4339

4440
[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.
4541

46-
### Trace agents
42+
#### Trace agents
4743

4844
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.
4945

50-
### Trigger agents using Azure Logic Apps
46+
#### Trigger agents using Azure Logic Apps
5147

5248
[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.
5349

54-
### New agent tools
50+
#### New agent tools
5551

5652
This release brings a number of new tools to extend agents' capabilities:
5753

0 commit comments

Comments
 (0)