82 Commits (fef953e062bf37d95eaec299756c8a15adcce054)

Author SHA1 Message Date
  Eric Zhu 9103359ef4
add cancellation support to docker executor (#6027) 1 year ago
  Eric Zhu 69292e6ff4
Update mimum openai version to 1.66.5 as import path changed (#5996) 1 year ago
  Eric Zhu a8cef327f1
Support json schema for response format type in OpenAIChatCompletionClient (#5988) 1 year ago
  ZakWork 685142cf51
Fix R1 reasoning parser for openai client (#5961) 1 year ago
  Eric Zhu aba41d74d3
feat: add structured output to model clients (#5936) 1 year ago
  Nissa Seru 0276aac8fb
Fix `poe check` on Windows (#5942) 1 year ago
  Eric Zhu a4b6372813
Use SecretStr type for api key (#5939) 1 year ago
  Eitan Yarmush 817f728d04
add LLMStreamStartEvent and LLMStreamEndEvent (#5890) 1 year ago
  PythicCoder 6a3acc4548
Feature add Add LlamaCppChatCompletionClient and llama-cpp (#5326) 1 year ago
  Leonardo Pinheiro a1858efac9
feat: update local code executor to support powershell (#5884) 1 year ago
  Eric Zhu 740afe5b61
Add ToolCallEvent and log it from all builtin tools (#5859) 1 year ago
  Ricky Loynd 97536af7a3
Task-Centric Memory (#5227) 1 year ago
  Leonardo Pinheiro 906b09e451
fix: Update SKChatCompletionAdapter message conversion (#5749) 1 year ago
  Victor Dibia b8b13935c9
Make FileSurfer and CodeExecAgent Declarative (#5765) 1 year ago
  Victor Dibia 78ef148c88
Add ChromaDBVectorMemory in Extensions (#5308) 1 year ago
  rylativity 5615f40a30
5663 ollama client host (#5674) 1 year ago
  Victor Dibia 05fc763b8a
add anthropic native support (#5695) 1 year ago
  Eric Zhu 9fd8eefc55
fix: Structured output with tool calls for OpenAIChatCompletionClient (#5671) 1 year ago
  Victor Dibia 170b8cc893
Make ChatCompletionCache support component config (#5658) 1 year ago
  Eric Zhu 7784f44ea6
feat: Add thought process handling in tool calls and expose ThoughtEvent through stream in AgentChat (#5500) 1 year ago
  Eric Zhu 80891b4841
doc & fix: Enhance AgentInstantiationContext with detailed documentation and examples for agent instantiation; Fix a but that caused value error when the expected class is not provided in register_factory (#5555) 1 year ago
  Eric Zhu 69c0b2b5ef
fix: Add model info validation and improve error messaging (#5556) 1 year ago
  Victor Dibia e6423bb862
Make CodeExecutor Serializable/Declarative (#5527) 1 year ago
  Eric Zhu ec314c586c
feat: Add strict mode support to BaseTool, ToolSchema and FunctionTool (#5507) 1 year ago
  Jacob Alber 676b611064
fix: Make race condition between channel open and RPC less likely to occur (#5514) 1 year ago
  Jack Gerrits dc877d5737
Impl remove and get subscription APIs for python xlang (#5365) 1 year ago
  Andrej Kyselica 540c4fb345
feat: DockerCommandLineCodeExecutor support for additional volume mounts, exposed host ports (#5383) 1 year ago
  Eitan Yarmush 8a9f452136
Adding declarative HTTP tools to autogen ext (#5181) 1 year ago
  wistuba 7a772a2fcd
feat: add indictor for tool failure to FunctionExecutionResult (#5428) 1 year ago
  Eric Zhu 9a028acf9f
feat: enhance Gemini model support in OpenAI client and tests (#5461) 1 year ago
  Richárd Gyikó 5308b76d5f
Add MCP adapters to autogen-ext (#5251) 1 year ago
  Leonardo Pinheiro b868e32b05
fix: update SK adapter stream tool call processing. (#5449) 1 year ago
  afourney 0b659de36d
Mitigates #5401 by optionally prepending names to messages. (#5448) 1 year ago
  Leonardo Pinheiro be085567ea
fix: remove sk tool adapter plugin name (#5444) 1 year ago
  Eric Zhu 901ab1276d
feat: enhance AzureAIChatCompletionClient validation and add unit tests (#5417) 1 year ago
  Jack Gerrits f7f5507c70
Split out GRPC tests (#5431) 1 year ago
  afourney 3c30d8961e
Prompting changes to better support smaller models. (#5386) 1 year ago
  Leonardo Pinheiro 5c969d3f10
fix: add state management for oai assistant (#5352) 1 year ago
  Eric Zhu 569bc19769
feat: add gemini model families, enhance group chat selection for Gemini model and add tests (#5334) 1 year ago
  Eric Zhu f656ff1e01
feat: Support R1 reasoning text in model create result; enhance API docs (#5262) 1 year ago
  Eric Zhu 44db2cc1fb
fix: handle non-string function arguments in tool calls and add corresponding warnings (#5260) 1 year ago
  Mohammad Mazraeh 2f1684b698
update dependencies to work with protobuf 5 (#5195) 1 year ago
  Eric Zhu 225eb9d0b2
feat: introduce ModelClientStreamingChunkEvent for streaming model output and update handling in agents and console (#5208) 1 year ago
  Jack Gerrits 7445e4b276
Remove channel based control plane APIs, cleanup proto (#5236) 1 year ago
  Eric Zhu b441d5b43a
fix: Enhance OpenAI client to handle additional stop reasons and improve tool call validation in tests to address empty tool_calls list. (#5223) 1 year ago
  Sachin Joglekar 8926206479
Implement default in-memory store for ChatCompletionCache (#5188) 1 year ago
  Leonardo Pinheiro db2410c705
Feature/azure ai inference client (#5153) 1 year ago
  Eric Zhu da1c2bf12e
fix: use tool_calls field to detect tool calls in OpenAI client; add integration tests for OpenAI and Gemini (#5122) 1 year ago
  Eric Zhu af420a83e2
fix: ensure proper handling of structured output in OpenAI client and improve test coverage for structured output (#5116) 1 year ago
  Leon De Andrade 34bc82e24f
Jupyter Code Executor in v0.4 (alternative implementation) (#4885) 1 year ago