244 Commits (70784eaedaebec38aa422bee2199f17a2f87235b)

Author SHA1 Message Date
  Eric Zhu 70784eaeda
Update version to 0.5.5 (#6397) 1 year ago
  Eric Zhu d96aaebc8d
Update agent documentation (#6394) 1 year ago
  Eric Zhu bab0dfd1e7
AssistantAgent to support Workbench (#6393) 1 year ago
  EeS a283d268df
TEST/change gpt4, gpt4o serise to gpt4.1nano (#6375) 1 year ago
  Abhijeetsingh Meena aad6caa768
Add self-debugging loop to `CodeExecutionAgent` (#6306) 1 year ago
  EeS b3f37319e3
Fix: deserialize model_context in AssistantAgent and SocietyOfMindAgent and CodeExecutorAgent (#6337) 1 year ago
  Jorge Villacorta f00f7d278d
Avoid re-registering a message type already registered (#6354) 1 year ago
  Henry Miller 00153155e3
Added support for exposing GPUs to docker code executor (#6339) 1 year ago
  EeS 9b0a0bd6b8
FEAT: SelectorGroupChat could using stream inner select_prompt (#6286) 1 year ago
  Eric Zhu 183dbb8dd1
Update version 0.5.4 (#6334) 1 year ago
  EeS b13264ac60
FEAT: adding multiple_system_message on model_info (#6327) 1 year ago
  Eitan Yarmush 1035065c4e
Introduce AgentTool and TeamTool (#5924) 1 year ago
  Eric Zhu fb16d5acf9
Make sure thought content is included in handoff context (#6319) 1 year ago
  Eric Zhu 165c189f0e
Print message types in Console (#6318) 1 year ago
  EeS 844de21c00
[FEATURE] Option to emit group chat manager messages in AgentChat (#6303) 1 year ago
  abhinav-aegis a4a16fd2f8
Aegis structure message (#6289) 1 year ago
  Eric Zhu 8bd162f8fc
Update version to 0.5.3 (#6310) 1 year ago
  Abhijeetsingh Meena 756aef366d
Add code generation support to `CodeExecutorAgent` (#6098) 1 year ago
  Eric Zhu 3500170be1
update version 0.5.2 (#6296) 1 year ago
  湛露先生 8fe627e48c
Fix terminations conditions. (#6229) 1 year ago
  湛露先生 27e1656e06
Remove redundancy code and improve validation logics in AgentChat (#6190) 1 year ago
  EeS 39321266f9
Improve SocietyOfMindAgent message handling (#6142) 1 year ago
  Eric Zhu 47602eac9e
Update version to 0.5.1 (#6195) 1 year ago
  Eric Zhu 5508cc7a43
Update versions to 0.5.0 (#6184) 1 year ago
  Eric Zhu aec04e76ec
Stop run when an error occured in a group chat (#6141) 1 year ago
  Eric Zhu 86237c9fdf
Add output_format to AssistantAgent for structured output (#6071) 1 year ago
  湛露先生 770bf2357a
Fix typos and optimize OrTerminationCondition (#5980) 1 year ago
  Eric Zhu 7615c7b83b
Rename to use BaseChatMessage and BaseAgentEvent. Bring back union types. (#6144) 1 year ago
  Eric Zhu e686342f53
Fix token limited model context (#6137) 1 year ago
  Griffin Bassman 7487687cdc
[feat] token-limited message context (#6087) 1 year ago
  Eric Zhu 025490a1bd
Use class hierarchy to organize AgentChat message types and introduce StructuredMessage type (#5998) 1 year ago
  Kurok1 2e2a314f7e
Take the output of the tool and use that to create the HandoffMessage (#6073) 1 year ago
  tongyu 47ffaccba1
AssistantAgent.metadata for user/application identity information associated with the agent. #6048 (#6057) 1 year ago
  jspv fc2c9978fd
Add model_context property to AssistantAgent (#6072) 1 year ago
  Abhijeetsingh Meena e28738ac6f
Add async support for `selector_func` and `candidate_func` in `SelectorGroupChat` (#6068) 1 year ago
  Zachary Huang d83927e22a
fix AssistantAgent polymorphism bug (#5967) 1 year ago
  Abhijeetsingh Meena c4e07e86d8
Implement 'candidate_func' parameter to filter down the pool of candidates for selection (#5954) 1 year ago
  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 bb8439c7bd
update version to v0.4.9 (#5903) 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