171 Commits (685142cf51c2cd41e1dbfaa48a4efbec0cabe396)

Author SHA1 Message Date
  Eric Zhu aba41d74d3
feat: add structured output to model clients (#5936) 1 year ago
  Eric Zhu 3a1108a575
fix: make sure system message is present in reflection call (#5926) 1 year ago
  Eric Zhu 58a5583549
feat: Pause and Resume for AgentChat Teams and Agents (#5887) 1 year ago
  Eric Zhu 99eee0cd27
fix: save_state should not require the team to be stopped. (#5885) 1 year ago
  Eric Zhu 7e5c1154cf
Support for external agent runtime in AgentChat (#5843) 1 year ago
  Eric Zhu 54c309007a
fix: warn when using reflection on tool use with Claude models (#5829) 1 year ago
  Eric Zhu 39bfa35e28
docs: Add note recommending PythonCodeExecutionTool as an alternative to CodeExecutorAgent (#5809) 1 year ago
  Eric Zhu 4858676bdd
Add examples for custom model context in AssistantAgent and ChatCompletionContext (#5810) 1 year ago
  Eric Zhu cc1b0cdd51
feat: Add FunctionCallTermination condition (#5808) 1 year ago
  Eitan Yarmush 9d4236b1ce
TextMessageTerminationCondition for agentchat (#5742) 1 year ago
  Leonardo Pinheiro 906b09e451
fix: Update SKChatCompletionAdapter message conversion (#5749) 1 year ago
  Jay Prakash Thakur 78ff883d24
docs: add note about markdown code block requirement in CodeExecutorA… (#5785) 1 year ago
  Victor Dibia b8b13935c9
Make FileSurfer and CodeExecAgent Declarative (#5765) 1 year ago
  Jack Gerrits 6b68719939
Allow background exceptions to be fatal (#5716) 1 year ago
  Leonardo Pinheiro a02d08a8ef
Refactor AssistantAgent on_message_stream (#5642) 1 year ago
  pengjunfeng11 a06b6c8b0b
REF: replaced variable name in TextMentionTermination (#5698) 1 year ago
  Hussein Mozannar 4dac9c819e
Add metadata field to basemessage (#5372) 1 year ago
  Eric Zhu a14aeab6e4
doc & sample: Update documentation for human-in-the-loop and UserProxyAgent; Add UserProxyAgent to ChainLit sample; (#5656) 1 year ago
  Eric Zhu 0360ab9715
doc: Enrich AssistantAgent API documentation with usage examples. (#5653) 1 year ago
  philippHorn 95585b4408
fix: Crash in argument parsing when using Openrouter (#5667) 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
  gagb fa3396e9c3
Initialize BaseGroupChat before reset (#5608) 1 year ago
  Eric Zhu e7a3c78594
fix: Address tool call execution scenario when model produces empty tool call ids (#5509) 1 year ago
  Eric Zhu ec314c586c
feat: Add strict mode support to BaseTool, ToolSchema and FunctionTool (#5507) 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
  Eric Zhu b5eaab8501
fix & doc: update selector prompt documentation and remove validation checks (#5456) 1 year ago
  Eric Zhu 426b898485
fix: improve speaker selection in SelectorGroupChat for weaker models (#5454) 1 year ago
  Eric Zhu 0008c9cb44
fix: do not count agent event in MaxMessageTermination condition (#5436) 1 year ago
  afourney 4c1c12d350
Flush console output after every message. (#5415) 1 year ago
  afourney 59e392cd0f
Get SelectorGroupChat working for Llama models. (#5409) 1 year ago
  afourney ac74305913
Ensure decriptions appear each on one line. Fix web_surfer's desc (#5390) 1 year ago
  Eitan Yarmush 172a16a615
Memory component base (#5380) 1 year ago
  afourney cf6fa77273
Add text-only model support to M1 (#5344) 1 year ago
  afourney 517e3f000e
Assistant agent drop images when not provided with a vision-capable model. (#5351) 1 year ago
  Victor Dibia b89ca2a5ae
Fix warnings in AGS (#5320) 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
  afourney fff201f813
Added an optional sources parameter to CodeExecutorAgent (#5259) 1 year ago
  Eric Zhu 225eb9d0b2
feat: introduce ModelClientStreamingChunkEvent for streaming model output and update handling in agents and console (#5208) 1 year ago
  Victor Dibia 67029853ec
make AssistantAgent and Handoff use BaseTool (#5193) 1 year ago
  Victor Dibia 979d8ab4f1
Make AgentChat Team Config Serializable (#5071) 1 year ago
  Fernando Bellido Pazos a585091406
Closes #5059 (#5156) 1 year ago
  Victor Dibia 5e9b24c3d9
Make Memory and Team an ABC (#5149) 1 year ago
  Jack Gerrits 226b37d07b
Make ChatAgent an ABC (#5129) 1 year ago
  Leon De Andrade d9fd39a297
Add sources field to TextMentionTermination (#5106) 1 year ago
  Eric Zhu 9b1260dd3e
docs: update AssistantAgent documentation with a new figure, attention and warning notes (#5099) 1 year ago
  Eric Zhu 8643ff6e40
Pass context between AssistantAgent for handoffs (#5084) 1 year ago
  Victor Dibia c2a43e84a2
Declarative BaseChat Agents (#5055) 1 year ago
  afourney 2e1a9c737a
Retry multiple times when M1 selects an invalid agent. Make agent sel… (#5079) 1 year ago
  Jacob Alber ae98c9d764
feat: Change async input strategy (#5060) 1 year ago