Skip to content

Commit fd253c0

Browse files
Copilotsphenry
andauthored
Python: Move workflow-samples and agent-samples under declarative-agents directory (microsoft#5011)
* Move workflow-samples and agent-samples under declarative-agents and update all references Agent-Logs-Url: https://github.com/microsoft/agent-framework/sessions/f70f7d19-9256-4eec-b7db-28007d74440c Co-authored-by: sphenry <6749825+sphenry@users.noreply.github.com> * Fix relative paths in README files inside moved directories Agent-Logs-Url: https://github.com/microsoft/agent-framework/sessions/f70f7d19-9256-4eec-b7db-28007d74440c Co-authored-by: sphenry <6749825+sphenry@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: sphenry <6749825+sphenry@users.noreply.github.com> Co-authored-by: Shawn Henry <shahen@microsoft.com>
1 parent 7e8e9e3 commit fd253c0

44 files changed

Lines changed: 52 additions & 52 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/dotnet-build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
.github
8383
dotnet
8484
python
85-
workflow-samples
85+
declarative-agents
8686
8787
- name: Setup dotnet
8888
uses: actions/setup-dotnet@v5.2.0
@@ -152,7 +152,7 @@ jobs:
152152
.github
153153
dotnet
154154
python
155-
workflow-samples
155+
declarative-agents
156156
157157
# Start Cosmos DB Emulator for all integration tests and only for unit tests when CosmosDB changes happened)
158158
- name: Start Azure Cosmos DB Emulator

.github/workflows/dotnet-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
.github
3939
dotnet
4040
python
41-
workflow-samples
41+
declarative-agents
4242
4343
- name: Start Azure Cosmos DB Emulator
4444
if: runner.os == 'Windows'
Lines changed: 1 addition & 1 deletion
File renamed without changes.

agent-samples/azure/AzureOpenAIAssistants.yaml renamed to declarative-agents/agent-samples/azure/AzureOpenAIAssistants.yaml

File renamed without changes.
File renamed without changes.

agent-samples/azure/AzureOpenAIResponses.yaml renamed to declarative-agents/agent-samples/azure/AzureOpenAIResponses.yaml

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)