Commit Graph

  • 94e00bd49a Python: Added ChatClientAgentThread and ChatClientAgent implementations (#150) Dmytro Struk 2025-07-11 11:09:09 -07:00
  • df84675c0f Python: Added AgentRunResponse and AgentRunResponseUpdate types (#157) Dmytro Struk 2025-07-11 08:13:06 -07:00
  • 456e7d1b65 Round 2 of cleanup for agent runtime and orchestrations (#164) Stephen Toub 2025-07-11 11:12:18 -04:00
  • eca0eb9cd0 .Net: Introduce Dependency Injection Samples (#165) Roger Barreto 2025-07-11 14:27:07 +01:00
  • 715769e649 Run Response ADR & Updates (#104) westey 2025-07-11 12:39:18 +01:00
  • 33d09d263b Set CopilotStudio integration tests to manual run only. (#166) westey 2025-07-11 11:58:37 +01:00
  • 4cafe1c985 Add CodeQL and Dependabot (#159) Mark Wallace 2025-07-11 11:34:06 +01:00
  • b708e2507d Add PoC CopilotStudio agent (#84) westey 2025-07-11 10:20:40 +01:00
  • b85c17c935 Run integration tests (#161) Mark Wallace 2025-07-11 09:30:48 +01:00
  • b9122eccea ADR for Agent Tools (#103) Dmytro Struk 2025-07-11 01:12:09 -07:00
  • e70401e658 Python: OpenAI Connector (#144) peterychang 2025-07-11 03:34:25 -04:00
  • fef4fd2c18 .Net: Update Code Interpreter Sample as a Step. (#148) Roger Barreto 2025-07-10 16:26:41 +01:00
  • 01fd74a80c Update some dependency version (#162) Stephen Toub 2025-07-10 10:22:17 -04:00
  • bc6573f475 Remove instructions from base agent type, and ensure description is only required where necessary. (#154) westey 2025-07-10 14:06:45 +01:00
  • fbf1f10a8a First round of cleanup of runtime abstractions (#156) Stephen Toub 2025-07-10 07:57:51 -04:00
  • a233d31813 removed version and reinstated init (#160) Eduard van Valkenburg 2025-07-10 13:32:39 +02:00
  • f69c23020b Run integration tests when PR is being merged (#155) Mark Wallace 2025-07-10 11:29:57 +01:00
  • 3449902b03 Python: added ChatClientBase with function calling (#147) Eduard van Valkenburg 2025-07-10 11:18:15 +02:00
  • daf4788868 Enable running dotnet-build-and-test for push operations (#153) Mark Wallace 2025-07-09 16:31:33 +01:00
  • 4a0f8dcbe0 Port Agent Runtime abstractions / inprocess runtime (#149) Stephen Toub 2025-07-09 09:08:45 -04:00
  • 31dfdcb3ce Enable integration tests (#152) Mark Wallace 2025-07-09 12:57:52 +01:00
  • e5ec41b869 Python: small streamline of agents and agent threads (#145) Eduard van Valkenburg 2025-07-08 21:01:22 +02:00
  • 7c8ec5ec19 .NET Port Agent Orchestration (#107) Chris 2025-07-08 10:04:34 -07:00
  • 35c938fb5b .Python: Added Agent and AgentThread abstractions (#130) Dmytro Struk 2025-07-07 10:47:14 -07:00
  • 09309c1239 Python: added embeddingsclient and redid chatclient (#132) Eduard van Valkenburg 2025-07-07 18:43:54 +02:00
  • d6c829cddf Fix warnings (#133) Roger Barreto 2025-07-07 16:12:02 +01:00
  • 91c5414836 Python: added poe setup and docs (#131) Eduard van Valkenburg 2025-07-07 17:03:57 +02:00
  • 94c5d59984 feat: Model Client and associated Content Types (#53) Jacob Alber 2025-07-03 13:51:49 -04:00
  • 7cc29fe192 Python: package setup with logger (#125) Eduard van Valkenburg 2025-07-02 17:17:28 +02:00
  • 0c61aee8e5 Python package design (#108) Eduard van Valkenburg 2025-07-02 11:38:50 +02:00
  • fbb0fdfe0d .Net: Code interpreter tool abstraction and implementation examples (#110) Dmytro Struk 2025-07-01 07:59:51 -07:00
  • 95738b0ac2 Renaming to use Microsoft.Extensions prefix (#120) Mark Wallace 2025-07-01 09:15:28 +01:00
  • b46ee00468 .Net: Agent Samples - Adding AzureAIAgentsPersistent to Steps (#105) Roger Barreto 2025-06-26 23:17:59 +01:00
  • 06a690685f .Net: Add Reasoning Model Integration tests (#100) Roger Barreto 2025-06-25 20:50:29 +01:00
  • e7b559fa62 Suggested tweaks to Agent (#88) Stephen Toub 2025-06-24 11:57:40 -04:00
  • feed6f4651 Add decisions folder and ADR templates (#101) Mark Wallace 2025-06-24 16:57:17 +01:00
  • 5f2af80735 Add function call integration tests (#90) westey 2025-06-23 10:02:17 +01:00
  • 578b35723a Remove AdditionalInstructions from AgentRunOptions since it is not well supported outside of ChatClientAgents (#87) westey 2025-06-20 12:54:37 +01:00
  • 2cd77596c3 .Net: Add OpenAI Responses Agent Samples (#83) Roger Barreto 2025-06-19 19:06:08 +01:00
  • 47dcad6b49 .Net: Added Azure AI Persistent Agents (#81) Dmytro Struk 2025-06-19 07:01:26 -07:00
  • d1d69af482 Add tests for ChatClientAgent with OpenAI responses (#82) westey 2025-06-19 10:12:24 +01:00
  • 14f3811648 .Net: Add Azure OpenAI Agent Model Samples (#80) Roger Barreto 2025-06-18 13:00:38 +01:00
  • e6bfc51367 Add additional integration tests and add OpenAIAssistant integration tests project. (#79) westey 2025-06-17 12:43:29 +01:00
  • 16cbc44611 .Net: Adding ChatOptions configuration to the Agent level (#75) Roger Barreto 2025-06-17 10:08:11 +01:00
  • 293cdb1846 Add test infrastructure for agent conformance tests (#77) westey 2025-06-16 11:32:20 +01:00
  • 4d3b17eb27 Add sample for OpenAIAssistant ChatClientAgent (#74) westey 2025-06-13 17:11:56 +01:00
  • d6dc360215 Update ChatClientAgentThread to support both in-memory and service storage. (#70) westey 2025-06-12 14:28:08 +01:00
  • 2c75f13337 .Net: Add ChatClientAgent Samples - OpenAI Model Client (#72) Roger Barreto 2025-06-12 13:22:07 +01:00
  • d761c92a52 .Net ChatClientAgent Streaming API Impl. (#69) Roger Barreto 2025-06-12 07:18:47 +01:00
  • 89daf173c4 .Net: ChatClientAgent (Non-Streaming initial impl) (#65) Roger Barreto 2025-06-11 11:21:30 +01:00
  • 46a117d581 Remove create/delete from AgentThread to avoid needing a thread implementation for each service. (#64) westey 2025-06-10 15:51:37 +01:00
  • 6882e003f5 Add IMessagesRetrievableThread interface (#63) westey 2025-06-09 16:21:42 +01:00
  • 2a1c8ea1a3 Adding nuget.config + Small Async fix (#62) Roger Barreto 2025-06-09 12:33:27 +01:00
  • af2295f130 .Net: Added Agent abstractions from SK repository (#56) Dmytro Struk 2025-06-09 03:35:41 -07:00
  • a990866901 Memory, RAG, and other Context Providers (#54) Ricky Loynd 2025-06-06 06:12:27 -07:00
  • 41facf3a2d .Net: Added shared classes (#58) Dmytro Struk 2025-06-04 01:44:12 -07:00
  • 0bcb11fbb4 Add build and test for dotnet projects (#51) westey 2025-06-03 11:20:50 +01:00
  • 43316ecb50 Fixed project build in Visual Studio (#55) Dmytro Struk 2025-06-03 01:51:13 -07:00
  • 448f637f5e Thread interfacce (#50) Eric Zhu 2025-06-02 16:02:21 -07:00
  • 6089446f04 Design doc draft (#5) Eric Zhu 2025-05-29 12:36:54 -07:00
  • d0531bb93b Add skeleton dotnet project structure (#49) westey 2025-05-29 16:58:57 +01:00
  • 3257113bb0 Remove path filter so that required checks can be used (#7) Jack Gerrits 2025-05-09 11:02:29 -04:00
  • b5a58934d2 Add merge_group Jack Gerrits 2025-05-09 10:54:21 -04:00
  • 8c84320b4b Add initial skeleton of package, including tooling setup and CI (#4) Jack Gerrits 2025-05-09 10:47:52 -04:00
  • 118c894ff0 README.md updated to template Microsoft Open Source 2025-04-28 12:54:44 -07:00
  • 290d3378d0 SUPPORT.md committed Microsoft Open Source 2025-04-28 12:54:43 -07:00
  • da44e9f251 LICENSE committed Microsoft Open Source 2025-04-28 12:54:43 -07:00
  • 92822add23 SECURITY.md committed Microsoft Open Source 2025-04-28 12:54:42 -07:00
  • cc238d9c2e CODE_OF_CONDUCT.md committed Microsoft Open Source 2025-04-28 12:54:41 -07:00
  • c536c239c4 README.md: Setup instructions microsoft-github-operations[bot] 2025-04-28 19:40:48 +00:00