Migrates AI services to Agent Framework#94
Merged
Conversation
Updates .gitignore to ignore the todos folder. This prevents the todos folder from being tracked by Git.
Session: 2026-02-14-ai-agent-migration Requested by: fboucher Changes: - Merged 4 decision(s) from inbox into decisions.md - Consolidated overlapping decisions: Ripley, Newt, Hudson, Hicks migrations - Logged session to .ai-team/log/2026-02-14-ai-agent-migration.md - Updated agent histories with team decision notification - Deleted 4 inbox decision files after merging
- Migrated ResearchService and SummaryService to use Microsoft.Agents.AI - Added structured output support via AIJsonUtilities.CreateJsonSchema - Updated services to use configurable API settings (API_KEY, baseUrl, modelName) - Added AI provider configuration UI in Settings page (API_KEY, baseUrl, modelName) - Created comprehensive test suite (31 tests) for AI services - Updated package dependencies: - Added: Microsoft.Agents.AI (1.0.0-preview.260209.1) - Added: Microsoft.Extensions.AI.OpenAI (10.1.1-preview.1.25612.2) - Removed: Reka.SDK All todos completed: ✅ Convert NoteBookmark.AIServices to use Microsoft AI Agent Framework ✅ Add AI provider settings to Settings page ✅ Configure services to use settings from UI Co-authored-by: Ripley <lead> Co-authored-by: Hicks <backend> Co-authored-by: Newt <frontend> Co-authored-by: Hudson <tester>
Migrates AI services to use a settings provider, enabling configuration from the database and falling back to IConfiguration. This allows user-saved settings to take precedence over environment variables and adds handling for various date formats in the AI response. Also mask the API key on the server.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Migrates AI services to Microsoft AI Agent Framework and introduces a settings provider.
This change standardizes the AI service implementation and enables multi-provider support.
ChatClientAgentfrom Microsoft.Agents.AI as provider-agnostic wrapper