Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.Net: Phase 1 of the declarative agent schema for review #10260

Open
wants to merge 35 commits into
base: feature-declarative-agents
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
16c8b74
Initial draft of the declarative agent schema for review
markwallace-microsoft Jan 22, 2025
d4b6ee1
Add M365 Declarative Agents as an option
markwallace-microsoft Jan 23, 2025
a581a6c
Merge branch 'main' into users/markwallace/adr_declarative_agents
markwallace-microsoft Jan 28, 2025
e800600
Fix type and update decision drivers
markwallace-microsoft Jan 28, 2025
59f2df5
Update decision drivers
markwallace-microsoft Jan 29, 2025
3658d1c
Merge branch 'main' into users/markwallace/adr_declarative_agents
markwallace-microsoft Feb 6, 2025
a462b15
Add use cases
markwallace-microsoft Feb 6, 2025
e15236a
Add some use case samples
markwallace-microsoft Feb 6, 2025
94c8d94
Merge branch 'main' into users/markwallace/adr_declarative_agents
markwallace-microsoft Feb 10, 2025
2155a34
Merge branch 'main' into users/markwallace/adr_declarative_agents
markwallace-microsoft Feb 17, 2025
cd536b8
Start working on the Agent model definition classes
markwallace-microsoft Feb 17, 2025
009bd98
Starting adding implementations
markwallace-microsoft Feb 18, 2025
6063e98
Work in progress
markwallace-microsoft Feb 18, 2025
d7099ee
Add implementation for AzureAI agents
markwallace-microsoft Feb 19, 2025
3cb6c85
AzureAI Agent unit tests
markwallace-microsoft Feb 20, 2025
698ac9b
Add new unit tests pass
markwallace-microsoft Feb 20, 2025
649cf0f
Update ADR to match the code in the PR
markwallace-microsoft Feb 20, 2025
818b79c
Resolve merge conflicts
markwallace-microsoft Feb 20, 2025
6f602c5
Resolve merge conflicts
markwallace-microsoft Feb 20, 2025
12e65ae
Undo some namespace related changes
markwallace-microsoft Feb 21, 2025
ad96c16
Merge branch 'main' into users/markwallace/adr_declarative_agents
markwallace-microsoft Feb 21, 2025
9de4e33
Fix typo
markwallace-microsoft Feb 21, 2025
1f06912
Remove usage of obsolete methods
markwallace-microsoft Feb 21, 2025
4a9665e
Fix typo
markwallace-microsoft Feb 21, 2025
1824b5a
Make FakeTokenCredential sealed
markwallace-microsoft Feb 21, 2025
852a873
Increase unit test coverage
markwallace-microsoft Feb 21, 2025
30e633b
Address initial code review feedback
markwallace-microsoft Feb 21, 2025
adbe914
Fix warning
markwallace-microsoft Feb 21, 2025
431c6ee
Remove agents.openai from code coverage
markwallace-microsoft Feb 21, 2025
4e684a8
Exclude some stuff from code coveregae
markwallace-microsoft Feb 21, 2025
cec323d
Run dotnet format
markwallace-microsoft Feb 21, 2025
d970c6b
Address first round of code review feedback
markwallace-microsoft Feb 24, 2025
bd15c54
Add getting started sample
markwallace-microsoft Feb 24, 2025
90e611f
Exclude ModelConfigurationExtensions from code coverage
markwallace-microsoft Feb 24, 2025
e8c8609
Use the correct Open API specification
markwallace-microsoft Feb 24, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
285 changes: 0 additions & 285 deletions docs/decisions/0018-custom-prompt-template-formats.md

This file was deleted.

Loading
Loading