| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
29b9c80c40
|
General Enhancements in agentchat 2.0 (#1906)
* work in progress * wip * groupchat type hints * clean up * formatting * formatting * clean up * address comments * better comment * updates docstring a_send * resolve comments * agent.py back to original format * resolve more comments * rename carryover type exception * revert next_agent changes + keeping UndefinedNextagent * fixed ciruclar dependencies? * fix cache tests --------- Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> Co-authored-by: Chi Wang <wang.chi@microsoft.com> |
2 years ago |
|
|
6d93765b96
|
return None instead of tuple in _generate_oai_reply_from_client (#1644)
* return None instead of tuple * return final=False if extracted response is None |
2 years ago |
|
|
05923a7301
|
bump version to 0.2.8 (#1349)
* bump version to 0.2.8 * make import easier * redis |
2 years ago |
|
|
ee6ad8d519
|
[Core] implement redis cache mode (#1222)
* implement redis cache mode, if redis_url is set in the llm_config then it will try to use this. also adds a test to validate both the existing and the redis cache behavior. * PR feedback, add unit tests * more PR feedback, move the new style cache to a context manager * Update agent_chat.md * more PR feedback, remove tests from contrib and have them run with the normal jobs * doc * updated * Update website/docs/Use-Cases/agent_chat.md Co-authored-by: Chi Wang <wang.chi@microsoft.com> * update docs * update docs; let openaiwrapper to use cache object * typo * Update website/docs/Use-Cases/enhanced_inference.md Co-authored-by: Chi Wang <wang.chi@microsoft.com> * save previous client cache and reset it after send/a_send * a_run_chat --------- Co-authored-by: Vijay Ramesh <vijay@regrello.com> Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com> Co-authored-by: Chi Wang <wang.chi@microsoft.com> |
2 years ago |