* Update LLM Caching link in Optional-Dependencies.md
Fix link to direct to the current location of the LLM Caching doc
* Update Optional-Dependencies.md
---------
Co-authored-by: Qingyun Wu <qingyun0327@gmail.com>
Co-authored-by: Jack Gerrits <jackgerrits@users.noreply.github.com>
* Add support for tool calling cohere
* update tool calling code
* make client name configurable with default
* formatting nits
* update docs
---------
Co-authored-by: Mark Sze <66362098+marklysze@users.noreply.github.com>
Co-authored-by: Li Jiang <bnujli@gmail.com>
* Initial commit with ability to add name into content with a transform
* Transforms documentation
* Fix transform links in documentation
---------
Co-authored-by: Li Jiang <bnujli@gmail.com>
* intial commit for aws-bedrock
* format
* converse setup for model req-response
* Renamed to bedrock.py, updated parameter parsing, system message extraction, client class incorporation
* Established Bedrock class based on @astroalek and @ChristianT's code, added ability to disable system prompt separation
* Image parsing and removing access credential checks
* Added tests, added additional parameter support
* Amazon Bedrock documentation
* Moved client parameters to init, align parameter names with Anthropic, spelling fix, remove unnecessary imports, use base and additional parameters, update documentation
* Tidy up comments
* Minor typo fix
* Correct comment re aws_region
---------
Co-authored-by: Mark Sze <mark@sze.family>
Co-authored-by: Mark Sze <66362098+marklysze@users.noreply.github.com>
Co-authored-by: Li Jiang <bnujli@gmail.com>
This pull request includes a minor update to the agent_chat.md file to correct the link to the Enhanced Inference.
Co-authored-by: gagb <gagb@users.noreply.github.com>
* Initial commit with ability to add transforms to GroupChat
* Added tests
* Tidy up
* Tidy up of variable names and commented out test
* Tidy up comment
* Update import to relative
* Added documentation topic for transform messages for speaker selection.
* Added handling of non-core module, transforms, in groupchat
* Adjusted parameter if module not loaded.
* Updated groupchat test which failed during CI/CD
---------
Co-authored-by: Li Jiang <bnujli@gmail.com>
* add openai-gemini example
* fix exec numbering
* improve isntructions
* fix br tag
* mention roles/aiplatform.user and fix markdown reference
* remove mentioning the editor role, and only use the Vertex AI User role
---------
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
* Remove deps on RetrieveAssistantAgent for getting human input
* Terminate when no more context
* Add deprecation warning message
* Clean up RetrieveAssistantAgent, part 1
* Update version
* Clean up docs and notebooks
* fix: message history limiter to support tool calls
* add: pytest and docs for message history limiter for tool calls
* Added keep_first_message for HistoryLimiter transform
* Update to inbetween to between
* Updated keep_first_message to non-optional, logic for history limiter
* Update transforms.py
* Update test_transforms to match utils introduction, add keep_first_message testing
* Update test_transforms.py for pre-commit checks
---------
Co-authored-by: Mark Sze <66362098+marklysze@users.noreply.github.com>
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
* 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>
* 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>
* 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>
* 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>
* switch to officially supported Vertex AI message sending + safety setting converion for vertexai
* add system instructions
* switch to officially supported Vertex AI message sending + safety setting converion for vertexai
* fix bug in safety settings conversion
* add missing system instructions
* add safety settings to send message
* add support for credentials objects
* add type checkingchange project_id to project arg
* add more tests
* fix mock creation in test
* extend docstring
* fix errors with gemini message format in chats
* add option for vertexai response validation setting & improve docstring
* readding empty message handling
* add more tests
* extend and improve gemini vertexai jupyter notebook
* rename project arg to project_id and GOOGLE_API_KEY env var to GOOGLE_GEMINI_API_KEY
* adjust docstring formatting
* add notebook for using Gemini with VertexAI
* add missing image
* remove part with workload identity federation
* Spelling
* Capitalisation and tweak on config note.
* autogen gemini gcp image
* fix formatting
* move gemini vertexai notebook to website/docs/topics/non-openai-models
* Adjust license
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
* remove auto-generated cell
---------
Co-authored-by: Mark Sze <66362098+marklysze@users.noreply.github.com>
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
* first draft of agent eval blog post
* adding NextSteps section
* Update website/blog/2024-06-21-AgentEval/index.mdx
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
* Update website/blog/2024-06-21-AgentEval/index.mdx
Co-authored-by: Chi Wang <wang.chi@microsoft.com>
* addressing some pr comments
* fixing whitespace
* fixing typo
* adding bit about sequential chats
* fixing whitespace
* adding more about verifier
---------
Co-authored-by: Beibin Li <BeibinLi@users.noreply.github.com>
Co-authored-by: Chi Wang <wang.chi@microsoft.com>