Commit Graph

  • bca4d7e82f FIX: Anthropic multimodal(Image) message for Anthropic >= 0.48 aware (#6054) EeS 2025-03-22 16:46:55 +09:00
  • a2add02b12 [Draft] Add Tracing docs to agentchat (#5995) Victor Dibia 2025-03-22 08:09:19 +01:00
  • 6f784ac186 [Accessibility] Fix: screen reader does not announce theme change and nested nav label (#6061) cheng-tan 2025-03-21 18:36:56 -04:00
  • 26364e3dfb doc: Improve documentation around model client and tool and how it works under the hood (#6050) Eric Zhu 2025-03-21 15:01:47 -07:00
  • 97ccc582fc Fix some code for clean autogenstudio (#5981) 湛露先生 2025-03-22 05:35:56 +08:00
  • 6bab9e8df5 Merge branch 'main' into gagb/qualcoder gagb 2025-03-21 13:16:12 -07:00
  • eaef7bab7c Allow Docker-out-of-docker in AGBench (#6047) afourney 2025-03-21 12:55:00 -07:00
  • ff847cccad [Accessibility] fix screen reader is not announcing 'Copied' information (#6059) cheng-tan 2025-03-21 13:17:29 -04:00
  • 9a536e5d2b Update migration guide type name (#5978) Stuart Leeks 2025-03-21 02:52:25 +00:00
  • 8e6a998d4b Merge branch 'main' into gagb/qualcoder gagb 2025-03-20 19:46:31 -07:00
  • 3705ecb9d7 Improve grammar of README.md (#5999) Luke Singham 2025-03-21 10:46:22 +08:00
  • b00e46ba3c Merge branch 'gagb/qualcoder' of github.com:microsoft/autogen into gagb/qualcoder gagb 2025-03-20 19:36:25 -07:00
  • 881b3c41bc Run poe lint on linter gagb 2025-03-20 19:36:23 -07:00
  • abc27c26d1 Merge branch 'main' into gagb/qualcoder gagb 2025-03-20 19:35:46 -07:00
  • 6ea0fb024b Update uv lock gagb 2025-03-20 19:30:35 -07:00
  • 334209f825 Correct README command examples for chess game sample. (#6008) WuYunlong 2025-03-21 10:30:30 +08:00
  • f82c9857fe Merge branch 'main' of github.com:microsoft/autogen into gagb/qualcoder gagb 2025-03-20 19:25:45 -07:00
  • 04a01d7d1c Add reflection pattern gagb 2025-03-20 19:20:22 -07:00
  • 8f58e4704f Add alt text for clickable cards on website (#6043) peterychang 2025-03-20 20:29:24 -04:00
  • 0806b5dfa2 typo fix in llm_configuration.ipynb (#5781) simrat-code 2025-03-21 05:56:38 +05:30
  • a21a60b4f3 add alt text to images (#6045) peterychang 2025-03-20 20:23:35 -04:00
  • 878aa4c3fc Add linter to AGBench (#6022) gagb 2025-03-20 12:05:42 -07:00
  • fef953e062 Fix bytes in markdown converter playwright (#6044) Hussein Mozannar 2025-03-20 14:53:53 -04:00
  • 46add11ec7 Move start() and stop() as interface methods for CodeExecutor (#6040) Eric Zhu 2025-03-20 10:00:52 -07:00
  • 989d99dabe Announce current page on sidebar links, version (#5986) peterychang 2025-03-20 11:49:11 -04:00
  • ecdb74b1ef Limit what files and folders FileSurfer can access. (#6024) afourney 2025-03-20 08:35:09 -07:00
  • 262c74fd41 Properly close model clients in documentation and samples (#5898) Federico Villa 2025-03-20 08:50:14 +01:00
  • 3498c3ccda Fix issue #5946: changed code for ACASessionsExecutor _ensure_access_token to be https:/ /dynamicsessions.io/.default (#6001) EdwinInnovation 2025-03-20 15:26:14 +08:00
  • 9103359ef4 add cancellation support to docker executor (#6027) Eric Zhu 2025-03-19 21:29:01 -07:00
  • a3a2f43234 Add line content field to CodeExample and enhance examples description; implement log summary generation in CLI gagb 2025-03-19 16:04:57 -07:00
  • 7eb13a28a1 Enhance linter models with detailed field descriptions and improve severity-based output formatting gagb 2025-03-19 15:49:31 -07:00
  • 40a81ba8b2 Merge branch 'main' into gagb/qualcoder gagb 2025-03-19 14:53:16 -07:00
  • 172f9f1cec Run poe format gagb 2025-03-19 14:51:26 -07:00
  • 855bcd711c Add API doc for save_state and load_state for SingleThreadedAgentRuntime (#5984) Eric Zhu 2025-03-19 14:07:30 -07:00
  • 98a2827265 Add linter functionality with CLI integration for log analysis gagb 2025-03-19 14:02:04 -07:00
  • 8f42e5a27f redundancy package delete. (#5976) 湛露先生 2025-03-20 04:46:51 +08:00
  • 69292e6ff4 Update mimum openai version to 1.66.5 as import path changed (#5996) Eric Zhu 2025-03-18 22:20:04 -07:00
  • d83927e22a fix AssistantAgent polymorphism bug (#5967) Zachary Huang 2025-03-19 12:38:36 +08:00
  • a2ab0e36d6 ci: Remove --locked from uv sync in Integration test project (#5993) dotnet-v0.4.0-dev.3 Jacob Alber 2025-03-18 16:34:44 -04:00
  • a8cef327f1 Support json schema for response format type in OpenAIChatCompletionClient (#5988) Eric Zhu 2025-03-17 20:14:42 -07:00
  • 09d8d344a2 Filter invalid parameters in Ollama client requests (#5983) Federico Villa 2025-03-17 22:09:26 +01:00
  • c4e07e86d8 Implement 'candidate_func' parameter to filter down the pool of candidates for selection (#5954) Abhijeetsingh Meena 2025-03-18 02:33:25 +05:30
  • 8f8ee0478a AGS - Test Model Component in UI, Compare Sessions (#5963) autogenstudio-v0.4.2 Victor Dibia 2025-03-17 11:00:46 -07:00
  • 685142cf51 Fix R1 reasoning parser for openai client (#5961) ZakWork 2025-03-17 17:09:41 +00:00
  • e5ab7d55cf Some pandas series were not being handled correctly (#5972) afourney 2025-03-17 00:16:18 -07:00
  • 22b68b96b6 Added a flag to agbench to enable Azure identity. (#5977) afourney 2025-03-17 00:10:44 -07:00
  • 483532180a Improvements to agbench (#5776) Eric Zhu 2025-03-16 09:13:12 -07:00
  • aba41d74d3 feat: add structured output to model clients (#5936) Eric Zhu 2025-03-15 07:58:13 -07:00
  • 9bde5ef911 Improve docs for model clients (#5952) Eric Zhu 2025-03-14 19:28:15 -07:00
  • fe1feb3906 Enable Auth in AGS (#5928) Victor Dibia 2025-03-14 15:02:05 -07:00
  • 4a1660feba Upgrade llama cpp to 0.3.8 to fix windows related error (#5948) python-v0.4.9.2 python-v0.4.9.2 Eric Zhu 2025-03-14 12:20:42 -07:00
  • 5f9e37dc27 Upgrade llama cpp to 0.3.8 to fix windows related error (#5948) Eric Zhu 2025-03-14 12:20:42 -07:00
  • 0276aac8fb Fix poe check on Windows (#5942) Nissa Seru 2025-03-14 14:44:38 -04:00
  • 7ed067ab71 update version Eric Zhu 2025-03-14 11:38:12 -07:00
  • a881cf18ac Ensure SecretStr is cast to str on load for model clients (#5947) Victor Dibia 2025-03-14 10:15:21 -07:00
  • b8b7a2db3a Ensure SecretStr is cast to str on load for model clients (#5947) Victor Dibia 2025-03-14 10:15:21 -07:00
  • 296de5253a Update AgentChat Docs for RAGAgent / Teachability (#5935) Victor Dibia 2025-03-13 21:57:47 -07:00
  • 27fd76dc54 update version to v0.4.9.1 python-v0.4.9.1 python-v0.4.9.1 Eric Zhu 2025-03-13 21:49:14 -07:00
  • 615882ccc8 Use SecretStr type for api key (#5939) Eric Zhu 2025-03-13 21:29:19 -07:00
  • 48c02de2da Fixes an error that can occur when listing the contents of a directory. (#5938) afourney 2025-03-13 20:40:30 -07:00
  • 904cb0f4b8 fix: make sure system message is present in reflection call (#5926) Eric Zhu 2025-03-13 14:29:46 -07:00
  • 997ad60a7d Fix logging error with ollama client (#5917) Eric Zhu 2025-03-12 13:59:43 -07:00
  • e8a0b988e1 bugfix: Workaround for pydantic/#7713 (#5893) Nissa Seru 2025-03-13 14:23:01 -04:00
  • a4b6372813 Use SecretStr type for api key (#5939) Eric Zhu 2025-03-13 21:29:19 -07:00
  • 84c622a4cc Fixes an error that can occur when listing the contents of a directory. (#5938) afourney 2025-03-13 20:40:30 -07:00
  • fc6fb4ea15 fix: revert to python:3.10-slim base image for AutoGen Studio (#5932) Napat Gun R. 2025-03-14 06:08:18 +07:00
  • 3b1ed78c64 Bump @babel/helpers from 7.26.9 to 7.26.10 in /python/packages/autogen-studio/frontend (#5905) dependabot[bot] 2025-03-13 22:16:39 +00:00
  • 6bf22ea1df Bump @babel/runtime from 7.26.9 to 7.26.10 in /python/packages/autogen-studio/frontend (#5904) dependabot[bot] 2025-03-13 22:10:10 +00:00
  • 87707bca37 Improve AgentChat Teams Doc (#5930) Victor Dibia 2025-03-13 14:58:16 -07:00
  • f1e615321e Update memory.ipynb - fixed typo chroma_user_memory (#5901) Yusuf Kaka 2025-03-13 23:49:18 +02:00
  • 3a1108a575 fix: make sure system message is present in reflection call (#5926) Eric Zhu 2025-03-13 14:29:46 -07:00
  • 41e7e85c40 fix: Improve PublishMessageAsync resilience (#5923) Jacob Alber 2025-03-13 16:53:21 -04:00
  • 52346fdb78 ci: Add missing Code Coverage assemblies to M.AG.* tests (#5925) Jacob Alber 2025-03-13 15:56:41 -04:00
  • 6ae098fe49 bugfix: Workaround for pydantic/#7713 (#5893) Nissa Seru 2025-03-13 14:23:01 -04:00
  • cf1365763c feat: Implement AgentChat.NET Termination Conditions (#5839) Jacob Alber 2025-03-13 12:41:13 -04:00
  • aefa66a3ce Update MarkItDown. (#5920) afourney 2025-03-12 21:17:25 -07:00
  • 4d8b97eed1 Fix logging error with ollama client (#5917) Eric Zhu 2025-03-12 13:59:43 -07:00
  • 8199a2c0a1 feat: [dotnet] open control channel for grpc save/load (#5489) Griffin Bassman 2025-03-12 15:18:32 -04:00
  • 0a988b6393 fix: Recurrent SendMessageAsync deadlock in message handler (#5916) Jacob Alber 2025-03-12 14:58:07 -04:00
  • 712aba6b4e update ref for v0.4.9 website (#5914) Eric Zhu 2025-03-12 09:00:48 -07:00
  • 90332e371b Revert Allow Voice Access to find clickable cards commit (#5911) python-v0.4.9-website peterychang 2025-03-12 11:52:13 -04:00
  • 72833f0934 Fix website cards ekzhu-fix-website Eric Zhu 2025-03-12 01:07:27 -07:00
  • 2573739111 update website for v0.4.9 (#5906) Eric Zhu 2025-03-12 00:05:57 -07:00
  • bb8439c7bd update version to v0.4.9 (#5903) python-v0.4.9 Eric Zhu 2025-03-11 19:35:22 -07:00
  • 58a5583549 feat: Pause and Resume for AgentChat Teams and Agents (#5887) Eric Zhu 2025-03-11 17:12:34 -07:00
  • 8fb9ca3a3e Allow for tracing via context provider (#5889) Eitan Yarmush 2025-03-11 19:33:39 -04:00
  • 817f728d04 add LLMStreamStartEvent and LLMStreamEndEvent (#5890) Eitan Yarmush 2025-03-11 18:02:46 -04:00
  • 2cc8c73d3b Fix termination UI in AGS (#5888) Victor Dibia 2025-03-11 11:46:25 -07:00
  • b4c1e5841f feat: Save/Load for AgentChat.NET (#5841) Jacob Alber 2025-03-11 12:35:03 -04:00
  • 6a3acc4548 Feature add Add LlamaCppChatCompletionClient and llama-cpp (#5326) PythicCoder 2025-03-11 01:53:53 +02:00
  • a1858efac9 feat: update local code executor to support powershell (#5884) Leonardo Pinheiro 2025-03-11 07:00:14 +10:00
  • 3b07b5a196 Merge branch 'main' into dev/agentchat_dotnet_groupchat dev/agentchat_dotnet_groupchat Ryan Sweet 2025-03-10 11:27:59 -08:00
  • 7d17b22925 Add an optional base path to FileSurfer (#5886) Hussein Mozannar 2025-03-09 20:33:18 -07:00
  • 99eee0cd27 fix: save_state should not require the team to be stopped. (#5885) Eric Zhu 2025-03-09 20:09:32 -07:00
  • e32f419387 Fix span structure for tracing (#5853) Eric Zhu 2025-03-08 22:28:11 -08:00
  • dce31cf0d9 Bump axios from 1.7.9 to 1.8.2 in /python/packages/autogen-studio/frontend (#5874) dependabot[bot] 2025-03-08 19:56:16 -08:00
  • b69751d88f Add author name before their message in Chainlit team sample (#5878) DavidYu00 2025-03-08 22:45:49 -05:00
  • 134a8c71ef Add anthropic docs (#5882) Victor Dibia 2025-03-08 19:35:28 -08:00
  • 8897bf3bbe wip ekzhu-otel-span-wip Eric Zhu 2025-03-07 19:03:59 -08:00
  • eacd8a1272 Merge remote-tracking branch 'origin/main' into ekzhu-otel-span Eric Zhu 2025-03-07 17:32:37 -08:00