35 Commits (297904f210d425843c995f76594de36e1c846480)

Author SHA1 Message Date
  Li Jiang 42b27b9a9d
Add isort (#2265) 2 years ago
  Wael Karkoub 7a685b52d8
Fix `generate_init_message` for Multimodal Messages (#2124) 2 years ago
  Chi Wang 6b47a966dd
fix test_human_input (#2063) 2 years ago
  Chi Wang cc836de13d
adjust order of side bars (#2040) 2 years ago
  Chi Wang 523581825b
improve validation of llm_config (#1946) 2 years ago
  Qingyun Wu c75655a340
Supporting callable message (#1852) 2 years ago
  Wael Karkoub 29b9c80c40
General Enhancements in agentchat 2.0 (#1906) 2 years ago
  Gunnar Kudrjavets b8ceb866e6
Add shebang functionality to tests (#1784) 2 years ago
  Rohit Singh Rathaur dc89147310
hook-list are updated to accept a sender argument (#1799) 2 years ago
  Shaokun Zhang b8727893f7
Support functions removing in ConversableAgent (#1786) 2 years ago
  Chi Wang 8ec1c3e0b3
process message before send (#1783) 2 years ago
  Rohit Singh Rathaur 3c2c251f3f
Allow None for sender field in `CoversableAgent.generate_reply` (#1725) 2 years ago
  Qingyun Wu a00df55306
Allow limiting the maximum number of turns in `initiate_chat` and `initiate_chats` (#1703) 2 years ago
  Chi Wang cff9ca9a11
do model check properly (#1686) 2 years ago
  Gunnar Kudrjavets d677b47c44
Validate llm_config passed to ConversableAgent (issue #1522) (#1654) 2 years ago
  Gunnar Kudrjavets f68c09b035
Validate the OpenAI API key format (#1635) 2 years ago
  Davor Runje a2d4b47503
Function calling upgrade (#1443) 2 years ago
  afourney c05e212d15
Change last_n_messages to default to 'auto' (#1356) 2 years ago
  Davor Runje bde2fc9398
replaced asyncio.coroutines.iscoroutinefunction with inspect.iscoroutine (#1267) 2 years ago
  Eric Zhu d6a3304f55
[Core] Compatibility with function call style API (Azure OpenAI and Gemini) (#1227) 2 years ago
  Davor Runje 2589ae8749
Add documentation and raise exception when registering async reply function in sync chat (#1208) 2 years ago
  Davor Runje 2e519b016a
Fix registration of async functions (#1201) 2 years ago
  Brian Finney 40dbf31a92
[Core] [Tool Call] adjust conversable agent to support tool_calls (#974) 2 years ago
  afourney e5ebdb66bf
Remove GPT-4 as the default model. (#1072) 2 years ago
  Maxim Saplin c80df8acab
Skip tests that depend on OpenAI via `--skip-openai` (#1097) 2 years ago
  Davor Runje 4b5ec5a52f
Add decorator for function calling (#1018) 2 years ago
  KazooTTT a122ffe541
Fix/typo (#1034) 2 years ago
  afourney e74abe253e
Added an agent description field distinct from the system_message. (#736) 2 years ago
  afourney 5dfc73dfb0
Added an 'auto' mode to last_n_messages (#693) 2 years ago
  wonderful 6bb7acc34d
Handled possible unclear IndexError in ConversableAgent.last_message method (#622) 2 years ago
  Chi Wang c4f8b1c761
Dev/v0.2 (#393) 2 years ago
  Mohamed Attia a3547f82c4
Replace the use of `assert` in non-test code (#80) 2 years ago
  Xiaoyun Zhang b642f69005
minor fix (#31) 2 years ago
  Chi Wang a4b9297719 cleanup 2 years ago
  Chi Wang bc4473fe8a cleanup 2 years ago