* Update cohere.py
Key in the directory should be 'message' and not 'content' as it checks for message empty at a later point in code.
* Update cohere.py
Added required comments to the changes made in previous commit.
* Document the usage of the AAD auth. #2880
Added the document for the usage of AAD !
* Update website/docs/topics/llm_configuration.ipynb
Co-authored-by: Qingyun Wu <qingyun0327@gmail.com>
* Updated Location and Link to Azure OpenAI documentation
* Update AutoTX Link on Gallery.json (#3082)
Co-Authored-By: Qingyun Wu <qingyun0327@gmail.com>
Co-Authored-By: Yiran Wu <32823396+yiranwu0@users.noreply.github.com>
Co-Authored-By: Chi Wang <wang.chi@microsoft.com>
* Making the required changes
Updated function description and parameter description as well. Also, created the corresponding cs file for the t4 file. And created the new test case and updated the checks as well.
* Revert "Making the required changes"
By mistake
* Update llm_configuration.ipynb
---------
Co-authored-by: Li Jiang <bnujli@gmail.com>
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
Co-authored-by: Qingyun Wu <qingyun0327@gmail.com>
Co-authored-by: Yiran Wu <32823396+yiranwu0@users.noreply.github.com>
Update Python Readme with steps to make hatch work in IntelliJ-class IDEs.
For people like me to not waste time on figuring this out.
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Recreated documentation for Local LLMs - LiteLLM and Ollama
* Added Docker = False for code execution example
---------
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
* fix broken reference links that's pointing to a page that doesn't exists
* Fix 2 broken links and use the correct format
---------
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
* [Typo] Update MongoDB Notebook to acknlowedge >=M10 support
The notebook instructions state we support only >=M30 clusters for AutoGen. This is slightly misleading. We support >=M10 clusters or any cluster that allows for index creation from client code. This support is continually updating so this PR updates the language to reflect that.
* Add link!
---------
Co-authored-by: Li Jiang <bnujli@gmail.com>
* bump version
* update
* format
---------
Co-authored-by: kevin666aa <yrwu000627@gmail.com>
Co-authored-by: Yiran Wu <32823396+yiranwu0@users.noreply.github.com>
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
* update markdown hyperlinks to stable urls
* update notebook images and text
* re-write observability section
* Updated section
* update wording
* added newline
* update styling in image tags to be jsx compatible
* added text
* update link
* simplified text
* created blog
* replace flow images with fewer shadows
* reformat line
* add authors
* updated discord link and direct paths to image URLS
* removed images since they are not stored in the AgentOps github
* remove trailing whitespaces
* removed newline
* removed whitespace
* Update website/blog/2024-07-25-AgentOps/index.mdx
Co-authored-by: Mark Sze <66362098+marklysze@users.noreply.github.com>
* single quotes with double quotes
* fix widths
---------
Co-authored-by: Braelyn Boynton <bboynton97@gmail.com>
Co-authored-by: Mark Sze <66362098+marklysze@users.noreply.github.com>
* Add gpt-4o-mini to model list
* Fix formatting issue and verify with pre-commit
* Remove extra space
* Minor change to make pre-commit (formatting checks) pass
---------
Co-authored-by: Qingyun Wu <qingyun0327@gmail.com>
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
Co-authored-by: HRUSHIKESH DOKALA <96101829+Hk669@users.noreply.github.com>
Co-authored-by: Ian <ArGregoryIan@gmail.com>
* update markdown hyperlinks to stable urls
* update notebook images and text
* re-write observability section
* Updated section
* update wording
* added newline
* update styling in image tags to be jsx compatible
* added text
* update link
* simplified text
* created blog
* replace flow images with fewer shadows
* reformat line
* add authors
* updated discord link and direct paths to image URLS
* removed images since they are not stored in the AgentOps github
* remove trailing whitespaces
* removed newline
* removed whitespace
* Update website/blog/2024-07-25-AgentOps/index.mdx
Co-authored-by: Mark Sze <66362098+marklysze@users.noreply.github.com>
* single quotes with double quotes
---------
Co-authored-by: Braelyn Boynton <bboynton97@gmail.com>
Co-authored-by: Mark Sze <66362098+marklysze@users.noreply.github.com>
* make code execution async
* python 3.10 does not support asyncio.timeout()
* make code execution cancellable
* make code execution async
* python 3.10 does not support asyncio.timeout()
* make code execution cancellable
* make entire callstack for code_executor async
* Update python/src/agnext/components/code_executor/_impl/local_commandline_code_executor.py
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
* fix variable description
* remove unnecessary code
* fix usage of execute_code_blocks
* fix usage of execute_code_blocks
---------
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
* Update tool use examples to use inner agents rather than subclassing
* fix
* Merge remote-tracking branch 'origin/main' into ekzhu-update-tool-use-example
* Merge branch 'main' into ekzhu-update-tool-use-example
* Fix links in the sample.
* Update tool use examples to use inner agents rather than subclassing
* fix
* Merge remote-tracking branch 'origin/main' into ekzhu-update-tool-use-example
* Handle messages in a queue for team one base agent
* fmt
* Enable RPC
* Hatch errors.
---------
Co-authored-by: Adam Fourney <adamfo@microsoft.com>
Co-authored-by: afourney <adam.fourney@gmail.com>