411 Commits (a62b5c3b2df8246164ffae2cd4e614a9e3a00a29)

Author SHA1 Message Date
  olgavrou 71829f3fdf
Fix custom client registration (#1653) 2 years ago
  Qingyun Wu fb22f78b08
add autogen.initiate_chats (#1638) 2 years ago
  Chi Wang 6d93765b96
return None instead of tuple in _generate_oai_reply_from_client (#1644) 2 years ago
  Chi Wang 5c58be65f4
remove print config list (#1637) 2 years ago
  Qingyun Wu 899b250c08
Adding callable summary_method support and enhancements to initiate_chats (#1628) 2 years ago
  Davor Runje 80890588ca
Refactoring web surfer to use function decorators (#1435) 2 years ago
  Eric Zhu 609ba7c649
Code executors (#1405) 2 years ago
  gagb 47d6c7567e
Proxy PR for Long Context Capability 1513 (#1591) 2 years ago
  Chi Wang 0b4bce28cf
avoid access private variable (#1592) 2 years ago
  Qingyun Wu 2a2e466932
Using a more robust "reflection_with_llm" summary method (#1575) 2 years ago
  Qingyun Wu deb5f94ffd
Error handling in getting LLM-based summary (#1567) 2 years ago
  afourney 53e6d28b9d
Allow SocietyOfMind agent to work with function calling and tools. (#1569) 2 years ago
  Qingyun Wu 3e33a2c410
New `initiate_chats` Interface for Managing Dependent Chats in ConversableAgent (#1402) 2 years ago
  Chi Wang 18a15d78fd
patch to graph groupchat (#1555) 2 years ago
  Joshua Kim c603ca434e
Graph group chat (#857) 2 years ago
  Chi Wang c6c5fb0ffb
remove useless code in groupchat; simplify the handling of termination msg (#1532) 2 years ago
  Eric Zhu 1abbcf3c44
Update tests for code_utils and use ThreadPoolExecutor for code execution in windows (#1472) 2 years ago
  olgavrou 00417edb5a
Custom Model Client support (#1345) 2 years ago
  Davor Runje b0f42a1bd4
Fix tests for GPT assistant (#1505) 2 years ago
  Justin Trugman 5eaf712a88
Implement Overwrite Tools Functionality in GPTAssistantAgent (#1434) 2 years ago
  olgavrou 03f165ce81
fix: unit test should not call private function (#1494) 2 years ago
  Davor Runje a2d4b47503
Function calling upgrade (#1443) 2 years ago
  afourney 0107b52d5a
Adds a SocietyOfMindAgent that presents as a single agent, but runs GroupChat as an inner-monologue (#890) 2 years ago
  afourney 8d1d07308a
Removed "Tool Call Id" from main content string. (#1471) 2 years ago
  Grigorij 0790da0bd3
functionality of manual history cleaning by user proxy added (#1230) 2 years ago
  Chi Wang fd0094ce51
bump version to 0.2.9 (#1430) 2 years ago
  Davor Runje 0c5d6b2533
fixed skipping code execution in docker test if already runnning in a container (#1383) 2 years ago
  afourney c05e212d15
Change last_n_messages to default to 'auto' (#1356) 2 years ago
  Chi Wang 05923a7301
bump version to 0.2.8 (#1349) 2 years ago
  afourney 708eb4d884
Add a web surfer agent that can search and browse the web. (#1093) 2 years ago
  Vijay Ramesh ee6ad8d519
[Core] implement redis cache mode (#1222) 2 years ago
  bitnom e97b6395af
Allow initiate_chat without passing message (#1244) 2 years ago
  olgavrou a911d1c2ec
set use_docker to default to True (#1147) 2 years ago
  Eric Zhu 22e36cbb10
Support for Python 3.12 (#1317) 2 years ago
  Maxim Saplin 00dbcb247e
Switched to AzureOpenAI for api_type=="azure" (#1232) 2 years ago
  Yiran Wu acf81ac420
Add usage summary for agents (#1269) 2 years ago
  Chi Wang 563b1bb00b
remove filter_dict (#1284) 2 years ago
  Chi Wang adbfb206dc
add workdir in test (#1274) 2 years ago
  Eric Zhu e784f2b9b6
[Core] Update documentation for function call compatibility (#1237) 2 years ago
  Brian Finney d1c1548888
remove name from tool response (#1263) 2 years ago
  Davor Runje bde2fc9398
replaced asyncio.coroutines.iscoroutinefunction with inspect.iscoroutine (#1267) 2 years ago
  afourney e6325a402a
Added the ability to add tags to the OAI_CONFIG_LIST, and filter (#1226) 2 years ago
  Brian Finney 63a35e79f8
run sync and async in async (#1242) 2 years ago
  Chi Wang 156579565d
Improve test for function call in groupchat (#1252) 2 years ago
  Chi Wang f9c16d26a3
Fix bug in async group chat with func/tool call (#1243) 2 years ago
  Chi Wang 42674c58b7
update default aoai version (#1229) 2 years ago
  Eric Zhu d6a3304f55
[Core] Compatibility with function call style API (Azure OpenAI and Gemini) (#1227) 2 years ago
  Eric Zhu f82248dce3
[Core] Sanitize filename before using it as docker image tag. Fix #1069 (#1127) 2 years ago
  Josef Erben 44260934f3
fix: forward kwargs to conversable agent + fix typing (#1193) 2 years ago
  Davor Runje 2589ae8749
Add documentation and raise exception when registering async reply function in sync chat (#1208) 2 years ago