COMMITS
/ test/agentchat/test_conversable_agent.py April 22, 2024
W
Adds Message History to a `ConversableAgent` (#2437)
Wael Karkoub committed
April 17, 2024
C
improve test speed (#2406)
Chi Wang committed
April 5, 2024
L
Add isort (#2265)
Li Jiang committed
March 30, 2024
W
Fix `generate_init_message` for Multimodal Messages (#2124)
Wael Karkoub committed
March 19, 2024
C
fix test_human_input (#2063)
Chi Wang committed
March 17, 2024
C
adjust order of side bars (#2040)
Chi Wang committed
March 11, 2024
C
improve validation of llm_config (#1946)
Chi Wang committed
March 9, 2024
Q
Supporting callable message (#1852)
Qingyun Wu committed
W
General Enhancements in agentchat 2.0 (#1906)
Wael Karkoub committed
February 29, 2024
G
Add shebang functionality to tests (#1784)
Gunnar Kudrjavets committed
February 28, 2024
R
hook-list are updated to accept a sender argument (#1799)
Rohit Singh Rathaur committed
February 27, 2024
S
Support functions removing in ConversableAgent (#1786)
Shaokun Zhang committed
February 25, 2024
C
process message before send (#1783)
Chi Wang committed
February 21, 2024
R
Allow None for sender field in `CoversableAgent.generate_reply` (#1725)
Rohit Singh Rathaur committed
February 17, 2024
February 15, 2024
C
do model check properly (#1686)
Chi Wang committed
G
Validate llm_config passed to ConversableAgent (issue #1522) (#1654)
Gunnar Kudrjavets committed
February 14, 2024
G
Validate the OpenAI API key format (#1635)
Gunnar Kudrjavets committed
January 31, 2024
D
Function calling upgrade (#1443)
Davor Runje committed
January 23, 2024
A
Change last_n_messages to default to 'auto' (#1356)
afourney committed
January 16, 2024
D
replaced asyncio.coroutines.iscoroutinefunction with inspect.iscoroutine (#1267)
Davor Runje committed
January 13, 2024
January 11, 2024
D
Fix registration of async functions (#1201)
Davor Runje committed
January 6, 2024
B
[Core] [Tool Call] adjust conversable agent to support tool_calls (#974)
Brian Finney committed
January 5, 2024
A
Remove GPT-4 as the default model. (#1072)
afourney committed
December 31, 2023
M
Skip tests that depend on OpenAI via `--skip-openai` (#1097)
Maxim Saplin committed
December 25, 2023
D
Add decorator for function calling (#1018)
Davor Runje committed
December 22, 2023
K
Fix/typo (#1034)
KazooTTT committed
December 9, 2023
A
Added an agent description field distinct from the system_message. (#736)
afourney committed
November 15, 2023
A
Added an 'auto' mode to last_n_messages (#693)
afourney committed
November 11, 2023
W
November 4, 2023
C
Dev/v0.2 (#393)
Chi Wang committed
October 3, 2023
M
Replace the use of `assert` in non-test code (#80)
Mohamed Attia committed
October 2, 2023
X
minor fix (#31)
Xiaoyun Zhang committed