Commit Graph

  • 32711cfa95 .Net: WIP: feat: Define Workflow and Executor APIs (#261) dotnet-0.0.1-nightly-250814.1 Jacob Alber 2025-08-13 18:34:39 -04:00
  • 825bcc3928 Add information about workflows to README.md (#413) Eric Zhu 2025-08-13 11:13:59 -07:00
  • ad3d8171bf Python: Introducing Local MCP Servers (#389) Eduard van Valkenburg 2025-08-13 11:48:22 +02:00
  • 80b0920e58 Fixed foundry sample issue (#403) dotnet-0.0.1-nightly-250813.1 Giles Odigwe 2025-08-12 12:03:43 -07:00
  • 53866218d2 Python: add better test coverage to individual tests, and all-tests task, gh … (#400) Eduard van Valkenburg 2025-08-12 20:35:36 +02:00
  • df9d85d1f0 Python: openai updates (#388) dotnet-0.0.1-nightly-250812.1 Eduard van Valkenburg 2025-08-12 08:14:22 +02:00
  • 19676978e9 Python: introduce workflow checkpointing (#366) Evan Mattson 2025-08-12 07:33:46 +09:00
  • bbc07931c1 Python: added HostedFileContent and HostedVectorStoreContent (#379) Eduard van Valkenburg 2025-08-11 16:23:32 +02:00
  • 82d39bc1f7 Python: added AIAnnotation types and extra tests (#374) dotnet-0.0.1-nightly-250811.1 dotnet-0.0.1-nightly-250810.1 dotnet-0.0.1-nightly-250809.1 Eduard van Valkenburg 2025-08-08 22:27:31 +02:00
  • 8f27e63df6 Python: added create_agent and removed need for Field in annotations (#380) Eduard van Valkenburg 2025-08-08 19:55:20 +02:00
  • 757c48e367 Python: Added examples for Azure OpenAI Responses agent (#363) Dmytro Struk 2025-08-08 07:45:07 -07:00
  • 895151a304 Bump Aspire.Hosting.Azure.CognitiveServices from 9.3.1 to 9.4.0 (#368) dotnet-0.0.1-nightly-250808.1 dependabot[bot] 2025-08-07 16:53:34 -07:00
  • 440d74ad53 Bump Aspire.Hosting.Azure.CosmosDB from 9.3.1 to 9.4.0 (#369) dependabot[bot] 2025-08-07 15:49:23 -07:00
  • 3c96b258b3 Bump Aspire.Hosting.AppHost from 9.3.1 to 9.4.0 (#367) dependabot[bot] 2025-08-07 15:16:54 -07:00
  • c8694a8c76 Python: Define Workflow and Executor APIs (#272) dotnet-0.0.1-nightly-250807.1 Tao Chen 2025-08-06 16:26:15 -07:00
  • 0d4d7abde1 .NET: Avoid double responses when streaming (#365) Aditya Mandaleeka 2025-08-06 16:10:34 -07:00
  • e7441ee29e .NET: Add agent hosting package and update sample (#296) Reuben Bond 2025-08-06 14:26:36 -07:00
  • 8dcc8533a6 Fix etag handling on read before write. (#351) Aditya Mandaleeka 2025-08-06 08:31:32 -07:00
  • f43939d803 Python: Azure Responses client (#311) peterychang 2025-08-06 10:18:38 -04:00
  • 5a1de491d4 Fix README's and update getting started (#352) Mark Wallace 2025-08-06 14:37:32 +01:00
  • ef16774878 .NET: Switch minimal console and a few samples to use latest patterns (#348) westey 2025-08-06 11:01:03 +01:00
  • ff3e13c2aa .Net: Add support for 3rd party thread storage and thread serialization (#203) dotnet-0.0.1-nightly-250806.1 westey 2025-08-05 18:24:25 +01:00
  • c1d306ec95 Python: Azure OpenAI Assistants Chat Client and Agent (#300) Dmytro Struk 2025-08-05 07:51:36 -07:00
  • 98cf962b72 Remove outdated design doc (#320) Eric Zhu 2025-08-05 09:39:24 -05:00
  • 9faa27b8eb .NET: Clean / address some message warnings (#291) Roger Barreto 2025-08-05 13:55:44 +01:00
  • cbb05e210f .NET: Fix error for ChatClientAgent DI ambiguity (#299) Roger Barreto 2025-08-05 10:08:45 +01:00
  • 544d2ba48f Added author name logic to ChatClientAgent (#313) dotnet-0.0.1-nightly-250805.1 Dmytro Struk 2025-08-04 22:47:52 -07:00
  • f5b35d8403 .NET: CosmosDB Actor State Storage (#262) Aditya Mandaleeka 2025-08-04 17:11:49 -07:00
  • 32f1132a5d Bump danielpalme/ReportGenerator-GitHub-Action from 5.4.10 to 5.4.11 (#309) dependabot[bot] 2025-08-04 09:55:37 +01:00
  • a5cc56dd76 Bump actions/cache from 3 to 4 (#310) dependabot[bot] 2025-08-04 09:55:17 +01:00
  • c39845d473 Python: small fixes in foundry (#297) Eduard van Valkenburg 2025-08-04 10:13:44 +02:00
  • 30fc2b6e9b Add FAQS (#290) dotnet-0.0.1-nightly-250804.1 dotnet-0.0.1-nightly-250803.1 dotnet-0.0.1-nightly-250802.1 Mark Wallace 2025-08-01 13:32:27 +01:00
  • 75794b4687 Python: OpenAI Assistants Chat Client and Agent (#288) Dmytro Struk 2025-08-01 05:12:41 -07:00
  • 624709e5d1 Add some OpenAI and Foundry extension methods (#225) dotnet-0.0.1-nightly-250801.2 Mark Wallace 2025-07-31 19:08:17 +01:00
  • 42c7a59640 Python: updated doc generation setup and some slight api enhancements (#267) Eduard van Valkenburg 2025-07-31 17:04:22 +02:00
  • 139f033b05 .Net: Add Structured output ChatClientAgent samples (#250) Roger Barreto 2025-07-31 12:35:29 +01:00
  • caee8bfa90 Python: add agent telemetry (#283) Eduard van Valkenburg 2025-07-31 12:29:38 +02:00
  • e877ffbca1 .NET: Move external MEAI classes to releasable packages (#279) dotnet-0.0.1-nightly-250731.6 dotnet-0.0.1-nightly-250731.1 Mark Wallace 2025-07-30 15:40:04 +01:00
  • 5f10bdaecd Change RawRepresentation for AgentRunResponse/Update to ChatResponse/Update instead of RawRepresentation from that. (#278) westey 2025-07-30 11:12:04 +01:00
  • 1ed89d4db8 Python: updated API in sync with dotnet (#269) Eduard van Valkenburg 2025-07-30 10:50:22 +02:00
  • dc993b4734 Fix capitalization of .NET PR label (#270) Reuben Bond 2025-07-29 18:20:40 -07:00
  • 89de1c3c2f Fix AgentRunResponse serialization. (#273) Aditya Mandaleeka 2025-07-29 18:20:29 -07:00
  • 02814a4fc0 .Net: FileSearch Tool Sample + API Proposal Updates for MEAI.Abstractions/Azure.AI.Agents (#210) Roger Barreto 2025-07-29 11:41:35 +01:00
  • dff700e469 added telemetry decorators to other chat clients (#255) Eduard van Valkenburg 2025-07-28 19:08:58 +02:00
  • c794892d79 Python: OpenAI Responses Agent - threads, code interpreter, bug fixes and examples (#242) Dmytro Struk 2025-07-28 10:07:29 -07:00
  • 190035bb69 added PR permissions (#259) Eduard van Valkenburg 2025-07-28 14:40:06 +02:00
  • 4f9e127e6d revert update (#258) Eduard van Valkenburg 2025-07-28 14:14:12 +02:00
  • a9931480b7 updated permissions (#257) Eduard van Valkenburg 2025-07-28 14:05:17 +02:00
  • bf45d101a5 add PR logic to merge-test (#256) Eduard van Valkenburg 2025-07-28 13:58:28 +02:00
  • 376e8d7bfc foundry endpoint as secret (#254) Eduard van Valkenburg 2025-07-28 13:28:59 +02:00
  • 1011b8bd2e Python: Merge tests (#253) Eduard van Valkenburg 2025-07-28 13:25:38 +02:00
  • f36cc40080 different secret for python tests (#248) Eduard van Valkenburg 2025-07-28 11:37:26 +02:00
  • 62ea290066 Bump danielpalme/ReportGenerator-GitHub-Action from 5.4.9 to 5.4.10 (#244) dependabot[bot] 2025-07-28 09:28:31 +00:00
  • 08a1b714b4 Python: updated python design and dev setup (#171) Eduard van Valkenburg 2025-07-28 11:28:58 +02:00
  • eafb333a3c Bump actions/github-script from 6 to 7 (#245) dependabot[bot] 2025-07-28 11:28:08 +02:00
  • ba008cf4c0 Merge tests (#247) Eduard van Valkenburg 2025-07-28 11:12:28 +02:00
  • f47d0a1e0b fixed permissions (#246) Eduard van Valkenburg 2025-07-28 10:42:27 +02:00
  • 92c6e26054 .Net: Bump Azure.AI.Agents.Persistent and 6 others (#243) dependabot[bot] 2025-07-28 09:37:36 +01:00
  • 0d465d3f3d test with extra echo (#226) Eduard van Valkenburg 2025-07-28 10:19:15 +02:00
  • 0ce8eb1e2f Python telemetry (#223) Eduard van Valkenburg 2025-07-28 09:33:42 +02:00
  • 3ee9dddfa2 Python: OpenAI responses client (#239) peterychang 2025-07-25 13:56:22 -04:00
  • 233c557173 Clean up handoff orchestration creation (#235) Stephen Toub 2025-07-24 12:38:23 -04:00
  • a72245287f Python: Added fixes and more examples for OpenAI and Azure chat client agents (#232) Dmytro Struk 2025-07-24 08:31:05 -07:00
  • 14efb626ab Python: Added fixes and more examples for Foundry agent (#217) Dmytro Struk 2025-07-24 07:47:45 -07:00
  • 62be887947 .Net: Add missing providers to tool samples (#211) Roger Barreto 2025-07-24 10:31:24 +01:00
  • 517955ce66 updated builds and release pipeline setup (without pypi publish) (#219) Eduard van Valkenburg 2025-07-24 09:15:00 +02:00
  • 5e9b24e532 Clean up usage of JsonSerializerContext (#229) Reuben Bond 2025-07-23 12:34:54 -07:00
  • e6aeb9a5db Fix and simplify build (#218) Reuben Bond 2025-07-23 10:45:50 -07:00
  • 5472d6e996 Overhaul orchestration library with new approach (#199) Stephen Toub 2025-07-23 12:29:37 -04:00
  • 27f7af2160 Python: moved prepare tools into class (#215) Eduard van Valkenburg 2025-07-22 23:37:18 +02:00
  • 84e5ee97b9 fixed name in labeler (#216) Eduard van Valkenburg 2025-07-22 22:07:13 +02:00
  • 41d441420e Initial draft of actor runtime abstractions (#197) Reuben Bond 2025-07-22 13:05:58 -07:00
  • 8f2d3da80d add merge gatekeeper (#214) Eduard van Valkenburg 2025-07-22 21:24:43 +02:00
  • b83581b1a6 Bump danielpalme/ReportGenerator-GitHub-Action from 5.4.8 to 5.4.9 (#205) dependabot[bot] 2025-07-22 19:07:24 +00:00
  • 6508f48efb Add Labeler.yaml to Actions (#213) Eduard van Valkenburg 2025-07-22 21:04:21 +02:00
  • 5c992eb7ae Python: move all tests under tests and initial work on int tests (#206) Eduard van Valkenburg 2025-07-22 17:26:00 +02:00
  • f89c0be0ea Python: Added integration tests for FoundryChatClient (#207) Dmytro Struk 2025-07-22 07:11:54 -07:00
  • 160c846b39 Python: Added more examples (#208) Dmytro Struk 2025-07-22 07:07:12 -07:00
  • d964b05ae7 Add an AgentRunResponse ctor accepting a ChatResponse (#204) Stephen Toub 2025-07-21 10:49:47 -04:00
  • a8fadbc49c Add a minimum console demo app (#198) westey 2025-07-21 10:49:47 +01:00
  • 6c12b2c0f8 Round 3 of cleanup (#186) Stephen Toub 2025-07-20 23:07:50 -04:00
  • ccd7a44ec7 Python: Implemented FoundryChatClient (#193) Dmytro Struk 2025-07-18 13:10:14 -07:00
  • 9287572b0d Python: improved loading (#202) Eduard van Valkenburg 2025-07-18 21:17:30 +02:00
  • fc999e2be8 Rename Agent to AIAgent and instroduce DisplayName (#201) westey 2025-07-18 16:43:38 +01:00
  • 6e57489a44 .Net: Add OpenTelemetry Support and Samples (#182) Roger Barreto 2025-07-16 18:00:24 +01:00
  • dd32a6d399 Add extension methods to get an AF agent from a Foundry Client (#191) westey 2025-07-16 15:45:31 +01:00
  • 95a3264c8b Add ChatClientAgent constructor overload (#188) westey 2025-07-16 14:36:17 +01:00
  • e6d611abe4 Display thread type name in error message (#192) Chris 2025-07-15 14:11:31 -07:00
  • f0dc661c3e Python: Azure chat client (#185) peterychang 2025-07-15 14:38:09 -04:00
  • fa96f74ee9 Removed Persistent SDK IChatClient implementation (#190) Dmytro Struk 2025-07-15 10:37:42 -07:00
  • 2e6f6a4008 small update in init (#189) Eduard van Valkenburg 2025-07-15 17:09:32 +02:00
  • c30d726914 Disable some experimental features for dependabot (#170) Mark Wallace 2025-07-15 15:08:32 +01:00
  • 7f08c0b8ad Bump danielpalme/ReportGenerator-GitHub-Action from 5.4.4 to 5.4.8 (#168) dependabot[bot] 2025-07-15 14:08:10 +00:00
  • 4ab1f3aa9c Bump actions/github-script from 6 to 7 (#167) dependabot[bot] 2025-07-15 16:07:44 +02:00
  • 62917ee5e5 Python: simple Agent sample (#180) Eduard van Valkenburg 2025-07-15 16:01:21 +02:00
  • 59bf7343af Update {Azure.AI.}OpenAI package versions (#187) Stephen Toub 2025-07-14 18:04:52 -04:00
  • 55045b5c1e Basic agent invocation sample (#175) westey 2025-07-14 16:15:46 +01:00
  • 407ed6de70 Python: follow on work on OpenAI (#169) Eduard van Valkenburg 2025-07-12 07:15:51 +02:00
  • 80c1e2ee0a Allow InProcessRuntime subscriptions to be processed concurrently (#179) Stephen Toub 2025-07-11 21:50:51 -04:00
  • 18299bc701 Fix handoff function names (#178) Stephen Toub 2025-07-11 21:35:10 -04:00