Skip to content

Commit caf3c4b

Browse files
.NET: Move deep research sample (microsoft#2094)
* move catalog samples to the HostedAgents folder * move the catalog samples' projects to the HostedAgents folder * move deep research sample out of the HostedAgents folder
1 parent 863a632 commit caf3c4b

5 files changed

Lines changed: 3 additions & 2 deletions

File tree

dotnet/agent-framework-dotnet.slnx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
<Project Path="samples/GettingStarted/Agents/Agent_Step15_Plugins/Agent_Step15_Plugins.csproj" />
6464
<Project Path="samples/GettingStarted/Agents/Agent_Step16_ChatReduction/Agent_Step16_ChatReduction.csproj" />
6565
<Project Path="samples/GettingStarted/Agents/Agent_Step17_BackgroundResponses/Agent_Step17_BackgroundResponses.csproj" />
66+
<Project Path="samples/GettingStarted/Agents/Agent_Step18_DeepResearch/Agent_Step18_DeepResearch.csproj" />
6667
</Folder>
6768
<Folder Name="/Samples/GettingStarted/DevUI/">
6869
<File Path="samples/GettingStarted/DevUI/README.md" />
@@ -161,7 +162,6 @@
161162
<Folder Name="/Samples/HostedAgents/">
162163
<Project Path="samples/HostedAgents/AgentsInWorkflows/AgentsInWorkflows.csproj" />
163164
<Project Path="samples/HostedAgents/AgentWithTextSearchRag/AgentWithTextSearchRag.csproj" />
164-
<Project Path="samples/HostedAgents/DeepResearchAgent/DeepResearchAgent.csproj" />
165165
</Folder>
166166
<Folder Name="/Solution Items/">
167167
<File Path=".editorconfig" />

dotnet/samples/HostedAgents/DeepResearchAgent/DeepResearchAgent.csproj renamed to dotnet/samples/GettingStarted/Agents/Agent_Step18_DeepResearch/Agent_Step18_DeepResearch.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</ItemGroup>
1515

1616
<ItemGroup>
17-
<ProjectReference Include="..\..\..\src\Microsoft.Agents.AI.AzureAI.Persistent\Microsoft.Agents.AI.AzureAI.Persistent.csproj" />
17+
<ProjectReference Include="..\..\..\..\src\Microsoft.Agents.AI.AzureAI.Persistent\Microsoft.Agents.AI.AzureAI.Persistent.csproj" />
1818
</ItemGroup>
1919

2020
</Project>

dotnet/samples/HostedAgents/DeepResearchAgent/Program.cs renamed to dotnet/samples/GettingStarted/Agents/Agent_Step18_DeepResearch/Program.cs

File renamed without changes.

dotnet/samples/HostedAgents/DeepResearchAgent/README.md renamed to dotnet/samples/GettingStarted/Agents/Agent_Step18_DeepResearch/README.md

File renamed without changes.

dotnet/samples/GettingStarted/Agents/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ Before you begin, ensure you have the following prerequisites:
4444
|[Using plugins with an agent](./Agent_Step15_Plugins/)|This sample demonstrates how to use plugins with an agent|
4545
|[Reducing chat history size](./Agent_Step16_ChatReduction/)|This sample demonstrates how to reduce the chat history to constrain its size, where chat history is maintained locally|
4646
|[Background responses](./Agent_Step17_BackgroundResponses/)|This sample demonstrates how to use background responses for long-running operations with polling and resumption support|
47+
|[Deep research with an agent](./Agent_Step18_DeepResearch/)|This sample demonstrates how to use the Deep Research Tool to perform comprehensive research on complex topics|
4748

4849
## Running the samples from the console
4950

0 commit comments

Comments
 (0)