Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
8dc2645
Adds Valkey to chat message history
Apr 23, 2026
b0b5470
Address review: switch to Valkey.Glide, add options class, remove con…
MatthiasHowellYopp May 22, 2026
f32cb6f
Use type-safe JsonSerializer overloads, remove suppress attributes
MatthiasHowellYopp May 26, 2026
969f649
Update READMEs: remove context provider references
MatthiasHowellYopp Jun 4, 2026
f468cf8
Apply suggestion from @westey-m
westey-m Jun 8, 2026
a18915f
Fix formatting (dotnet format)
MatthiasHowellYopp Jun 8, 2026
29cec0d
Python: fix: use getattr for non-OpenAI provider response compatibili…
Oxygen56 Jun 9, 2026
dbfacbf
New Microsoft Agent Framework logos (#6378)
sphenry Jun 9, 2026
5e6eb6f
New logo in banner (#6380)
sphenry Jun 9, 2026
632f67b
Python: [Generated by SRE Agent] docs: clarify checkpoint storage sec…
chetantoshniwal Jun 9, 2026
2a345e5
.NET: Fix Magentic to share agent replies across team (#6222)
ghominejad Jun 9, 2026
383d551
Purview: Parallelize PSPC cold-cache scope refresh (#5832)
taisirhassan Jun 9, 2026
5e09727
.NET: Add Foundry Deployment docs to HA sample READMEs (#6365)
alliscode Jun 9, 2026
3daed11
Python: bump package versions for 1.8.1 release (#6420)
Copilot Jun 9, 2026
7ae73a6
Remove broken Atomic Agents docs link (#6442)
eavanvalkenburg Jun 10, 2026
cea83bd
.NET: Bump Microsoft.Extensions.AI packages to 10.6.0, align transiti…
Copilot Jun 10, 2026
9a56bc9
Python: [BREAKING] Add sampling guardrails to MCP tools (#6413)
eavanvalkenburg Jun 10, 2026
93cbf6b
Python: Parse MCP CallToolResult.structuredContent field to prevent t…
giles17 Jun 10, 2026
8dde9ef
Python: HarnessAgent: Disable compaction when max tokens not provided…
westey-m Jun 10, 2026
30935e1
Update dotnet/src/Microsoft.Agents.AI.Valkey/Microsoft.Agents.AI.Valk…
MatthiasHowellYopp Jun 10, 2026
7c532a6
Merge branch 'main' into issue-5445
MatthiasHowellYopp Jun 10, 2026
568953c
Merge branch 'main' into issue-5445
MatthiasHowellYopp Jun 10, 2026
3c0c12c
.NET: Update release version for 2026-06-10 release and switch GH.CP …
westey-m Jun 10, 2026
a5f4e00
.NET: Fix .NET Copilot integration tests for SDK v1.0.0 (#6424)
giles17 Jun 10, 2026
dd29f9a
.NET: Hosted Agent Sample - Toolbox with various Auth (#5777) (#6018)
rogerbarreto Jun 10, 2026
83b28b5
Merge branch 'main' into issue-5445
MatthiasHowellYopp Jun 10, 2026
60cc5ee
.NET: Make GitHub.Copilot.SDK build targets reach transitive consumer…
tamirdresher Jun 10, 2026
3753d93
.NET: Bug fixes for declarative workflows (#6427)
peibekwe Jun 10, 2026
46e5757
Merge branch 'main' into issue-5445
MatthiasHowellYopp Jun 10, 2026
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
1 change: 1 addition & 0 deletions .github/workflows/dotnet-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
env:
COSMOSDB_ENDPOINT: https://localhost:8081
COSMOSDB_KEY: C2y6yDjf5/R+ob0N8A7Cgv30VRDJIWEHLM+4QDU5DE2nQ9nDuVTqobD4b8mGGyPMbIZnqyMsEcaGQy67XIw/Jw==
COPILOT_GITHUB_TOKEN: ${{ secrets.COPILOT_GITHUB_TOKEN }}
OpenAI__ApiKey: ${{ secrets.OPENAI__APIKEY }}
OpenAI__ChatModelId: ${{ vars.OPENAI__CHATMODELID }}
OpenAI__ChatReasoningModelId: ${{ vars.OPENAI__CHATREASONINGMODELID }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge-gatekeeper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# "Cleanup artifacts", "Agent", "Prepare", and "Upload results" are check runs
# created by an org-level GitHub App (MSDO), not by any workflow in this repo.
# They are outside our control and their transient failures should not block merges.
IGNORED_NAMES: "CodeQL,CodeQL analysis (csharp),Cleanup artifacts,Agent,Prepare,Upload results"
IGNORED_NAMES: "CodeQL,CodeQL analysis (csharp),Cleanup artifacts,Agent,Prepare,Upload results,review"
with:
script: |
const timeoutSeconds = Number(process.env.TIMEOUT_SECONDS);
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -206,13 +206,15 @@ temp*/
.temp/

# AI
**/.checkpoints/
.claude/
.omc/
.omx/
WARP.md
**/memory-bank/
**/projectBrief.md
**/tmpclaude*
.kiro/
# Dependency-bound validation reports
python/scripts/dependency-*-results.json
python/scripts/dependencies/dependency-*-results.json
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
55 changes: 55 additions & 0 deletions docs/assets/SVG/Microsoft Foundry Agent Framework - Color.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/assets/readme-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/decisions/0007-agent-filtering-middleware.md
Original file line number Diff line number Diff line change
Expand Up @@ -1125,7 +1125,7 @@ Naming (Python): N/A (Composable Components)
Supports: N
Observation: No explicit middleware/filters; modularity allows composable units but no dedicated interception hooks or callbacks for custom reading/modification mid-execution.

For more details, see the official documentation: [Atomic Agents Docs](https://brainblend-ai.github.io/atomic-agents/). No specific code examples available for interception.
No specific code examples available for interception.

#### Smolagents (Hugging Face)

Expand Down
Loading
Loading