diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 51015e7b79..b7e43c8208 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,5 +1,5 @@ #------------------------------------------------------------------------------------------------------------- -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # SPDX-License-Identifier: Apache-2.0 # Contributions to this project, i.e., https://github.com/ag2labs/ag2, are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/.devcontainer/README.md b/.devcontainer/README.md index 9070430528..cd17a52597 100644 --- a/.devcontainer/README.md +++ b/.devcontainer/README.md @@ -10,23 +10,23 @@ These configurations can be used with Codespaces and locally. - **Purpose**: This Dockerfile, i.e., `./Dockerfile`, is designed for basic setups. It includes common Python libraries and essential dependencies required for general usage of AutoGen. - **Usage**: Ideal for those just starting with AutoGen or for general-purpose applications. -- **Building the Image**: Run `docker build -f ./Dockerfile -t autogenhub_base_img .` in this directory. +- **Building the Image**: Run `docker build -f ./Dockerfile -t ag2labs_base_img .` in this directory. - **Using with Codespaces**: `Code > Codespaces > Click on +` By default + creates a Codespace on the current branch. ### full - **Purpose**: This Dockerfile, i.e., `./full/Dockerfile` is for advanced features. It includes additional dependencies and is configured for more complex or feature-rich AutoGen applications. - **Usage**: Suited for advanced users who need the full range of AutoGen's capabilities. -- **Building the Image**: Execute `docker build -f full/Dockerfile -t autogenhub_full_img .`. +- **Building the Image**: Execute `docker build -f full/Dockerfile -t ag2labs_full_img .`. - **Using with Codespaces**: `Code > Codespaces > Click on ...> New with options > Choose "full" as devcontainer configuration`. This image may require a Codespace with at least 64GB of disk space. ### dev - **Purpose**: Tailored for AutoGen project developers, this Dockerfile, i.e., `./dev/Dockerfile` includes tools and configurations aiding in development and contribution. - **Usage**: Recommended for developers who are contributing to the AutoGen project. -- **Building the Image**: Run `docker build -f dev/Dockerfile -t autogenhub_dev_img .`. +- **Building the Image**: Run `docker build -f dev/Dockerfile -t ag2labs_dev_img .`. - **Using with Codespaces**: `Code > Codespaces > Click on ...> New with options > Choose "dev" as devcontainer configuration`. This image may require a Codespace with at least 64GB of disk space. -- **Before using**: We highly encourage all potential contributors to read the [AutoGen Contributing](https://autogenhub.github.io/autogen/docs/Contribute) page prior to submitting any pull requests. +- **Before using**: We highly encourage all potential contributors to read the [AutoGen Contributing](https://ag2labs.github.io/autogen/docs/Contribute) page prior to submitting any pull requests. ## Customizing Dockerfiles diff --git a/.devcontainer/dev/Dockerfile b/.devcontainer/dev/Dockerfile index d97aed74df..9774307068 100644 --- a/.devcontainer/dev/Dockerfile +++ b/.devcontainer/dev/Dockerfile @@ -10,11 +10,11 @@ RUN apt-get update && apt-get -y update RUN apt-get install -y sudo git npm vim nano curl wget git-lfs # Setup a non-root user 'autogen' with sudo access -RUN adduser --home /home/autogenhub --disabled-password --gecos '' autogen +RUN adduser --home /home/ag2labs --disabled-password --gecos '' autogen RUN adduser autogen sudo RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers USER autogen -WORKDIR /home/autogenhub +WORKDIR /home/ag2labs # Set environment variable # ENV OPENAI_API_KEY="{OpenAI-API-Key}" @@ -39,11 +39,11 @@ RUN yarn install --frozen-lockfile --ignore-engines RUN arch=$(arch | sed s/aarch64/arm64/ | sed s/x86_64/amd64/) && \ wget -q https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.23/quarto-1.5.23-linux-${arch}.tar.gz && \ - mkdir -p /home/autogenhub/quarto/ && \ - tar -xzf quarto-1.5.23-linux-${arch}.tar.gz --directory /home/autogenhub/quarto/ && \ + mkdir -p /home/ag2labs/quarto/ && \ + tar -xzf quarto-1.5.23-linux-${arch}.tar.gz --directory /home/ag2labs/quarto/ && \ rm quarto-1.5.23-linux-${arch}.tar.gz -ENV PATH="${PATH}:/home/autogenhub/quarto/quarto-1.5.23/bin/" +ENV PATH="${PATH}:/home/ag2labs/quarto/quarto-1.5.23/bin/" # Exposes the Yarn port for Docusaurus EXPOSE 3000 diff --git a/.devcontainer/full/Dockerfile b/.devcontainer/full/Dockerfile index a59cd985aa..60b9fd03fc 100644 --- a/.devcontainer/full/Dockerfile +++ b/.devcontainer/full/Dockerfile @@ -11,11 +11,11 @@ RUN apt-get update \ && rm -rf /var/lib/apt/lists/* # Setup a non-root user 'autogen' with sudo access -RUN adduser --home /home/autogenhub --disabled-password --gecos '' autogen +RUN adduser --home /home/ag2labs --disabled-password --gecos '' autogen RUN adduser autogen sudo RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers USER autogen -WORKDIR /home/autogenhub +WORKDIR /home/ag2labs # Set environment variable if needed # ENV OPENAI_API_KEY="{OpenAI-API-Key}" diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index e56751d136..7773b155bb 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ - + @@ -12,6 +12,6 @@ ## Checks -- [ ] I've included any doc changes needed for https://autogenhub.github.io/autogen/. See https://autogenhub.github.io/autogen/docs/Contribute#documentation to build and test documentation locally. +- [ ] I've included any doc changes needed for https://ag2labs.github.io/autogen/. See https://ag2labs.github.io/autogen/docs/Contribute#documentation to build and test documentation locally. - [ ] I've added tests (if relevant) corresponding to the changes introduced in this PR. - [ ] I've made sure all auto checks have passed. diff --git a/LICENSE b/LICENSE index d7d09047d6..748136c23f 100644 --- a/LICENSE +++ b/LICENSE @@ -186,7 +186,7 @@ same "printed page" as the copyright notice for easier identification within third-party archives. - Copyright autogenhub organization, i.e., https://github.com/autogenhub, owners. + Copyright ag2labs organization, i.e., https://github.com/ag2labs, owners. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 8b43eed245..31b5ab7340 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -27,7 +27,7 @@ | Evan David * | [evandavid1](https://github.com/evandavid1) | - | gpt assistant, group chat, rag, autobuild | ## I would like to join this list. How can I help the project? -> We're always looking for new contributors to join our team and help improve the project. For more information, please refer to our [CONTRIBUTING](https://autogenhub.github.io/autogen/docs/contributor-guide/contributing) guide. +> We're always looking for new contributors to join our team and help improve the project. For more information, please refer to our [CONTRIBUTING](https://ag2labs.github.io/autogen/docs/contributor-guide/contributing) guide. ## Are you missing from this list? diff --git a/NOTICE.md b/NOTICE.md index cae83d4ad0..7a21b7c87b 100644 --- a/NOTICE.md +++ b/NOTICE.md @@ -1,6 +1,6 @@ ## NOTICE -Copyright (c) 2023-2024, Owners of https://github.com/autogenhub +Copyright (c) 2023-2024, Owners of https://github.com/ag2labs This project is a fork of https://github.com/microsoft/autogen. diff --git a/README.md b/README.md index b897a31ce6..1353647644 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ We extend our sincere gratitude to the original owner of `autogen` pypi package 📄 **License Change:** With this new release and package name, we are officially switching to the Apache 2.0 license. This enhances our commitment to open-source collaboration while providing additional protections for contributors and users alike. -:fire: Aug, 2024: A new organization [autogenhub](https://github.com/autogenhub) is created to host the development of AutoGen and related projects with open governance. We invite collaborators from all organizations and individuals. +:fire: Aug, 2024: A new organization [ag2labs](https://github.com/ag2labs) is created to host the development of AutoGen and related projects with open governance. We invite collaborators from all organizations and individuals. :tada: May 29, 2024: DeepLearning.ai launched a new short course [AI Agentic Design Patterns with AutoGen](https://www.deeplearning.ai/short-courses/ai-agentic-design-patterns-with-autogen), made in collaboration with Microsoft and Penn State University, and taught by AutoGen creators [Chi Wang](https://github.com/sonichi) and [Qingyun Wu](https://github.com/qingyun-wu). @@ -36,11 +36,11 @@ With this new release and package name, we are officially switching to the Apach :tada: May 11, 2024: [AutoGen: Enabling Next-Gen LLM Applications via Multi-Agent Conversation](https://openreview.net/pdf?id=uAjxFFing2) received the best paper award at the [ICLR 2024 LLM Agents Workshop](https://llmagents.github.io/). - + :tada: Apr 17, 2024: Andrew Ng cited AutoGen in [The Batch newsletter](https://www.deeplearning.ai/the-batch/issue-245/) and [What's next for AI agentic workflows](https://youtu.be/sal78ACtGTc?si=JduUzN_1kDnMq0vF) at Sequoia Capital's AI Ascent (Mar 26). -:tada: Mar 3, 2024: What's new in AutoGen? 📰[Blog](https://autogenhub.github.io/autogen/blog/2024/03/03/AutoGen-Update); 📺[Youtube](https://www.youtube.com/watch?v=j_mtwQiaLGU). +:tada: Mar 3, 2024: What's new in AutoGen? 📰[Blog](https://ag2labs.github.io/autogen/blog/2024/03/03/AutoGen-Update); 📺[Youtube](https://www.youtube.com/watch?v=j_mtwQiaLGU). @@ -48,9 +48,9 @@ With this new release and package name, we are officially switching to the Apach :tada: Dec 31, 2023: [AutoGen: Enabling Next-Gen LLM Applications via Multi-Agent Conversation Framework](https://arxiv.org/abs/2308.08155) is selected by [TheSequence: My Five Favorite AI Papers of 2023](https://thesequence.substack.com/p/my-five-favorite-ai-papers-of-2023). - + - + :tada: Nov 8, 2023: AutoGen is selected into [Open100: Top 100 Open Source achievements](https://www.benchcouncil.org/evaluation/opencs/annual.html) 35 days after spinoff from [FLAML](https://github.com/microsoft/FLAML). @@ -67,7 +67,7 @@ With this new release and package name, we are officially switching to the Apach @@ -83,13 +83,13 @@ The project is currently maintained by a [dynamic group of volunteers](MAINTAINE ![AutoGen Overview](https://github.com/ag2labs/ag2/blob/main/website/static/img/autogen_agentchat.png) -AutoGen is created out of collaborative [research](https://autogenhub.github.io/autogen/docs/Research) from Microsoft, Penn State University, and the University of Washington. +AutoGen is created out of collaborative [research](https://ag2labs.github.io/autogen/docs/Research) from Microsoft, Penn State University, and the University of Washington.

@@ -118,10 +118,10 @@ The easiest way to start playing is

-## [Installation](https://autogenhub.github.io/autogen/docs/Installation) +## [Installation](https://ag2labs.github.io/autogen/docs/Installation) ### Option 1. Install and Run AutoGen in Docker -Find detailed instructions for users [here](https://autogenhub.github.io/autogen/docs/installation/Docker#step-1-install-docker), and for developers [here](https://autogenhub.github.io/autogen/docs/Contribute#docker-for-development). +Find detailed instructions for users [here](https://ag2labs.github.io/autogen/docs/installation/Docker#step-1-install-docker), and for developers [here](https://ag2labs.github.io/autogen/docs/Contribute#docker-for-development). ### Option 2. Install AutoGen Locally @@ -138,13 +138,13 @@ Minimal dependencies are installed without extra options. You can install extra pip install "autogen[blendsearch]" ``` --> -Find more options in [Installation](https://autogenhub.github.io/autogen/docs/Installation#option-2-install-autogen-locally-using-virtual-environment). +Find more options in [Installation](https://ag2labs.github.io/autogen/docs/Installation#option-2-install-autogen-locally-using-virtual-environment). -Even if you are installing and running AutoGen locally outside of docker, the recommendation and default behavior of agents is to perform [code execution](https://autogenhub.github.io/autogen/docs/FAQ/#code-execution) in docker. Find more instructions and how to change the default behaviour [here](https://autogenhub.github.io/autogen/docs/Installation#code-execution-with-docker-(default)). +Even if you are installing and running AutoGen locally outside of docker, the recommendation and default behavior of agents is to perform [code execution](https://ag2labs.github.io/autogen/docs/FAQ/#code-execution) in docker. Find more instructions and how to change the default behaviour [here](https://ag2labs.github.io/autogen/docs/Installation#code-execution-with-docker-(default)). -For LLM inference configurations, check the [FAQs](https://autogenhub.github.io/autogen/docs/FAQ#set-your-api-endpoints). +For LLM inference configurations, check the [FAQs](https://ag2labs.github.io/autogen/docs/FAQ#set-your-api-endpoints).

@@ -154,7 +154,7 @@ For LLM inference configurations, check the [FAQs](https://autogenhub.github.io/ ## Multi-Agent Conversation Framework -Autogen enables the next-gen LLM applications with a generic [multi-agent conversation](https://autogenhub.github.io/autogen/docs/Use-Cases/agent_chat) framework. It offers customizable and conversable agents that integrate LLMs, tools, and humans. +Autogen enables the next-gen LLM applications with a generic [multi-agent conversation](https://ag2labs.github.io/autogen/docs/Use-Cases/agent_chat) framework. It offers customizable and conversable agents that integrate LLMs, tools, and humans. By automating chat among multiple capable agents, one can easily make them collectively perform tasks autonomously or with human feedback, including tasks that require using tools via code. Features of this use case include: @@ -168,7 +168,7 @@ For [example](https://github.com/ag2labs/ag2/blob/main/test/twoagent.py), ```python from autogen import AssistantAgent, UserProxyAgent, config_list_from_json # Load LLM inference endpoints from an env variable or a file -# See https://autogenhub.github.io/autogen/docs/FAQ#set-your-api-endpoints +# See https://ag2labs.github.io/autogen/docs/FAQ#set-your-api-endpoints # and OAI_CONFIG_LIST_sample config_list = config_list_from_json(env_or_file="OAI_CONFIG_LIST") # You can also set config_list directly as a list, for example, config_list = [{'model': 'gpt-4', 'api_key': ''},] @@ -188,8 +188,8 @@ After the repo is cloned. The figure below shows an example conversation flow with AutoGen. ![Agent Chat Example](https://github.com/ag2labs/ag2/blob/main/website/static/img/chat_example.png) -Alternatively, the [sample code](https://github.com/autogenhub/build-with-autogen/blob/main/samples/simple_chat.py) here allows a user to chat with an AutoGen agent in ChatGPT style. -Please find more [code examples](https://autogenhub.github.io/autogen/docs/Examples#automated-multi-agent-chat) for this feature. +Alternatively, the [sample code](https://github.com/ag2labs/build-with-autogen/blob/main/samples/simple_chat.py) here allows a user to chat with an AutoGen agent in ChatGPT style. +Please find more [code examples](https://ag2labs.github.io/autogen/docs/Examples#automated-multi-agent-chat) for this feature.

@@ -199,7 +199,7 @@ Please find more [code examples](https://autogenhub.github.io/autogen/docs/Examp ## Enhanced LLM Inferences -Autogen also helps maximize the utility out of the expensive LLMs such as ChatGPT and GPT-4. It offers [enhanced LLM inference](https://autogenhub.github.io/autogen/docs/Use-Cases/enhanced_inference#api-unification) with powerful functionalities like caching, error handling, multi-config inference and templating. +Autogen also helps maximize the utility out of the expensive LLMs such as ChatGPT and GPT-4. It offers [enhanced LLM inference](https://ag2labs.github.io/autogen/docs/Use-Cases/enhanced_inference#api-unification) with powerful functionalities like caching, error handling, multi-config inference and templating. +Please find more [code examples](https://ag2labs.github.io/autogen/docs/Examples#tune-gpt-models) for this feature. -->

@@ -228,15 +228,15 @@ Please find more [code examples](https://autogenhub.github.io/autogen/docs/Examp ## Documentation -You can find detailed documentation about AutoGen [here](https://autogenhub.github.io/autogen/). +You can find detailed documentation about AutoGen [here](https://ag2labs.github.io/autogen/). In addition, you can find: -- [Research](https://autogenhub.github.io/autogen/docs/Research), [blogposts](https://autogenhub.github.io/autogen/blog) around AutoGen, and [Transparency FAQs](https://github.com/ag2labs/ag2/blob/main/TRANSPARENCY_FAQS.md) +- [Research](https://ag2labs.github.io/autogen/docs/Research), [blogposts](https://ag2labs.github.io/autogen/blog) around AutoGen, and [Transparency FAQs](https://github.com/ag2labs/ag2/blob/main/TRANSPARENCY_FAQS.md) - [Discord](https://discord.gg/pAbnFJrkgZ) -- [Contributing guide](https://autogenhub.github.io/autogen/docs/Contribute) +- [Contributing guide](https://ag2labs.github.io/autogen/docs/Contribute)

@@ -247,7 +247,7 @@ In addition, you can find: ## CookBook Explore detailed implementations with sample code and applications to help you get started with AutoGen. -[Cookbook](https://github.com/autogenhub/build-with-autogen) +[Cookbook](https://github.com/ag2labs/build-with-autogen) ## Related Papers @@ -328,7 +328,7 @@ Explore detailed implementations with sample code and applications to help you g ## License This project is licensed under the [Apache License, Version 2.0 (Apache-2.0)](./LICENSE). -This project is a fork of https://github.com/microsoft/autogen and contains code under two licenses: +This project is a spin-off of https://github.com/microsoft/autogen and contains code under two licenses: - The original code from https://github.com/microsoft/autogen is licensed under the MIT License. See the [LICENSE_original_MIT](./license_original/LICENSE_original_MIT) file for details. diff --git a/autogen/__init__.py b/autogen/__init__.py index 87c6d6f7ea..b9b50a36c3 100644 --- a/autogen/__init__.py +++ b/autogen/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/_pydantic.py b/autogen/_pydantic.py index 29f016761c..774bba50df 100644 --- a/autogen/_pydantic.py +++ b/autogen/_pydantic.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/__init__.py b/autogen/agentchat/__init__.py index 642364f887..9f7dcbd6f3 100644 --- a/autogen/agentchat/__init__.py +++ b/autogen/agentchat/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/agent.py b/autogen/agentchat/agent.py index a84b613bf0..b4fe880c40 100644 --- a/autogen/agentchat/agent.py +++ b/autogen/agentchat/agent.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/assistant_agent.py b/autogen/agentchat/assistant_agent.py index e7f49a45f3..694dbd1325 100644 --- a/autogen/agentchat/assistant_agent.py +++ b/autogen/agentchat/assistant_agent.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/chat.py b/autogen/agentchat/chat.py index 93dac8fe76..9b2fb57210 100644 --- a/autogen/agentchat/chat.py +++ b/autogen/agentchat/chat.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/agent_builder.py b/autogen/agentchat/contrib/agent_builder.py index 7664a593a1..70500e0964 100644 --- a/autogen/agentchat/contrib/agent_builder.py +++ b/autogen/agentchat/contrib/agent_builder.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/agent_eval/README.md b/autogen/agentchat/contrib/agent_eval/README.md index 2906217811..271cc992ed 100644 --- a/autogen/agentchat/contrib/agent_eval/README.md +++ b/autogen/agentchat/contrib/agent_eval/README.md @@ -1,4 +1,4 @@ -Agents for running the [AgentEval](https://autogenhub.github.io/autogen/blog/2023/11/20/AgentEval/) pipeline. +Agents for running the [AgentEval](https://ag2labs.github.io/autogen/blog/2023/11/20/AgentEval/) pipeline. AgentEval is a process for evaluating a LLM-based system's performance on a given task. @@ -6,4 +6,4 @@ When given a task to evaluate and a few example runs, the critic and subcritic a For more information see: [AgentEval Integration Roadmap](https://github.com/microsoft/autogen/issues/2162) -See our [blog post](https://autogenhub.github.io/autogen/blog/2024/06/21/AgentEval) for usage examples and general explanations. +See our [blog post](https://ag2labs.github.io/autogen/blog/2024/06/21/AgentEval) for usage examples and general explanations. diff --git a/autogen/agentchat/contrib/agent_eval/agent_eval.py b/autogen/agentchat/contrib/agent_eval/agent_eval.py index fc0cf2faf3..5bb545c73d 100644 --- a/autogen/agentchat/contrib/agent_eval/agent_eval.py +++ b/autogen/agentchat/contrib/agent_eval/agent_eval.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/agent_eval/criterion.py b/autogen/agentchat/contrib/agent_eval/criterion.py index d23e45b264..1081366434 100644 --- a/autogen/agentchat/contrib/agent_eval/criterion.py +++ b/autogen/agentchat/contrib/agent_eval/criterion.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/agent_eval/critic_agent.py b/autogen/agentchat/contrib/agent_eval/critic_agent.py index 4d08b51e9c..5155a0022a 100644 --- a/autogen/agentchat/contrib/agent_eval/critic_agent.py +++ b/autogen/agentchat/contrib/agent_eval/critic_agent.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/agent_eval/quantifier_agent.py b/autogen/agentchat/contrib/agent_eval/quantifier_agent.py index 5cf6945f60..46606dc737 100644 --- a/autogen/agentchat/contrib/agent_eval/quantifier_agent.py +++ b/autogen/agentchat/contrib/agent_eval/quantifier_agent.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/agent_eval/subcritic_agent.py b/autogen/agentchat/contrib/agent_eval/subcritic_agent.py index 0fb76f34de..8567849710 100755 --- a/autogen/agentchat/contrib/agent_eval/subcritic_agent.py +++ b/autogen/agentchat/contrib/agent_eval/subcritic_agent.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/agent_eval/task.py b/autogen/agentchat/contrib/agent_eval/task.py index 964e5d6d01..10a3b4645f 100644 --- a/autogen/agentchat/contrib/agent_eval/task.py +++ b/autogen/agentchat/contrib/agent_eval/task.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/agent_optimizer.py b/autogen/agentchat/contrib/agent_optimizer.py index 57a561cf84..bbd60cbcaa 100644 --- a/autogen/agentchat/contrib/agent_optimizer.py +++ b/autogen/agentchat/contrib/agent_optimizer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/capabilities/agent_capability.py b/autogen/agentchat/contrib/capabilities/agent_capability.py index 29830e49b2..9bf0586cbb 100644 --- a/autogen/agentchat/contrib/capabilities/agent_capability.py +++ b/autogen/agentchat/contrib/capabilities/agent_capability.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/capabilities/generate_images.py b/autogen/agentchat/contrib/capabilities/generate_images.py index 421ab9f896..cd85443093 100644 --- a/autogen/agentchat/contrib/capabilities/generate_images.py +++ b/autogen/agentchat/contrib/capabilities/generate_images.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/capabilities/teachability.py b/autogen/agentchat/contrib/capabilities/teachability.py index 1166c54bac..80549f117d 100644 --- a/autogen/agentchat/contrib/capabilities/teachability.py +++ b/autogen/agentchat/contrib/capabilities/teachability.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/capabilities/text_compressors.py b/autogen/agentchat/contrib/capabilities/text_compressors.py index 7bafa22c52..7b0d9b9cea 100644 --- a/autogen/agentchat/contrib/capabilities/text_compressors.py +++ b/autogen/agentchat/contrib/capabilities/text_compressors.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/capabilities/transform_messages.py b/autogen/agentchat/contrib/capabilities/transform_messages.py index 7f9d76f278..31276fa896 100644 --- a/autogen/agentchat/contrib/capabilities/transform_messages.py +++ b/autogen/agentchat/contrib/capabilities/transform_messages.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/capabilities/transforms.py b/autogen/agentchat/contrib/capabilities/transforms.py index 34054e933b..dc93d8388d 100644 --- a/autogen/agentchat/contrib/capabilities/transforms.py +++ b/autogen/agentchat/contrib/capabilities/transforms.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/capabilities/transforms_util.py b/autogen/agentchat/contrib/capabilities/transforms_util.py index 5973cf0ab3..d78fc92e14 100644 --- a/autogen/agentchat/contrib/capabilities/transforms_util.py +++ b/autogen/agentchat/contrib/capabilities/transforms_util.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/capabilities/vision_capability.py b/autogen/agentchat/contrib/capabilities/vision_capability.py index edce57b40c..d7aad6375a 100644 --- a/autogen/agentchat/contrib/capabilities/vision_capability.py +++ b/autogen/agentchat/contrib/capabilities/vision_capability.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/gpt_assistant_agent.py b/autogen/agentchat/contrib/gpt_assistant_agent.py index 6549ea9ae1..fa3ed73f3c 100644 --- a/autogen/agentchat/contrib/gpt_assistant_agent.py +++ b/autogen/agentchat/contrib/gpt_assistant_agent.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/img_utils.py b/autogen/agentchat/contrib/img_utils.py index c8288e3889..6229cda778 100644 --- a/autogen/agentchat/contrib/img_utils.py +++ b/autogen/agentchat/contrib/img_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/llamaindex_conversable_agent.py b/autogen/agentchat/contrib/llamaindex_conversable_agent.py index 87214720ec..461d59cd14 100644 --- a/autogen/agentchat/contrib/llamaindex_conversable_agent.py +++ b/autogen/agentchat/contrib/llamaindex_conversable_agent.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/llava_agent.py b/autogen/agentchat/contrib/llava_agent.py index ef8dd06f81..1e0f0c13c4 100644 --- a/autogen/agentchat/contrib/llava_agent.py +++ b/autogen/agentchat/contrib/llava_agent.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/math_user_proxy_agent.py b/autogen/agentchat/contrib/math_user_proxy_agent.py index 90f1465e60..cb88f7dba0 100644 --- a/autogen/agentchat/contrib/math_user_proxy_agent.py +++ b/autogen/agentchat/contrib/math_user_proxy_agent.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/multimodal_conversable_agent.py b/autogen/agentchat/contrib/multimodal_conversable_agent.py index 31fe1b7d5a..982b7c3db1 100644 --- a/autogen/agentchat/contrib/multimodal_conversable_agent.py +++ b/autogen/agentchat/contrib/multimodal_conversable_agent.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/qdrant_retrieve_user_proxy_agent.py b/autogen/agentchat/contrib/qdrant_retrieve_user_proxy_agent.py index b5260a3e7c..d991c0f945 100644 --- a/autogen/agentchat/contrib/qdrant_retrieve_user_proxy_agent.py +++ b/autogen/agentchat/contrib/qdrant_retrieve_user_proxy_agent.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/retrieve_assistant_agent.py b/autogen/agentchat/contrib/retrieve_assistant_agent.py index 39bdafeb22..6b9b8b6440 100644 --- a/autogen/agentchat/contrib/retrieve_assistant_agent.py +++ b/autogen/agentchat/contrib/retrieve_assistant_agent.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/retrieve_user_proxy_agent.py b/autogen/agentchat/contrib/retrieve_user_proxy_agent.py index 6a149bfcc7..aa518f2fef 100644 --- a/autogen/agentchat/contrib/retrieve_user_proxy_agent.py +++ b/autogen/agentchat/contrib/retrieve_user_proxy_agent.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/society_of_mind_agent.py b/autogen/agentchat/contrib/society_of_mind_agent.py index da03365884..5d935f5751 100644 --- a/autogen/agentchat/contrib/society_of_mind_agent.py +++ b/autogen/agentchat/contrib/society_of_mind_agent.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/text_analyzer_agent.py b/autogen/agentchat/contrib/text_analyzer_agent.py index 25dc0a999e..9219f8397a 100644 --- a/autogen/agentchat/contrib/text_analyzer_agent.py +++ b/autogen/agentchat/contrib/text_analyzer_agent.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/vectordb/base.py b/autogen/agentchat/contrib/vectordb/base.py index 4ddd9c3c42..9e5591e6c2 100644 --- a/autogen/agentchat/contrib/vectordb/base.py +++ b/autogen/agentchat/contrib/vectordb/base.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/vectordb/chromadb.py b/autogen/agentchat/contrib/vectordb/chromadb.py index 9c60ab35b5..24f508b0d0 100644 --- a/autogen/agentchat/contrib/vectordb/chromadb.py +++ b/autogen/agentchat/contrib/vectordb/chromadb.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/vectordb/mongodb.py b/autogen/agentchat/contrib/vectordb/mongodb.py index 9bc40e4592..2975595e0a 100644 --- a/autogen/agentchat/contrib/vectordb/mongodb.py +++ b/autogen/agentchat/contrib/vectordb/mongodb.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/vectordb/pgvectordb.py b/autogen/agentchat/contrib/vectordb/pgvectordb.py index 89dce58b37..c8515bac26 100644 --- a/autogen/agentchat/contrib/vectordb/pgvectordb.py +++ b/autogen/agentchat/contrib/vectordb/pgvectordb.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/vectordb/qdrant.py b/autogen/agentchat/contrib/vectordb/qdrant.py index 3a48ebf393..058d6d2d94 100644 --- a/autogen/agentchat/contrib/vectordb/qdrant.py +++ b/autogen/agentchat/contrib/vectordb/qdrant.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/vectordb/utils.py b/autogen/agentchat/contrib/vectordb/utils.py index 394927fc22..be5b1b6b01 100644 --- a/autogen/agentchat/contrib/vectordb/utils.py +++ b/autogen/agentchat/contrib/vectordb/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/contrib/web_surfer.py b/autogen/agentchat/contrib/web_surfer.py index 4897fef5e6..e0ec100903 100644 --- a/autogen/agentchat/contrib/web_surfer.py +++ b/autogen/agentchat/contrib/web_surfer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/conversable_agent.py b/autogen/agentchat/conversable_agent.py index 2b579e30fa..fd13ce0021 100644 --- a/autogen/agentchat/conversable_agent.py +++ b/autogen/agentchat/conversable_agent.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # @@ -164,7 +164,7 @@ def __init__( except TypeError as e: raise TypeError( "Please implement __deepcopy__ method for each value class in llm_config to support deepcopy." - " Refer to the docs for more details: https://autogenhub.github.io/autogen/docs/topics/llm_configuration#adding-http-client-in-llm_config-for-proxy" + " Refer to the docs for more details: https://ag2labs.github.io/autogen/docs/topics/llm_configuration#adding-http-client-in-llm_config-for-proxy" ) from e self._validate_llm_config(llm_config) diff --git a/autogen/agentchat/groupchat.py b/autogen/agentchat/groupchat.py index 09a34645f8..a956ba65a5 100644 --- a/autogen/agentchat/groupchat.py +++ b/autogen/agentchat/groupchat.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/user_proxy_agent.py b/autogen/agentchat/user_proxy_agent.py index 9689107268..969fce7ba6 100644 --- a/autogen/agentchat/user_proxy_agent.py +++ b/autogen/agentchat/user_proxy_agent.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/agentchat/utils.py b/autogen/agentchat/utils.py index e3e1e7c8e1..0b5a190582 100644 --- a/autogen/agentchat/utils.py +++ b/autogen/agentchat/utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/browser_utils.py b/autogen/browser_utils.py index f3de279075..a9620c1e64 100644 --- a/autogen/browser_utils.py +++ b/autogen/browser_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/cache/__init__.py b/autogen/cache/__init__.py index da8524bccc..fe7a7c1db7 100644 --- a/autogen/cache/__init__.py +++ b/autogen/cache/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/cache/abstract_cache_base.py b/autogen/cache/abstract_cache_base.py index d3088edc65..f774788e9f 100644 --- a/autogen/cache/abstract_cache_base.py +++ b/autogen/cache/abstract_cache_base.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/cache/cache.py b/autogen/cache/cache.py index 354f12be4d..a5447939d4 100644 --- a/autogen/cache/cache.py +++ b/autogen/cache/cache.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/cache/cache_factory.py b/autogen/cache/cache_factory.py index a662990a9c..bc1b33b8db 100644 --- a/autogen/cache/cache_factory.py +++ b/autogen/cache/cache_factory.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/cache/cosmos_db_cache.py b/autogen/cache/cosmos_db_cache.py index b515ddc0f3..608730c942 100644 --- a/autogen/cache/cosmos_db_cache.py +++ b/autogen/cache/cosmos_db_cache.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/cache/disk_cache.py b/autogen/cache/disk_cache.py index 4dc933db5c..47296b7d02 100644 --- a/autogen/cache/disk_cache.py +++ b/autogen/cache/disk_cache.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/cache/in_memory_cache.py b/autogen/cache/in_memory_cache.py index f1441823be..a260867a13 100644 --- a/autogen/cache/in_memory_cache.py +++ b/autogen/cache/in_memory_cache.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/cache/redis_cache.py b/autogen/cache/redis_cache.py index 31fb91fd54..05024ad6a5 100644 --- a/autogen/cache/redis_cache.py +++ b/autogen/cache/redis_cache.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/code_utils.py b/autogen/code_utils.py index b8ed8e16d7..fdcb0034ab 100644 --- a/autogen/code_utils.py +++ b/autogen/code_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/exception_utils.py b/autogen/exception_utils.py index 8a636bda4c..319866a636 100644 --- a/autogen/exception_utils.py +++ b/autogen/exception_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/formatting_utils.py b/autogen/formatting_utils.py index 8f174da6a8..3edd51cb4f 100644 --- a/autogen/formatting_utils.py +++ b/autogen/formatting_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/function_utils.py b/autogen/function_utils.py index 71d16d5e1a..7e68352121 100644 --- a/autogen/function_utils.py +++ b/autogen/function_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/graph_utils.py b/autogen/graph_utils.py index 881efaf052..86b782dd8b 100644 --- a/autogen/graph_utils.py +++ b/autogen/graph_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/io/__init__.py b/autogen/io/__init__.py index f0d766bd41..0b7ecdacc9 100644 --- a/autogen/io/__init__.py +++ b/autogen/io/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/io/base.py b/autogen/io/base.py index b333d8c1dc..0f0044c2dc 100644 --- a/autogen/io/base.py +++ b/autogen/io/base.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/io/console.py b/autogen/io/console.py index ba29bc4617..3d7af8bdbe 100644 --- a/autogen/io/console.py +++ b/autogen/io/console.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/io/websockets.py b/autogen/io/websockets.py index c3c9ab1fd2..2d1f2a5423 100644 --- a/autogen/io/websockets.py +++ b/autogen/io/websockets.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/logger/__init__.py b/autogen/logger/__init__.py index e3fd42d074..1d6c2fc0a6 100644 --- a/autogen/logger/__init__.py +++ b/autogen/logger/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/logger/base_logger.py b/autogen/logger/base_logger.py index 8a5828fb4a..10186f04cf 100644 --- a/autogen/logger/base_logger.py +++ b/autogen/logger/base_logger.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/logger/file_logger.py b/autogen/logger/file_logger.py index 6d174ce14b..73c8348fab 100644 --- a/autogen/logger/file_logger.py +++ b/autogen/logger/file_logger.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/logger/logger_factory.py b/autogen/logger/logger_factory.py index cbf7f78c4a..bd17449ee3 100644 --- a/autogen/logger/logger_factory.py +++ b/autogen/logger/logger_factory.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/logger/logger_utils.py b/autogen/logger/logger_utils.py index b042ae6b89..bdf4bad381 100644 --- a/autogen/logger/logger_utils.py +++ b/autogen/logger/logger_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/logger/sqlite_logger.py b/autogen/logger/sqlite_logger.py index 6bcb7f6cd0..fcf51af31e 100644 --- a/autogen/logger/sqlite_logger.py +++ b/autogen/logger/sqlite_logger.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/math_utils.py b/autogen/math_utils.py index c8f29409e3..c9020896e8 100644 --- a/autogen/math_utils.py +++ b/autogen/math_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/oai/__init__.py b/autogen/oai/__init__.py index f0a8a8d9ac..1416c2595f 100644 --- a/autogen/oai/__init__.py +++ b/autogen/oai/__init__.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/oai/anthropic.py b/autogen/oai/anthropic.py index 6d1284962d..72bff41736 100644 --- a/autogen/oai/anthropic.py +++ b/autogen/oai/anthropic.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/oai/client.py b/autogen/oai/client.py index 541162aec1..fdc3ed8895 100644 --- a/autogen/oai/client.py +++ b/autogen/oai/client.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/oai/client_utils.py b/autogen/oai/client_utils.py index bd5b5bd464..7763c5b7a1 100644 --- a/autogen/oai/client_utils.py +++ b/autogen/oai/client_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/oai/cohere.py b/autogen/oai/cohere.py index df7cc95d7d..5bd13ea856 100644 --- a/autogen/oai/cohere.py +++ b/autogen/oai/cohere.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/oai/completion.py b/autogen/oai/completion.py index 47886cfb01..5bc62c798e 100644 --- a/autogen/oai/completion.py +++ b/autogen/oai/completion.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # @@ -742,7 +742,7 @@ def create( E.g., `prompt="Complete the following sentence: {prefix}, context={"prefix": "Today I feel"}`. The actual prompt will be: "Complete the following sentence: Today I feel". - More examples can be found at [templating](https://autogenhub.github.io/autogen/docs/Use-Cases/enhanced_inference#templating). + More examples can be found at [templating](https://ag2labs.github.io/autogen/docs/Use-Cases/enhanced_inference#templating). use_cache (bool, Optional): Whether to use cached responses. config_list (List, Optional): List of configurations for the completion to try. The first one that does not raise an error will be used. @@ -804,7 +804,7 @@ def yes_or_no_filter(context, config, response): logger.warning( "Completion.create is deprecated in autogen, pyautogen v0.2 and openai>=1. " "The new openai requires initiating a client for inference. " - "Please refer to https://autogenhub.github.io/autogen/docs/Use-Cases/enhanced_inference#api-unification" + "Please refer to https://ag2labs.github.io/autogen/docs/Use-Cases/enhanced_inference#api-unification" ) if ERROR: raise ERROR diff --git a/autogen/oai/gemini.py b/autogen/oai/gemini.py index 7a82f35ea5..7b5a5c53b3 100644 --- a/autogen/oai/gemini.py +++ b/autogen/oai/gemini.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # @@ -171,7 +171,7 @@ def create(self, params: Dict) -> ChatCompletion: raise ValueError( "Please provide a model name for the Gemini Client. " "You can configure it in the OAI Config List file. " - "See this [LLM configuration tutorial](https://autogenhub.github.io/autogen/docs/topics/llm_configuration/) for more details." + "See this [LLM configuration tutorial](https://ag2labs.github.io/autogen/docs/topics/llm_configuration/) for more details." ) params.get("api_type", "google") # not used diff --git a/autogen/oai/groq.py b/autogen/oai/groq.py index b855c674a3..6c790925a6 100644 --- a/autogen/oai/groq.py +++ b/autogen/oai/groq.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/oai/mistral.py b/autogen/oai/mistral.py index ea83b5b678..de8ded0b1f 100644 --- a/autogen/oai/mistral.py +++ b/autogen/oai/mistral.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/oai/openai_utils.py b/autogen/oai/openai_utils.py index 5e08cec865..5590a6218e 100644 --- a/autogen/oai/openai_utils.py +++ b/autogen/oai/openai_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/oai/together.py b/autogen/oai/together.py index 6deacfce68..85b3b444d9 100644 --- a/autogen/oai/together.py +++ b/autogen/oai/together.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/retrieve_utils.py b/autogen/retrieve_utils.py index d393e9c95e..ffa019329c 100644 --- a/autogen/retrieve_utils.py +++ b/autogen/retrieve_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/runtime_logging.py b/autogen/runtime_logging.py index bf127cc07b..0f4650999b 100644 --- a/autogen/runtime_logging.py +++ b/autogen/runtime_logging.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/token_count_utils.py b/autogen/token_count_utils.py index 3cbe790781..78346d7f20 100644 --- a/autogen/token_count_utils.py +++ b/autogen/token_count_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/types.py b/autogen/types.py index a28d4f852e..ae016370f2 100644 --- a/autogen/types.py +++ b/autogen/types.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/autogen/version.py b/autogen/version.py index 9099f087d0..9c2fb73453 100644 --- a/autogen/version.py +++ b/autogen/version.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/dotnet/eng/MetaInfo.props b/dotnet/eng/MetaInfo.props index adda3451cd..357313746d 100644 --- a/dotnet/eng/MetaInfo.props +++ b/dotnet/eng/MetaInfo.props @@ -3,7 +3,7 @@ 0.1.0 AutoGen - https://autogenhub.github.io/autogen-for-net/ + https://ag2labs.github.io/autogen-for-net/ https://github.com/microsoft/autogen git MIT diff --git a/dotnet/nuget/NUGET.md b/dotnet/nuget/NUGET.md index 701b82f4a1..1d18133f3c 100644 --- a/dotnet/nuget/NUGET.md +++ b/dotnet/nuget/NUGET.md @@ -2,7 +2,7 @@ `AutoGen for .NET` is the official .NET SDK for [AutoGen](https://github.com/ag2labs/ag2). It enables you to create LLM agents and construct multi-agent workflows with ease. It also provides integration with popular platforms like OpenAI, Semantic Kernel, and LM Studio. ### Gettings started -- Find documents and examples on our [document site](https://autogenhub.github.io/autogen-for-net/) +- Find documents and examples on our [document site](https://ag2labs.github.io/autogen-for-net/) - Join our [Discord channel](https://discord.gg/pAbnFJrkgZ) to get help and discuss with the community - Report a bug or request a feature by creating a new issue in our [github repo](https://github.com/ag2labs/ag2) -- Consume the nightly build package from one of the [nightly build feeds](https://autogenhub.github.io/autogen-for-net/articles/Installation.html#nighly-build) \ No newline at end of file +- Consume the nightly build package from one of the [nightly build feeds](https://ag2labs.github.io/autogen-for-net/articles/Installation.html#nighly-build) \ No newline at end of file diff --git a/dotnet/nuget/nuget-package.props b/dotnet/nuget/nuget-package.props index 3307a7c3e3..9c8c90045f 100644 --- a/dotnet/nuget/nuget-package.props +++ b/dotnet/nuget/nuget-package.props @@ -13,7 +13,7 @@ MIT © Microsoft Corporation. All rights reserved. - https://autogenhub.github.io/autogen-for-net + https://ag2labs.github.io/autogen-for-net https://github.com/microsoft/autogen true diff --git a/dotnet/sample/AutoGen.Anthropic.Samples/Anthropic_Agent_With_Prompt_Caching.cs b/dotnet/sample/AutoGen.Anthropic.Samples/Anthropic_Agent_With_Prompt_Caching.cs index 24bf41ec66..e9267584d0 100644 --- a/dotnet/sample/AutoGen.Anthropic.Samples/Anthropic_Agent_With_Prompt_Caching.cs +++ b/dotnet/sample/AutoGen.Anthropic.Samples/Anthropic_Agent_With_Prompt_Caching.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.Anthropic.Samples/Create_Anthropic_Agent.cs b/dotnet/sample/AutoGen.Anthropic.Samples/Create_Anthropic_Agent.cs index 56374f9546..3fc475a8ab 100644 --- a/dotnet/sample/AutoGen.Anthropic.Samples/Create_Anthropic_Agent.cs +++ b/dotnet/sample/AutoGen.Anthropic.Samples/Create_Anthropic_Agent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.Anthropic.Samples/Create_Anthropic_Agent_With_Tool.cs b/dotnet/sample/AutoGen.Anthropic.Samples/Create_Anthropic_Agent_With_Tool.cs index 4f1d3c2360..83d631418a 100644 --- a/dotnet/sample/AutoGen.Anthropic.Samples/Create_Anthropic_Agent_With_Tool.cs +++ b/dotnet/sample/AutoGen.Anthropic.Samples/Create_Anthropic_Agent_With_Tool.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.Anthropic.Samples/Program.cs b/dotnet/sample/AutoGen.Anthropic.Samples/Program.cs index da0393d9e5..4c79b4f01c 100644 --- a/dotnet/sample/AutoGen.Anthropic.Samples/Program.cs +++ b/dotnet/sample/AutoGen.Anthropic.Samples/Program.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/AgentCodeSnippet.cs b/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/AgentCodeSnippet.cs index a68830e790..80646f17df 100644 --- a/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/AgentCodeSnippet.cs +++ b/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/AgentCodeSnippet.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/BuildInMessageCodeSnippet.cs b/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/BuildInMessageCodeSnippet.cs index 768bde2566..7cb1110bfa 100644 --- a/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/BuildInMessageCodeSnippet.cs +++ b/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/BuildInMessageCodeSnippet.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/CreateAnAgent.cs b/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/CreateAnAgent.cs index 765364fed7..6b1a63910d 100644 --- a/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/CreateAnAgent.cs +++ b/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/CreateAnAgent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/FunctionCallCodeSnippet.cs b/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/FunctionCallCodeSnippet.cs index d2b1229806..6b4702efeb 100644 --- a/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/FunctionCallCodeSnippet.cs +++ b/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/FunctionCallCodeSnippet.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/GetStartCodeSnippet.cs b/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/GetStartCodeSnippet.cs index d9f739afec..e367c6e691 100644 --- a/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/GetStartCodeSnippet.cs +++ b/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/GetStartCodeSnippet.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/MiddlewareAgentCodeSnippet.cs b/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/MiddlewareAgentCodeSnippet.cs index 283130cf93..af43812e5d 100644 --- a/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/MiddlewareAgentCodeSnippet.cs +++ b/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/MiddlewareAgentCodeSnippet.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/MistralAICodeSnippet.cs b/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/MistralAICodeSnippet.cs index cbad38be83..2690566b10 100644 --- a/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/MistralAICodeSnippet.cs +++ b/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/MistralAICodeSnippet.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/OpenAICodeSnippet.cs b/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/OpenAICodeSnippet.cs index 3b2d53aa53..83620fcfbe 100644 --- a/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/OpenAICodeSnippet.cs +++ b/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/OpenAICodeSnippet.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/PrintMessageMiddlewareCodeSnippet.cs b/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/PrintMessageMiddlewareCodeSnippet.cs index 58654921b8..55efb5f153 100644 --- a/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/PrintMessageMiddlewareCodeSnippet.cs +++ b/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/PrintMessageMiddlewareCodeSnippet.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/RunCodeSnippetCodeSnippet.cs b/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/RunCodeSnippetCodeSnippet.cs index c90329f964..5829edc7b7 100644 --- a/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/RunCodeSnippetCodeSnippet.cs +++ b/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/RunCodeSnippetCodeSnippet.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/SemanticKernelCodeSnippet.cs b/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/SemanticKernelCodeSnippet.cs index 7e1a6c25b0..48a88b1f93 100644 --- a/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/SemanticKernelCodeSnippet.cs +++ b/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/SemanticKernelCodeSnippet.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/TypeSafeFunctionCallCodeSnippet.cs b/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/TypeSafeFunctionCallCodeSnippet.cs index 7bf9759bf6..ab527ca959 100644 --- a/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/TypeSafeFunctionCallCodeSnippet.cs +++ b/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/TypeSafeFunctionCallCodeSnippet.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/UserProxyAgentCodeSnippet.cs b/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/UserProxyAgentCodeSnippet.cs index 8e8d7fe9a2..5a6783fe2c 100644 --- a/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/UserProxyAgentCodeSnippet.cs +++ b/dotnet/sample/AutoGen.BasicSamples/CodeSnippet/UserProxyAgentCodeSnippet.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/Example01_AssistantAgent.cs b/dotnet/sample/AutoGen.BasicSamples/Example01_AssistantAgent.cs index afe2ec7835..b435abe7a8 100644 --- a/dotnet/sample/AutoGen.BasicSamples/Example01_AssistantAgent.cs +++ b/dotnet/sample/AutoGen.BasicSamples/Example01_AssistantAgent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/Example02_TwoAgent_MathChat.cs b/dotnet/sample/AutoGen.BasicSamples/Example02_TwoAgent_MathChat.cs index 263c3e3a5d..e14ae7720b 100644 --- a/dotnet/sample/AutoGen.BasicSamples/Example02_TwoAgent_MathChat.cs +++ b/dotnet/sample/AutoGen.BasicSamples/Example02_TwoAgent_MathChat.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/Example03_Agent_FunctionCall.cs b/dotnet/sample/AutoGen.BasicSamples/Example03_Agent_FunctionCall.cs index cf62bb1a22..99952ad0d5 100644 --- a/dotnet/sample/AutoGen.BasicSamples/Example03_Agent_FunctionCall.cs +++ b/dotnet/sample/AutoGen.BasicSamples/Example03_Agent_FunctionCall.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/Example04_Dynamic_GroupChat_Coding_Task.cs b/dotnet/sample/AutoGen.BasicSamples/Example04_Dynamic_GroupChat_Coding_Task.cs index b0f0dd3da3..3d62bfecfd 100644 --- a/dotnet/sample/AutoGen.BasicSamples/Example04_Dynamic_GroupChat_Coding_Task.cs +++ b/dotnet/sample/AutoGen.BasicSamples/Example04_Dynamic_GroupChat_Coding_Task.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/Example05_Dalle_And_GPT4V.cs b/dotnet/sample/AutoGen.BasicSamples/Example05_Dalle_And_GPT4V.cs index e5a75ad420..cd4fa3ed8b 100644 --- a/dotnet/sample/AutoGen.BasicSamples/Example05_Dalle_And_GPT4V.cs +++ b/dotnet/sample/AutoGen.BasicSamples/Example05_Dalle_And_GPT4V.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/Example06_UserProxyAgent.cs b/dotnet/sample/AutoGen.BasicSamples/Example06_UserProxyAgent.cs index 72c9d09c2b..7c10dac089 100644 --- a/dotnet/sample/AutoGen.BasicSamples/Example06_UserProxyAgent.cs +++ b/dotnet/sample/AutoGen.BasicSamples/Example06_UserProxyAgent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/Example07_Dynamic_GroupChat_Calculate_Fibonacci.cs b/dotnet/sample/AutoGen.BasicSamples/Example07_Dynamic_GroupChat_Calculate_Fibonacci.cs index cc6c693d73..45d3dd2f9f 100644 --- a/dotnet/sample/AutoGen.BasicSamples/Example07_Dynamic_GroupChat_Calculate_Fibonacci.cs +++ b/dotnet/sample/AutoGen.BasicSamples/Example07_Dynamic_GroupChat_Calculate_Fibonacci.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/Example08_LMStudio.cs b/dotnet/sample/AutoGen.BasicSamples/Example08_LMStudio.cs index 5b1cdfa0a1..af35345de0 100644 --- a/dotnet/sample/AutoGen.BasicSamples/Example08_LMStudio.cs +++ b/dotnet/sample/AutoGen.BasicSamples/Example08_LMStudio.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/Example09_LMStudio_FunctionCall.cs b/dotnet/sample/AutoGen.BasicSamples/Example09_LMStudio_FunctionCall.cs index 57ab29aef2..ee9b9c290a 100644 --- a/dotnet/sample/AutoGen.BasicSamples/Example09_LMStudio_FunctionCall.cs +++ b/dotnet/sample/AutoGen.BasicSamples/Example09_LMStudio_FunctionCall.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/Example10_SemanticKernel.cs b/dotnet/sample/AutoGen.BasicSamples/Example10_SemanticKernel.cs index 08db7696ce..e52c0e944c 100644 --- a/dotnet/sample/AutoGen.BasicSamples/Example10_SemanticKernel.cs +++ b/dotnet/sample/AutoGen.BasicSamples/Example10_SemanticKernel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/Example11_Sequential_GroupChat_Example.cs b/dotnet/sample/AutoGen.BasicSamples/Example11_Sequential_GroupChat_Example.cs index 63231e7b05..2294f649cc 100644 --- a/dotnet/sample/AutoGen.BasicSamples/Example11_Sequential_GroupChat_Example.cs +++ b/dotnet/sample/AutoGen.BasicSamples/Example11_Sequential_GroupChat_Example.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/Example12_TwoAgent_Fill_Application.cs b/dotnet/sample/AutoGen.BasicSamples/Example12_TwoAgent_Fill_Application.cs index f78f19916a..25ef1d4853 100644 --- a/dotnet/sample/AutoGen.BasicSamples/Example12_TwoAgent_Fill_Application.cs +++ b/dotnet/sample/AutoGen.BasicSamples/Example12_TwoAgent_Fill_Application.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/Example13_OpenAIAgent_JsonMode.cs b/dotnet/sample/AutoGen.BasicSamples/Example13_OpenAIAgent_JsonMode.cs index 2f3680ab79..6e7d2b30ea 100644 --- a/dotnet/sample/AutoGen.BasicSamples/Example13_OpenAIAgent_JsonMode.cs +++ b/dotnet/sample/AutoGen.BasicSamples/Example13_OpenAIAgent_JsonMode.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/Example14_MistralClientAgent_TokenCount.cs b/dotnet/sample/AutoGen.BasicSamples/Example14_MistralClientAgent_TokenCount.cs index 44c7f4bff9..ebe1b2b7bc 100644 --- a/dotnet/sample/AutoGen.BasicSamples/Example14_MistralClientAgent_TokenCount.cs +++ b/dotnet/sample/AutoGen.BasicSamples/Example14_MistralClientAgent_TokenCount.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/Example15_GPT4V_BinaryDataImageMessage.cs b/dotnet/sample/AutoGen.BasicSamples/Example15_GPT4V_BinaryDataImageMessage.cs index 7c83ba48c6..0710ae06d6 100644 --- a/dotnet/sample/AutoGen.BasicSamples/Example15_GPT4V_BinaryDataImageMessage.cs +++ b/dotnet/sample/AutoGen.BasicSamples/Example15_GPT4V_BinaryDataImageMessage.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/Example16_OpenAIChatAgent_ConnectToThirdPartyBackend.cs b/dotnet/sample/AutoGen.BasicSamples/Example16_OpenAIChatAgent_ConnectToThirdPartyBackend.cs index d4f8b6d7de..fb370656b6 100644 --- a/dotnet/sample/AutoGen.BasicSamples/Example16_OpenAIChatAgent_ConnectToThirdPartyBackend.cs +++ b/dotnet/sample/AutoGen.BasicSamples/Example16_OpenAIChatAgent_ConnectToThirdPartyBackend.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/Example17_ReActAgent.cs b/dotnet/sample/AutoGen.BasicSamples/Example17_ReActAgent.cs index 35444a4b4f..97d1eecd52 100644 --- a/dotnet/sample/AutoGen.BasicSamples/Example17_ReActAgent.cs +++ b/dotnet/sample/AutoGen.BasicSamples/Example17_ReActAgent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/GettingStart/Agent_Middleware.cs b/dotnet/sample/AutoGen.BasicSamples/GettingStart/Agent_Middleware.cs index dfd3845a96..941f343756 100644 --- a/dotnet/sample/AutoGen.BasicSamples/GettingStart/Agent_Middleware.cs +++ b/dotnet/sample/AutoGen.BasicSamples/GettingStart/Agent_Middleware.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/GettingStart/Chat_With_Agent.cs b/dotnet/sample/AutoGen.BasicSamples/GettingStart/Chat_With_Agent.cs index fd055e33d4..6cf2ca1705 100644 --- a/dotnet/sample/AutoGen.BasicSamples/GettingStart/Chat_With_Agent.cs +++ b/dotnet/sample/AutoGen.BasicSamples/GettingStart/Chat_With_Agent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/GettingStart/Dynamic_Group_Chat.cs b/dotnet/sample/AutoGen.BasicSamples/GettingStart/Dynamic_Group_Chat.cs index 0919a429e7..c6c34dc1be 100644 --- a/dotnet/sample/AutoGen.BasicSamples/GettingStart/Dynamic_Group_Chat.cs +++ b/dotnet/sample/AutoGen.BasicSamples/GettingStart/Dynamic_Group_Chat.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/GettingStart/FSM_Group_Chat.cs b/dotnet/sample/AutoGen.BasicSamples/GettingStart/FSM_Group_Chat.cs index aa49297d81..915d279eb4 100644 --- a/dotnet/sample/AutoGen.BasicSamples/GettingStart/FSM_Group_Chat.cs +++ b/dotnet/sample/AutoGen.BasicSamples/GettingStart/FSM_Group_Chat.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/GettingStart/Image_Chat_With_Agent.cs b/dotnet/sample/AutoGen.BasicSamples/GettingStart/Image_Chat_With_Agent.cs index 6657ad5a3c..e56a16ee75 100644 --- a/dotnet/sample/AutoGen.BasicSamples/GettingStart/Image_Chat_With_Agent.cs +++ b/dotnet/sample/AutoGen.BasicSamples/GettingStart/Image_Chat_With_Agent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/GettingStart/Streaming_Tool_Call.cs b/dotnet/sample/AutoGen.BasicSamples/GettingStart/Streaming_Tool_Call.cs index bd562bcd2d..eead2bff61 100644 --- a/dotnet/sample/AutoGen.BasicSamples/GettingStart/Streaming_Tool_Call.cs +++ b/dotnet/sample/AutoGen.BasicSamples/GettingStart/Streaming_Tool_Call.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/GettingStart/Use_Tools_With_Agent.cs b/dotnet/sample/AutoGen.BasicSamples/GettingStart/Use_Tools_With_Agent.cs index 582fc34ebe..336f4e12ae 100644 --- a/dotnet/sample/AutoGen.BasicSamples/GettingStart/Use_Tools_With_Agent.cs +++ b/dotnet/sample/AutoGen.BasicSamples/GettingStart/Use_Tools_With_Agent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/GlobalUsing.cs b/dotnet/sample/AutoGen.BasicSamples/GlobalUsing.cs index a1c5a40a43..daf4235844 100644 --- a/dotnet/sample/AutoGen.BasicSamples/GlobalUsing.cs +++ b/dotnet/sample/AutoGen.BasicSamples/GlobalUsing.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/LLMConfiguration.cs b/dotnet/sample/AutoGen.BasicSamples/LLMConfiguration.cs index 846231019d..1ea518265e 100644 --- a/dotnet/sample/AutoGen.BasicSamples/LLMConfiguration.cs +++ b/dotnet/sample/AutoGen.BasicSamples/LLMConfiguration.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.BasicSamples/Program.cs b/dotnet/sample/AutoGen.BasicSamples/Program.cs index fb7af192ad..c2478887ea 100644 --- a/dotnet/sample/AutoGen.BasicSamples/Program.cs +++ b/dotnet/sample/AutoGen.BasicSamples/Program.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.Gemini.Sample/Chat_With_Google_Gemini.cs b/dotnet/sample/AutoGen.Gemini.Sample/Chat_With_Google_Gemini.cs index b463028abd..8dd78d82ee 100644 --- a/dotnet/sample/AutoGen.Gemini.Sample/Chat_With_Google_Gemini.cs +++ b/dotnet/sample/AutoGen.Gemini.Sample/Chat_With_Google_Gemini.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.Gemini.Sample/Chat_With_Vertex_Gemini.cs b/dotnet/sample/AutoGen.Gemini.Sample/Chat_With_Vertex_Gemini.cs index 6b0ad50ac5..5c6e0fb296 100644 --- a/dotnet/sample/AutoGen.Gemini.Sample/Chat_With_Vertex_Gemini.cs +++ b/dotnet/sample/AutoGen.Gemini.Sample/Chat_With_Vertex_Gemini.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.Gemini.Sample/Function_Call_With_Gemini.cs b/dotnet/sample/AutoGen.Gemini.Sample/Function_Call_With_Gemini.cs index d886ee4fe4..3a874df373 100644 --- a/dotnet/sample/AutoGen.Gemini.Sample/Function_Call_With_Gemini.cs +++ b/dotnet/sample/AutoGen.Gemini.Sample/Function_Call_With_Gemini.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.Gemini.Sample/Image_Chat_With_Vertex_Gemini.cs b/dotnet/sample/AutoGen.Gemini.Sample/Image_Chat_With_Vertex_Gemini.cs index 73cdb63886..95eee4afb0 100644 --- a/dotnet/sample/AutoGen.Gemini.Sample/Image_Chat_With_Vertex_Gemini.cs +++ b/dotnet/sample/AutoGen.Gemini.Sample/Image_Chat_With_Vertex_Gemini.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.Gemini.Sample/Program.cs b/dotnet/sample/AutoGen.Gemini.Sample/Program.cs index 9f540a8ed4..b235f2a28c 100644 --- a/dotnet/sample/AutoGen.Gemini.Sample/Program.cs +++ b/dotnet/sample/AutoGen.Gemini.Sample/Program.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.Ollama.Sample/Chat_With_LLaMA.cs b/dotnet/sample/AutoGen.Ollama.Sample/Chat_With_LLaMA.cs index cc3be98190..9dd1fcf69c 100644 --- a/dotnet/sample/AutoGen.Ollama.Sample/Chat_With_LLaMA.cs +++ b/dotnet/sample/AutoGen.Ollama.Sample/Chat_With_LLaMA.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.Ollama.Sample/Chat_With_LLaVA.cs b/dotnet/sample/AutoGen.Ollama.Sample/Chat_With_LLaVA.cs index d4ef173633..55c6e246f3 100644 --- a/dotnet/sample/AutoGen.Ollama.Sample/Chat_With_LLaVA.cs +++ b/dotnet/sample/AutoGen.Ollama.Sample/Chat_With_LLaVA.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.Ollama.Sample/Program.cs b/dotnet/sample/AutoGen.Ollama.Sample/Program.cs index 1100ac3bb7..8e5906104e 100644 --- a/dotnet/sample/AutoGen.Ollama.Sample/Program.cs +++ b/dotnet/sample/AutoGen.Ollama.Sample/Program.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.OpenAI.Sample/Connect_To_Ollama.cs b/dotnet/sample/AutoGen.OpenAI.Sample/Connect_To_Ollama.cs index 3798937595..70cc11660c 100644 --- a/dotnet/sample/AutoGen.OpenAI.Sample/Connect_To_Ollama.cs +++ b/dotnet/sample/AutoGen.OpenAI.Sample/Connect_To_Ollama.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.OpenAI.Sample/Program.cs b/dotnet/sample/AutoGen.OpenAI.Sample/Program.cs index 8923d5f6df..73d403ac31 100644 --- a/dotnet/sample/AutoGen.OpenAI.Sample/Program.cs +++ b/dotnet/sample/AutoGen.OpenAI.Sample/Program.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.OpenAI.Sample/Tool_Call_With_Ollama_And_LiteLLM.cs b/dotnet/sample/AutoGen.OpenAI.Sample/Tool_Call_With_Ollama_And_LiteLLM.cs index b41f53e8b5..3f5e4f76b1 100644 --- a/dotnet/sample/AutoGen.OpenAI.Sample/Tool_Call_With_Ollama_And_LiteLLM.cs +++ b/dotnet/sample/AutoGen.OpenAI.Sample/Tool_Call_With_Ollama_And_LiteLLM.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.OpenAI.Sample/Use_Json_Mode.cs b/dotnet/sample/AutoGen.OpenAI.Sample/Use_Json_Mode.cs index 48694c8d2d..f8da910df5 100644 --- a/dotnet/sample/AutoGen.OpenAI.Sample/Use_Json_Mode.cs +++ b/dotnet/sample/AutoGen.OpenAI.Sample/Use_Json_Mode.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.SemanticKernel.Sample/Create_Semantic_Kernel_Agent.cs b/dotnet/sample/AutoGen.SemanticKernel.Sample/Create_Semantic_Kernel_Agent.cs index f65fb99140..78d690c7e8 100644 --- a/dotnet/sample/AutoGen.SemanticKernel.Sample/Create_Semantic_Kernel_Agent.cs +++ b/dotnet/sample/AutoGen.SemanticKernel.Sample/Create_Semantic_Kernel_Agent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.SemanticKernel.Sample/Create_Semantic_Kernel_Chat_Agent.cs b/dotnet/sample/AutoGen.SemanticKernel.Sample/Create_Semantic_Kernel_Chat_Agent.cs index 2e21692336..bd38411114 100644 --- a/dotnet/sample/AutoGen.SemanticKernel.Sample/Create_Semantic_Kernel_Chat_Agent.cs +++ b/dotnet/sample/AutoGen.SemanticKernel.Sample/Create_Semantic_Kernel_Chat_Agent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.SemanticKernel.Sample/Program.cs b/dotnet/sample/AutoGen.SemanticKernel.Sample/Program.cs index a39886c1ca..951d50a084 100644 --- a/dotnet/sample/AutoGen.SemanticKernel.Sample/Program.cs +++ b/dotnet/sample/AutoGen.SemanticKernel.Sample/Program.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.SemanticKernel.Sample/Use_Bing_Search_With_Semantic_Kernel_Agent.cs b/dotnet/sample/AutoGen.SemanticKernel.Sample/Use_Bing_Search_With_Semantic_Kernel_Agent.cs index e81c528e6d..0aab8530af 100644 --- a/dotnet/sample/AutoGen.SemanticKernel.Sample/Use_Bing_Search_With_Semantic_Kernel_Agent.cs +++ b/dotnet/sample/AutoGen.SemanticKernel.Sample/Use_Bing_Search_With_Semantic_Kernel_Agent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.SemanticKernel.Sample/Use_Kernel_Functions_With_Other_Agent.cs b/dotnet/sample/AutoGen.SemanticKernel.Sample/Use_Kernel_Functions_With_Other_Agent.cs index 7fde42bf92..20682f3ca6 100644 --- a/dotnet/sample/AutoGen.SemanticKernel.Sample/Use_Kernel_Functions_With_Other_Agent.cs +++ b/dotnet/sample/AutoGen.SemanticKernel.Sample/Use_Kernel_Functions_With_Other_Agent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/sample/AutoGen.WebAPI.Sample/Program.cs b/dotnet/sample/AutoGen.WebAPI.Sample/Program.cs index 234474c11e..012f196fef 100644 --- a/dotnet/sample/AutoGen.WebAPI.Sample/Program.cs +++ b/dotnet/sample/AutoGen.WebAPI.Sample/Program.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Anthropic/Agent/AnthropicClientAgent.cs b/dotnet/src/AutoGen.Anthropic/Agent/AnthropicClientAgent.cs index f6c978d3de..f0d8a6f5d8 100644 --- a/dotnet/src/AutoGen.Anthropic/Agent/AnthropicClientAgent.cs +++ b/dotnet/src/AutoGen.Anthropic/Agent/AnthropicClientAgent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Anthropic/AnthropicClient.cs b/dotnet/src/AutoGen.Anthropic/AnthropicClient.cs index 6c76702d67..8cd5b68be9 100644 --- a/dotnet/src/AutoGen.Anthropic/AnthropicClient.cs +++ b/dotnet/src/AutoGen.Anthropic/AnthropicClient.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Anthropic/Converters/ContentBaseConverter.cs b/dotnet/src/AutoGen.Anthropic/Converters/ContentBaseConverter.cs index 1847257318..6ae66e8137 100644 --- a/dotnet/src/AutoGen.Anthropic/Converters/ContentBaseConverter.cs +++ b/dotnet/src/AutoGen.Anthropic/Converters/ContentBaseConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Anthropic/Converters/JsonPropertyNameEnumCoverter.cs b/dotnet/src/AutoGen.Anthropic/Converters/JsonPropertyNameEnumCoverter.cs index b924ee8185..a4c1a27067 100644 --- a/dotnet/src/AutoGen.Anthropic/Converters/JsonPropertyNameEnumCoverter.cs +++ b/dotnet/src/AutoGen.Anthropic/Converters/JsonPropertyNameEnumCoverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Anthropic/Converters/SystemMessageConverter.cs b/dotnet/src/AutoGen.Anthropic/Converters/SystemMessageConverter.cs index 7e1efff4de..dd5827cf3c 100644 --- a/dotnet/src/AutoGen.Anthropic/Converters/SystemMessageConverter.cs +++ b/dotnet/src/AutoGen.Anthropic/Converters/SystemMessageConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Anthropic/DTO/ChatCompletionRequest.cs b/dotnet/src/AutoGen.Anthropic/DTO/ChatCompletionRequest.cs index 94137f3941..a661aa6be9 100644 --- a/dotnet/src/AutoGen.Anthropic/DTO/ChatCompletionRequest.cs +++ b/dotnet/src/AutoGen.Anthropic/DTO/ChatCompletionRequest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Anthropic/DTO/ChatCompletionResponse.cs b/dotnet/src/AutoGen.Anthropic/DTO/ChatCompletionResponse.cs index e63b567638..d4126cd03f 100644 --- a/dotnet/src/AutoGen.Anthropic/DTO/ChatCompletionResponse.cs +++ b/dotnet/src/AutoGen.Anthropic/DTO/ChatCompletionResponse.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Anthropic/DTO/Content.cs b/dotnet/src/AutoGen.Anthropic/DTO/Content.cs index 9f9ac5a52c..9f0901a4e9 100644 --- a/dotnet/src/AutoGen.Anthropic/DTO/Content.cs +++ b/dotnet/src/AutoGen.Anthropic/DTO/Content.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Anthropic/DTO/ErrorResponse.cs b/dotnet/src/AutoGen.Anthropic/DTO/ErrorResponse.cs index 4de0fb1f60..6bafe5235c 100644 --- a/dotnet/src/AutoGen.Anthropic/DTO/ErrorResponse.cs +++ b/dotnet/src/AutoGen.Anthropic/DTO/ErrorResponse.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Anthropic/DTO/Tool.cs b/dotnet/src/AutoGen.Anthropic/DTO/Tool.cs index cc39ed5466..ac7b3a7d2a 100644 --- a/dotnet/src/AutoGen.Anthropic/DTO/Tool.cs +++ b/dotnet/src/AutoGen.Anthropic/DTO/Tool.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Anthropic/DTO/ToolChoice.cs b/dotnet/src/AutoGen.Anthropic/DTO/ToolChoice.cs index 046b000f0f..5a0eb107fe 100644 --- a/dotnet/src/AutoGen.Anthropic/DTO/ToolChoice.cs +++ b/dotnet/src/AutoGen.Anthropic/DTO/ToolChoice.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Anthropic/Extensions/AnthropicAgentExtension.cs b/dotnet/src/AutoGen.Anthropic/Extensions/AnthropicAgentExtension.cs index 018a883abb..551951b729 100644 --- a/dotnet/src/AutoGen.Anthropic/Extensions/AnthropicAgentExtension.cs +++ b/dotnet/src/AutoGen.Anthropic/Extensions/AnthropicAgentExtension.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Anthropic/Middleware/AnthropicMessageConnector.cs b/dotnet/src/AutoGen.Anthropic/Middleware/AnthropicMessageConnector.cs index 6527df8ace..cbf233f122 100644 --- a/dotnet/src/AutoGen.Anthropic/Middleware/AnthropicMessageConnector.cs +++ b/dotnet/src/AutoGen.Anthropic/Middleware/AnthropicMessageConnector.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Anthropic/Utils/AnthropicConstants.cs b/dotnet/src/AutoGen.Anthropic/Utils/AnthropicConstants.cs index 999f567adb..4c92041f32 100644 --- a/dotnet/src/AutoGen.Anthropic/Utils/AnthropicConstants.cs +++ b/dotnet/src/AutoGen.Anthropic/Utils/AnthropicConstants.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.AzureAIInference/Agent/ChatCompletionsClientAgent.cs b/dotnet/src/AutoGen.AzureAIInference/Agent/ChatCompletionsClientAgent.cs index 6eef9483a2..108a9fc91c 100644 --- a/dotnet/src/AutoGen.AzureAIInference/Agent/ChatCompletionsClientAgent.cs +++ b/dotnet/src/AutoGen.AzureAIInference/Agent/ChatCompletionsClientAgent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.AzureAIInference/Extension/ChatComptionClientAgentExtension.cs b/dotnet/src/AutoGen.AzureAIInference/Extension/ChatComptionClientAgentExtension.cs index 3f7fe93eb8..9daec4f67c 100644 --- a/dotnet/src/AutoGen.AzureAIInference/Extension/ChatComptionClientAgentExtension.cs +++ b/dotnet/src/AutoGen.AzureAIInference/Extension/ChatComptionClientAgentExtension.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.AzureAIInference/Extension/FunctionContractExtension.cs b/dotnet/src/AutoGen.AzureAIInference/Extension/FunctionContractExtension.cs index 2365f0fe5d..4dca69548d 100644 --- a/dotnet/src/AutoGen.AzureAIInference/Extension/FunctionContractExtension.cs +++ b/dotnet/src/AutoGen.AzureAIInference/Extension/FunctionContractExtension.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.AzureAIInference/Middleware/AzureAIInferenceChatRequestMessageConnector.cs b/dotnet/src/AutoGen.AzureAIInference/Middleware/AzureAIInferenceChatRequestMessageConnector.cs index fd8911377e..09e9414208 100644 --- a/dotnet/src/AutoGen.AzureAIInference/Middleware/AzureAIInferenceChatRequestMessageConnector.cs +++ b/dotnet/src/AutoGen.AzureAIInference/Middleware/AzureAIInferenceChatRequestMessageConnector.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Agent/DefaultReplyAgent.cs b/dotnet/src/AutoGen.Core/Agent/DefaultReplyAgent.cs index 938ef45fa5..af54da4e02 100644 --- a/dotnet/src/AutoGen.Core/Agent/DefaultReplyAgent.cs +++ b/dotnet/src/AutoGen.Core/Agent/DefaultReplyAgent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Agent/GroupChatManager.cs b/dotnet/src/AutoGen.Core/Agent/GroupChatManager.cs index cfb4367cbb..073a4b520c 100644 --- a/dotnet/src/AutoGen.Core/Agent/GroupChatManager.cs +++ b/dotnet/src/AutoGen.Core/Agent/GroupChatManager.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Agent/IAgent.cs b/dotnet/src/AutoGen.Core/Agent/IAgent.cs index 4b781bf484..3ecd6803ac 100644 --- a/dotnet/src/AutoGen.Core/Agent/IAgent.cs +++ b/dotnet/src/AutoGen.Core/Agent/IAgent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Agent/IMiddlewareAgent.cs b/dotnet/src/AutoGen.Core/Agent/IMiddlewareAgent.cs index 15e4ecb86b..45ec07ea98 100644 --- a/dotnet/src/AutoGen.Core/Agent/IMiddlewareAgent.cs +++ b/dotnet/src/AutoGen.Core/Agent/IMiddlewareAgent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Agent/IStreamingAgent.cs b/dotnet/src/AutoGen.Core/Agent/IStreamingAgent.cs index 07a0140c4f..d2ba60262f 100644 --- a/dotnet/src/AutoGen.Core/Agent/IStreamingAgent.cs +++ b/dotnet/src/AutoGen.Core/Agent/IStreamingAgent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Agent/MiddlewareAgent.cs b/dotnet/src/AutoGen.Core/Agent/MiddlewareAgent.cs index c05cdcdfda..ffa0485b58 100644 --- a/dotnet/src/AutoGen.Core/Agent/MiddlewareAgent.cs +++ b/dotnet/src/AutoGen.Core/Agent/MiddlewareAgent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Agent/MiddlewareStreamingAgent.cs b/dotnet/src/AutoGen.Core/Agent/MiddlewareStreamingAgent.cs index cdef8337e5..d0d90726fd 100644 --- a/dotnet/src/AutoGen.Core/Agent/MiddlewareStreamingAgent.cs +++ b/dotnet/src/AutoGen.Core/Agent/MiddlewareStreamingAgent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Extension/AgentExtension.cs b/dotnet/src/AutoGen.Core/Extension/AgentExtension.cs index c4d29ea1f0..5b38c22978 100644 --- a/dotnet/src/AutoGen.Core/Extension/AgentExtension.cs +++ b/dotnet/src/AutoGen.Core/Extension/AgentExtension.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Extension/GroupChatExtension.cs b/dotnet/src/AutoGen.Core/Extension/GroupChatExtension.cs index 2223cf7ea5..4fb0a74734 100644 --- a/dotnet/src/AutoGen.Core/Extension/GroupChatExtension.cs +++ b/dotnet/src/AutoGen.Core/Extension/GroupChatExtension.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Extension/MessageExtension.cs b/dotnet/src/AutoGen.Core/Extension/MessageExtension.cs index fc31fda6e1..91e663bb17 100644 --- a/dotnet/src/AutoGen.Core/Extension/MessageExtension.cs +++ b/dotnet/src/AutoGen.Core/Extension/MessageExtension.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Extension/MiddlewareExtension.cs b/dotnet/src/AutoGen.Core/Extension/MiddlewareExtension.cs index dd77ce6736..85bb895a0b 100644 --- a/dotnet/src/AutoGen.Core/Extension/MiddlewareExtension.cs +++ b/dotnet/src/AutoGen.Core/Extension/MiddlewareExtension.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Extension/PrintMessageMiddlewareExtension.cs b/dotnet/src/AutoGen.Core/Extension/PrintMessageMiddlewareExtension.cs index 2de39a517e..fb1876d682 100644 --- a/dotnet/src/AutoGen.Core/Extension/PrintMessageMiddlewareExtension.cs +++ b/dotnet/src/AutoGen.Core/Extension/PrintMessageMiddlewareExtension.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Extension/StreamingMiddlewareExtension.cs b/dotnet/src/AutoGen.Core/Extension/StreamingMiddlewareExtension.cs index 4fe90755f5..38c8acab44 100644 --- a/dotnet/src/AutoGen.Core/Extension/StreamingMiddlewareExtension.cs +++ b/dotnet/src/AutoGen.Core/Extension/StreamingMiddlewareExtension.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Function/FunctionAttribute.cs b/dotnet/src/AutoGen.Core/Function/FunctionAttribute.cs index ab73e3c308..f9177fc489 100644 --- a/dotnet/src/AutoGen.Core/Function/FunctionAttribute.cs +++ b/dotnet/src/AutoGen.Core/Function/FunctionAttribute.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/GroupChat/Graph.cs b/dotnet/src/AutoGen.Core/GroupChat/Graph.cs index 71eea7f3d0..051718dfa4 100644 --- a/dotnet/src/AutoGen.Core/GroupChat/Graph.cs +++ b/dotnet/src/AutoGen.Core/GroupChat/Graph.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/GroupChat/GroupChat.cs b/dotnet/src/AutoGen.Core/GroupChat/GroupChat.cs index 2c42065d82..eaac1c5ab8 100644 --- a/dotnet/src/AutoGen.Core/GroupChat/GroupChat.cs +++ b/dotnet/src/AutoGen.Core/GroupChat/GroupChat.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/GroupChat/IGroupChat.cs b/dotnet/src/AutoGen.Core/GroupChat/IGroupChat.cs index 84ad8979d0..8a8137d961 100644 --- a/dotnet/src/AutoGen.Core/GroupChat/IGroupChat.cs +++ b/dotnet/src/AutoGen.Core/GroupChat/IGroupChat.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/GroupChat/RoundRobinGroupChat.cs b/dotnet/src/AutoGen.Core/GroupChat/RoundRobinGroupChat.cs index 4a842d8ecc..e78de207e0 100644 --- a/dotnet/src/AutoGen.Core/GroupChat/RoundRobinGroupChat.cs +++ b/dotnet/src/AutoGen.Core/GroupChat/RoundRobinGroupChat.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/ILLMConfig.cs b/dotnet/src/AutoGen.Core/ILLMConfig.cs index cb7bc88fc8..b6a7b26840 100644 --- a/dotnet/src/AutoGen.Core/ILLMConfig.cs +++ b/dotnet/src/AutoGen.Core/ILLMConfig.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Message/AggregateMessage.cs b/dotnet/src/AutoGen.Core/Message/AggregateMessage.cs index 655d065a22..46e1c2c353 100644 --- a/dotnet/src/AutoGen.Core/Message/AggregateMessage.cs +++ b/dotnet/src/AutoGen.Core/Message/AggregateMessage.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Message/IMessage.cs b/dotnet/src/AutoGen.Core/Message/IMessage.cs index fe0b62b38f..29e43b2f11 100644 --- a/dotnet/src/AutoGen.Core/Message/IMessage.cs +++ b/dotnet/src/AutoGen.Core/Message/IMessage.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Message/ImageMessage.cs b/dotnet/src/AutoGen.Core/Message/ImageMessage.cs index 5f4c877b4d..c241ad5f9a 100644 --- a/dotnet/src/AutoGen.Core/Message/ImageMessage.cs +++ b/dotnet/src/AutoGen.Core/Message/ImageMessage.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Message/Message.cs b/dotnet/src/AutoGen.Core/Message/Message.cs index 6c009720af..1a1937fc63 100644 --- a/dotnet/src/AutoGen.Core/Message/Message.cs +++ b/dotnet/src/AutoGen.Core/Message/Message.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). @@ -12,7 +12,7 @@ namespace AutoGen.Core; -[Obsolete("This message class is deprecated, please use a specific AutoGen built-in message type instead. For more information, please visit https://autogenhub.github.io/autogen-for-net/articles/Built-in-messages.html")] +[Obsolete("This message class is deprecated, please use a specific AutoGen built-in message type instead. For more information, please visit https://ag2labs.github.io/autogen-for-net/articles/Built-in-messages.html")] public class Message : IMessage { public Message( diff --git a/dotnet/src/AutoGen.Core/Message/MessageEnvelope.cs b/dotnet/src/AutoGen.Core/Message/MessageEnvelope.cs index fb764f7d68..80307314f0 100644 --- a/dotnet/src/AutoGen.Core/Message/MessageEnvelope.cs +++ b/dotnet/src/AutoGen.Core/Message/MessageEnvelope.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Message/MultiModalMessage.cs b/dotnet/src/AutoGen.Core/Message/MultiModalMessage.cs index 87aeb05df6..d1ef64394f 100644 --- a/dotnet/src/AutoGen.Core/Message/MultiModalMessage.cs +++ b/dotnet/src/AutoGen.Core/Message/MultiModalMessage.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Message/Role.cs b/dotnet/src/AutoGen.Core/Message/Role.cs index 8c15f1b11d..eb2f8b8fbf 100644 --- a/dotnet/src/AutoGen.Core/Message/Role.cs +++ b/dotnet/src/AutoGen.Core/Message/Role.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Message/TextMessage.cs b/dotnet/src/AutoGen.Core/Message/TextMessage.cs index 616b7699ee..33c4f633c8 100644 --- a/dotnet/src/AutoGen.Core/Message/TextMessage.cs +++ b/dotnet/src/AutoGen.Core/Message/TextMessage.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Message/ToolCallAggregateMessage.cs b/dotnet/src/AutoGen.Core/Message/ToolCallAggregateMessage.cs index 1faee9f357..75de243d78 100644 --- a/dotnet/src/AutoGen.Core/Message/ToolCallAggregateMessage.cs +++ b/dotnet/src/AutoGen.Core/Message/ToolCallAggregateMessage.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Message/ToolCallMessage.cs b/dotnet/src/AutoGen.Core/Message/ToolCallMessage.cs index 4ce66becf9..c0c4517af6 100644 --- a/dotnet/src/AutoGen.Core/Message/ToolCallMessage.cs +++ b/dotnet/src/AutoGen.Core/Message/ToolCallMessage.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Message/ToolCallResultMessage.cs b/dotnet/src/AutoGen.Core/Message/ToolCallResultMessage.cs index c3b9d9e16a..30039e39cb 100644 --- a/dotnet/src/AutoGen.Core/Message/ToolCallResultMessage.cs +++ b/dotnet/src/AutoGen.Core/Message/ToolCallResultMessage.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Middleware/DelegateMiddleware.cs b/dotnet/src/AutoGen.Core/Middleware/DelegateMiddleware.cs index 5a61ad50d2..0c59657886 100644 --- a/dotnet/src/AutoGen.Core/Middleware/DelegateMiddleware.cs +++ b/dotnet/src/AutoGen.Core/Middleware/DelegateMiddleware.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Middleware/FunctionCallMiddleware.cs b/dotnet/src/AutoGen.Core/Middleware/FunctionCallMiddleware.cs index d2fd4f5be5..0e01bf20e3 100644 --- a/dotnet/src/AutoGen.Core/Middleware/FunctionCallMiddleware.cs +++ b/dotnet/src/AutoGen.Core/Middleware/FunctionCallMiddleware.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Middleware/IMiddleware.cs b/dotnet/src/AutoGen.Core/Middleware/IMiddleware.cs index a49faa54ce..ec368a8012 100644 --- a/dotnet/src/AutoGen.Core/Middleware/IMiddleware.cs +++ b/dotnet/src/AutoGen.Core/Middleware/IMiddleware.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Middleware/IStreamingMiddleware.cs b/dotnet/src/AutoGen.Core/Middleware/IStreamingMiddleware.cs index 4a0e47e78d..04135c5846 100644 --- a/dotnet/src/AutoGen.Core/Middleware/IStreamingMiddleware.cs +++ b/dotnet/src/AutoGen.Core/Middleware/IStreamingMiddleware.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Middleware/MiddlewareContext.cs b/dotnet/src/AutoGen.Core/Middleware/MiddlewareContext.cs index 915a1d0b46..90f5fce120 100644 --- a/dotnet/src/AutoGen.Core/Middleware/MiddlewareContext.cs +++ b/dotnet/src/AutoGen.Core/Middleware/MiddlewareContext.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Middleware/PrintMessageMiddleware.cs b/dotnet/src/AutoGen.Core/Middleware/PrintMessageMiddleware.cs index 38ba0ed562..74f7d8bacb 100644 --- a/dotnet/src/AutoGen.Core/Middleware/PrintMessageMiddleware.cs +++ b/dotnet/src/AutoGen.Core/Middleware/PrintMessageMiddleware.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Orchestrator/IOrchestrator.cs b/dotnet/src/AutoGen.Core/Orchestrator/IOrchestrator.cs index 383247fcdb..8a46b95c11 100644 --- a/dotnet/src/AutoGen.Core/Orchestrator/IOrchestrator.cs +++ b/dotnet/src/AutoGen.Core/Orchestrator/IOrchestrator.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Orchestrator/RolePlayOrchestrator.cs b/dotnet/src/AutoGen.Core/Orchestrator/RolePlayOrchestrator.cs index 014b42a26e..572aa71648 100644 --- a/dotnet/src/AutoGen.Core/Orchestrator/RolePlayOrchestrator.cs +++ b/dotnet/src/AutoGen.Core/Orchestrator/RolePlayOrchestrator.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Orchestrator/RoundRobinOrchestrator.cs b/dotnet/src/AutoGen.Core/Orchestrator/RoundRobinOrchestrator.cs index 44e288a38f..d204160661 100644 --- a/dotnet/src/AutoGen.Core/Orchestrator/RoundRobinOrchestrator.cs +++ b/dotnet/src/AutoGen.Core/Orchestrator/RoundRobinOrchestrator.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Core/Orchestrator/WorkflowOrchestrator.cs b/dotnet/src/AutoGen.Core/Orchestrator/WorkflowOrchestrator.cs index be9239545d..323faf2277 100644 --- a/dotnet/src/AutoGen.Core/Orchestrator/WorkflowOrchestrator.cs +++ b/dotnet/src/AutoGen.Core/Orchestrator/WorkflowOrchestrator.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.DotnetInteractive/DotnetInteractiveFunction.cs b/dotnet/src/AutoGen.DotnetInteractive/DotnetInteractiveFunction.cs index 63e01b015e..e5f2c9294e 100644 --- a/dotnet/src/AutoGen.DotnetInteractive/DotnetInteractiveFunction.cs +++ b/dotnet/src/AutoGen.DotnetInteractive/DotnetInteractiveFunction.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.DotnetInteractive/DotnetInteractiveKernelBuilder.cs b/dotnet/src/AutoGen.DotnetInteractive/DotnetInteractiveKernelBuilder.cs index 02b47d0263..5a651b7052 100644 --- a/dotnet/src/AutoGen.DotnetInteractive/DotnetInteractiveKernelBuilder.cs +++ b/dotnet/src/AutoGen.DotnetInteractive/DotnetInteractiveKernelBuilder.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.DotnetInteractive/DotnetInteractiveStdioKernelConnector.cs b/dotnet/src/AutoGen.DotnetInteractive/DotnetInteractiveStdioKernelConnector.cs index faf06e975e..be5ee2f7b4 100644 --- a/dotnet/src/AutoGen.DotnetInteractive/DotnetInteractiveStdioKernelConnector.cs +++ b/dotnet/src/AutoGen.DotnetInteractive/DotnetInteractiveStdioKernelConnector.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.DotnetInteractive/Extension/AgentExtension.cs b/dotnet/src/AutoGen.DotnetInteractive/Extension/AgentExtension.cs index 4300e1cd13..61ba5e6777 100644 --- a/dotnet/src/AutoGen.DotnetInteractive/Extension/AgentExtension.cs +++ b/dotnet/src/AutoGen.DotnetInteractive/Extension/AgentExtension.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.DotnetInteractive/Extension/KernelExtension.cs b/dotnet/src/AutoGen.DotnetInteractive/Extension/KernelExtension.cs index 35a011f346..376442ecf8 100644 --- a/dotnet/src/AutoGen.DotnetInteractive/Extension/KernelExtension.cs +++ b/dotnet/src/AutoGen.DotnetInteractive/Extension/KernelExtension.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.DotnetInteractive/Extension/MessageExtension.cs b/dotnet/src/AutoGen.DotnetInteractive/Extension/MessageExtension.cs index 1bd2096af7..003cbad423 100644 --- a/dotnet/src/AutoGen.DotnetInteractive/Extension/MessageExtension.cs +++ b/dotnet/src/AutoGen.DotnetInteractive/Extension/MessageExtension.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.DotnetInteractive/GlobalUsing.cs b/dotnet/src/AutoGen.DotnetInteractive/GlobalUsing.cs index 213835ff4e..7b2627079c 100644 --- a/dotnet/src/AutoGen.DotnetInteractive/GlobalUsing.cs +++ b/dotnet/src/AutoGen.DotnetInteractive/GlobalUsing.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.DotnetInteractive/InProccessDotnetInteractiveKernelBuilder.cs b/dotnet/src/AutoGen.DotnetInteractive/InProccessDotnetInteractiveKernelBuilder.cs index c33e516588..ba4a746259 100644 --- a/dotnet/src/AutoGen.DotnetInteractive/InProccessDotnetInteractiveKernelBuilder.cs +++ b/dotnet/src/AutoGen.DotnetInteractive/InProccessDotnetInteractiveKernelBuilder.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.DotnetInteractive/InteractiveService.cs b/dotnet/src/AutoGen.DotnetInteractive/InteractiveService.cs index 068703cb3b..6861e698ec 100644 --- a/dotnet/src/AutoGen.DotnetInteractive/InteractiveService.cs +++ b/dotnet/src/AutoGen.DotnetInteractive/InteractiveService.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Gemini/Extension/FunctionContractExtension.cs b/dotnet/src/AutoGen.Gemini/Extension/FunctionContractExtension.cs index 40f45cacaa..13019e6fe5 100644 --- a/dotnet/src/AutoGen.Gemini/Extension/FunctionContractExtension.cs +++ b/dotnet/src/AutoGen.Gemini/Extension/FunctionContractExtension.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Gemini/GeminiChatAgent.cs b/dotnet/src/AutoGen.Gemini/GeminiChatAgent.cs index 79ca8ab484..7323a85f9c 100644 --- a/dotnet/src/AutoGen.Gemini/GeminiChatAgent.cs +++ b/dotnet/src/AutoGen.Gemini/GeminiChatAgent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Gemini/GoogleGeminiClient.cs b/dotnet/src/AutoGen.Gemini/GoogleGeminiClient.cs index ef3effeece..f3e6dc2f73 100644 --- a/dotnet/src/AutoGen.Gemini/GoogleGeminiClient.cs +++ b/dotnet/src/AutoGen.Gemini/GoogleGeminiClient.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Gemini/IGeminiClient.cs b/dotnet/src/AutoGen.Gemini/IGeminiClient.cs index 0f4501a48a..a9338dd5f7 100644 --- a/dotnet/src/AutoGen.Gemini/IGeminiClient.cs +++ b/dotnet/src/AutoGen.Gemini/IGeminiClient.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Gemini/Middleware/GeminiAgentExtension.cs b/dotnet/src/AutoGen.Gemini/Middleware/GeminiAgentExtension.cs index 5c89394b4b..e2b7716749 100644 --- a/dotnet/src/AutoGen.Gemini/Middleware/GeminiAgentExtension.cs +++ b/dotnet/src/AutoGen.Gemini/Middleware/GeminiAgentExtension.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Gemini/Middleware/GeminiMessageConnector.cs b/dotnet/src/AutoGen.Gemini/Middleware/GeminiMessageConnector.cs index 3bef30572d..3706168877 100644 --- a/dotnet/src/AutoGen.Gemini/Middleware/GeminiMessageConnector.cs +++ b/dotnet/src/AutoGen.Gemini/Middleware/GeminiMessageConnector.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Gemini/VertexGeminiClient.cs b/dotnet/src/AutoGen.Gemini/VertexGeminiClient.cs index b10cf620a8..0a0915337c 100644 --- a/dotnet/src/AutoGen.Gemini/VertexGeminiClient.cs +++ b/dotnet/src/AutoGen.Gemini/VertexGeminiClient.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.LMStudio/GlobalUsing.cs b/dotnet/src/AutoGen.LMStudio/GlobalUsing.cs index 213835ff4e..7b2627079c 100644 --- a/dotnet/src/AutoGen.LMStudio/GlobalUsing.cs +++ b/dotnet/src/AutoGen.LMStudio/GlobalUsing.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.LMStudio/LMStudioAgent.cs b/dotnet/src/AutoGen.LMStudio/LMStudioAgent.cs index f135c3a96f..5e6cd7b799 100644 --- a/dotnet/src/AutoGen.LMStudio/LMStudioAgent.cs +++ b/dotnet/src/AutoGen.LMStudio/LMStudioAgent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.LMStudio/LMStudioConfig.cs b/dotnet/src/AutoGen.LMStudio/LMStudioConfig.cs index 00b424b07f..c7b48e8bf2 100644 --- a/dotnet/src/AutoGen.LMStudio/LMStudioConfig.cs +++ b/dotnet/src/AutoGen.LMStudio/LMStudioConfig.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Mistral/Agent/MistralClientAgent.cs b/dotnet/src/AutoGen.Mistral/Agent/MistralClientAgent.cs index 8fb9f4bbdb..4c7183e114 100644 --- a/dotnet/src/AutoGen.Mistral/Agent/MistralClientAgent.cs +++ b/dotnet/src/AutoGen.Mistral/Agent/MistralClientAgent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Mistral/Converters/JsonPropertyNameEnumConverter.cs b/dotnet/src/AutoGen.Mistral/Converters/JsonPropertyNameEnumConverter.cs index 78c90dce0c..4f6fc4ab13 100644 --- a/dotnet/src/AutoGen.Mistral/Converters/JsonPropertyNameEnumConverter.cs +++ b/dotnet/src/AutoGen.Mistral/Converters/JsonPropertyNameEnumConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Mistral/DTOs/ChatCompletionRequest.cs b/dotnet/src/AutoGen.Mistral/DTOs/ChatCompletionRequest.cs index 62c35e8b73..7ae43b6b1b 100644 --- a/dotnet/src/AutoGen.Mistral/DTOs/ChatCompletionRequest.cs +++ b/dotnet/src/AutoGen.Mistral/DTOs/ChatCompletionRequest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Mistral/DTOs/ChatCompletionResponse.cs b/dotnet/src/AutoGen.Mistral/DTOs/ChatCompletionResponse.cs index 2c27346de3..4edf6426fc 100644 --- a/dotnet/src/AutoGen.Mistral/DTOs/ChatCompletionResponse.cs +++ b/dotnet/src/AutoGen.Mistral/DTOs/ChatCompletionResponse.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Mistral/DTOs/ChatMessage.cs b/dotnet/src/AutoGen.Mistral/DTOs/ChatMessage.cs index c901da7939..eaccc3b10f 100644 --- a/dotnet/src/AutoGen.Mistral/DTOs/ChatMessage.cs +++ b/dotnet/src/AutoGen.Mistral/DTOs/ChatMessage.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Mistral/DTOs/Choice.cs b/dotnet/src/AutoGen.Mistral/DTOs/Choice.cs index 865abbe4cc..bac1096078 100644 --- a/dotnet/src/AutoGen.Mistral/DTOs/Choice.cs +++ b/dotnet/src/AutoGen.Mistral/DTOs/Choice.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Mistral/DTOs/Error.cs b/dotnet/src/AutoGen.Mistral/DTOs/Error.cs index 53e4d0cef6..afeeac2b71 100644 --- a/dotnet/src/AutoGen.Mistral/DTOs/Error.cs +++ b/dotnet/src/AutoGen.Mistral/DTOs/Error.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Mistral/DTOs/ErrorResponse.cs b/dotnet/src/AutoGen.Mistral/DTOs/ErrorResponse.cs index f996b7c258..11ec812eaa 100644 --- a/dotnet/src/AutoGen.Mistral/DTOs/ErrorResponse.cs +++ b/dotnet/src/AutoGen.Mistral/DTOs/ErrorResponse.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Mistral/DTOs/FunctionDefinition.cs b/dotnet/src/AutoGen.Mistral/DTOs/FunctionDefinition.cs index 44e5e8fadb..6731bfc744 100644 --- a/dotnet/src/AutoGen.Mistral/DTOs/FunctionDefinition.cs +++ b/dotnet/src/AutoGen.Mistral/DTOs/FunctionDefinition.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Mistral/DTOs/Model.cs b/dotnet/src/AutoGen.Mistral/DTOs/Model.cs index 104550cb89..f154811234 100644 --- a/dotnet/src/AutoGen.Mistral/DTOs/Model.cs +++ b/dotnet/src/AutoGen.Mistral/DTOs/Model.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Mistral/DTOs/ResponseFormat.cs b/dotnet/src/AutoGen.Mistral/DTOs/ResponseFormat.cs index ac68cafef9..2057ae0e28 100644 --- a/dotnet/src/AutoGen.Mistral/DTOs/ResponseFormat.cs +++ b/dotnet/src/AutoGen.Mistral/DTOs/ResponseFormat.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Mistral/DTOs/Tool.cs b/dotnet/src/AutoGen.Mistral/DTOs/Tool.cs index b9bc45a370..adbb189fd6 100644 --- a/dotnet/src/AutoGen.Mistral/DTOs/Tool.cs +++ b/dotnet/src/AutoGen.Mistral/DTOs/Tool.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Mistral/DTOs/Usage.cs b/dotnet/src/AutoGen.Mistral/DTOs/Usage.cs index 8d9dce8cf6..81f8b4aa2e 100644 --- a/dotnet/src/AutoGen.Mistral/DTOs/Usage.cs +++ b/dotnet/src/AutoGen.Mistral/DTOs/Usage.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Mistral/Extension/FunctionContractExtension.cs b/dotnet/src/AutoGen.Mistral/Extension/FunctionContractExtension.cs index d8311a7f5a..ef103fd989 100644 --- a/dotnet/src/AutoGen.Mistral/Extension/FunctionContractExtension.cs +++ b/dotnet/src/AutoGen.Mistral/Extension/FunctionContractExtension.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Mistral/Extension/MistralAgentExtension.cs b/dotnet/src/AutoGen.Mistral/Extension/MistralAgentExtension.cs index 4535405424..b5189be9d2 100644 --- a/dotnet/src/AutoGen.Mistral/Extension/MistralAgentExtension.cs +++ b/dotnet/src/AutoGen.Mistral/Extension/MistralAgentExtension.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Mistral/Middleware/MistralChatMessageConnector.cs b/dotnet/src/AutoGen.Mistral/Middleware/MistralChatMessageConnector.cs index 748405cfca..41f78efec8 100644 --- a/dotnet/src/AutoGen.Mistral/Middleware/MistralChatMessageConnector.cs +++ b/dotnet/src/AutoGen.Mistral/Middleware/MistralChatMessageConnector.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Mistral/MistralAIModelID.cs b/dotnet/src/AutoGen.Mistral/MistralAIModelID.cs index 38ccf7663b..3cf6d1de30 100644 --- a/dotnet/src/AutoGen.Mistral/MistralAIModelID.cs +++ b/dotnet/src/AutoGen.Mistral/MistralAIModelID.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Mistral/MistralClient.cs b/dotnet/src/AutoGen.Mistral/MistralClient.cs index 682018e04a..902abab27e 100644 --- a/dotnet/src/AutoGen.Mistral/MistralClient.cs +++ b/dotnet/src/AutoGen.Mistral/MistralClient.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Ollama/Agent/OllamaAgent.cs b/dotnet/src/AutoGen.Ollama/Agent/OllamaAgent.cs index b1b291cbf4..7cd01b06d4 100644 --- a/dotnet/src/AutoGen.Ollama/Agent/OllamaAgent.cs +++ b/dotnet/src/AutoGen.Ollama/Agent/OllamaAgent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Ollama/DTOs/ChatRequest.cs b/dotnet/src/AutoGen.Ollama/DTOs/ChatRequest.cs index ca4cf313ad..97f9023e1e 100644 --- a/dotnet/src/AutoGen.Ollama/DTOs/ChatRequest.cs +++ b/dotnet/src/AutoGen.Ollama/DTOs/ChatRequest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Ollama/DTOs/ChatResponse.cs b/dotnet/src/AutoGen.Ollama/DTOs/ChatResponse.cs index c26220ac33..ae2c6ed248 100644 --- a/dotnet/src/AutoGen.Ollama/DTOs/ChatResponse.cs +++ b/dotnet/src/AutoGen.Ollama/DTOs/ChatResponse.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Ollama/DTOs/ChatResponseUpdate.cs b/dotnet/src/AutoGen.Ollama/DTOs/ChatResponseUpdate.cs index b5d256f5f2..3b48330ef9 100644 --- a/dotnet/src/AutoGen.Ollama/DTOs/ChatResponseUpdate.cs +++ b/dotnet/src/AutoGen.Ollama/DTOs/ChatResponseUpdate.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Ollama/DTOs/Message.cs b/dotnet/src/AutoGen.Ollama/DTOs/Message.cs index ceeb428952..52cdc0acea 100644 --- a/dotnet/src/AutoGen.Ollama/DTOs/Message.cs +++ b/dotnet/src/AutoGen.Ollama/DTOs/Message.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Ollama/DTOs/ModelReplyOptions.cs b/dotnet/src/AutoGen.Ollama/DTOs/ModelReplyOptions.cs index 5f557da6fc..1d4c708d68 100644 --- a/dotnet/src/AutoGen.Ollama/DTOs/ModelReplyOptions.cs +++ b/dotnet/src/AutoGen.Ollama/DTOs/ModelReplyOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Ollama/DTOs/OllamaReplyOptions.cs b/dotnet/src/AutoGen.Ollama/DTOs/OllamaReplyOptions.cs index 9b982ce2af..49db7d350b 100644 --- a/dotnet/src/AutoGen.Ollama/DTOs/OllamaReplyOptions.cs +++ b/dotnet/src/AutoGen.Ollama/DTOs/OllamaReplyOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Ollama/Embeddings/ITextEmbeddingService.cs b/dotnet/src/AutoGen.Ollama/Embeddings/ITextEmbeddingService.cs index eee514afb6..6fee4fa9a7 100644 --- a/dotnet/src/AutoGen.Ollama/Embeddings/ITextEmbeddingService.cs +++ b/dotnet/src/AutoGen.Ollama/Embeddings/ITextEmbeddingService.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Ollama/Embeddings/OllamaTextEmbeddingService.cs b/dotnet/src/AutoGen.Ollama/Embeddings/OllamaTextEmbeddingService.cs index 11f8375277..bd17eea623 100644 --- a/dotnet/src/AutoGen.Ollama/Embeddings/OllamaTextEmbeddingService.cs +++ b/dotnet/src/AutoGen.Ollama/Embeddings/OllamaTextEmbeddingService.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Ollama/Embeddings/TextEmbeddingsRequest.cs b/dotnet/src/AutoGen.Ollama/Embeddings/TextEmbeddingsRequest.cs index 3f22fdce04..7980d1825a 100644 --- a/dotnet/src/AutoGen.Ollama/Embeddings/TextEmbeddingsRequest.cs +++ b/dotnet/src/AutoGen.Ollama/Embeddings/TextEmbeddingsRequest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Ollama/Embeddings/TextEmbeddingsResponse.cs b/dotnet/src/AutoGen.Ollama/Embeddings/TextEmbeddingsResponse.cs index bd5e834af1..6e21146433 100644 --- a/dotnet/src/AutoGen.Ollama/Embeddings/TextEmbeddingsResponse.cs +++ b/dotnet/src/AutoGen.Ollama/Embeddings/TextEmbeddingsResponse.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Ollama/Extension/OllamaAgentExtension.cs b/dotnet/src/AutoGen.Ollama/Extension/OllamaAgentExtension.cs index 950e30de07..dd9a5edf1e 100644 --- a/dotnet/src/AutoGen.Ollama/Extension/OllamaAgentExtension.cs +++ b/dotnet/src/AutoGen.Ollama/Extension/OllamaAgentExtension.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Ollama/Middlewares/OllamaMessageConnector.cs b/dotnet/src/AutoGen.Ollama/Middlewares/OllamaMessageConnector.cs index 2608e23315..9183f07ab3 100644 --- a/dotnet/src/AutoGen.Ollama/Middlewares/OllamaMessageConnector.cs +++ b/dotnet/src/AutoGen.Ollama/Middlewares/OllamaMessageConnector.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.Ollama/OllamaConsts.cs b/dotnet/src/AutoGen.Ollama/OllamaConsts.cs index 8a764b65a0..7a9fbadfa2 100644 --- a/dotnet/src/AutoGen.Ollama/OllamaConsts.cs +++ b/dotnet/src/AutoGen.Ollama/OllamaConsts.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.OpenAI.V1/Agent/GPTAgent.cs b/dotnet/src/AutoGen.OpenAI.V1/Agent/GPTAgent.cs index 8d005c46f9..aff80df742 100644 --- a/dotnet/src/AutoGen.OpenAI.V1/Agent/GPTAgent.cs +++ b/dotnet/src/AutoGen.OpenAI.V1/Agent/GPTAgent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.OpenAI.V1/Agent/OpenAIChatAgent.cs b/dotnet/src/AutoGen.OpenAI.V1/Agent/OpenAIChatAgent.cs index 042773c047..9a15ae3e10 100644 --- a/dotnet/src/AutoGen.OpenAI.V1/Agent/OpenAIChatAgent.cs +++ b/dotnet/src/AutoGen.OpenAI.V1/Agent/OpenAIChatAgent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.OpenAI.V1/AzureOpenAIConfig.cs b/dotnet/src/AutoGen.OpenAI.V1/AzureOpenAIConfig.cs index eb9d2170a0..2db9c297ed 100644 --- a/dotnet/src/AutoGen.OpenAI.V1/AzureOpenAIConfig.cs +++ b/dotnet/src/AutoGen.OpenAI.V1/AzureOpenAIConfig.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.OpenAI.V1/Extension/FunctionContractExtension.cs b/dotnet/src/AutoGen.OpenAI.V1/Extension/FunctionContractExtension.cs index 2f81643582..9cc7a20e2c 100644 --- a/dotnet/src/AutoGen.OpenAI.V1/Extension/FunctionContractExtension.cs +++ b/dotnet/src/AutoGen.OpenAI.V1/Extension/FunctionContractExtension.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.OpenAI.V1/Extension/MessageExtension.cs b/dotnet/src/AutoGen.OpenAI.V1/Extension/MessageExtension.cs index 655376336e..29ecae00f8 100644 --- a/dotnet/src/AutoGen.OpenAI.V1/Extension/MessageExtension.cs +++ b/dotnet/src/AutoGen.OpenAI.V1/Extension/MessageExtension.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.OpenAI.V1/Extension/OpenAIAgentExtension.cs b/dotnet/src/AutoGen.OpenAI.V1/Extension/OpenAIAgentExtension.cs index 76e6be455e..cbe0d5e60e 100644 --- a/dotnet/src/AutoGen.OpenAI.V1/Extension/OpenAIAgentExtension.cs +++ b/dotnet/src/AutoGen.OpenAI.V1/Extension/OpenAIAgentExtension.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.OpenAI.V1/GlobalUsing.cs b/dotnet/src/AutoGen.OpenAI.V1/GlobalUsing.cs index 213835ff4e..7b2627079c 100644 --- a/dotnet/src/AutoGen.OpenAI.V1/GlobalUsing.cs +++ b/dotnet/src/AutoGen.OpenAI.V1/GlobalUsing.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.OpenAI.V1/Middleware/OpenAIChatRequestMessageConnector.cs b/dotnet/src/AutoGen.OpenAI.V1/Middleware/OpenAIChatRequestMessageConnector.cs index 9baaa9eaa2..c0ec0fcdab 100644 --- a/dotnet/src/AutoGen.OpenAI.V1/Middleware/OpenAIChatRequestMessageConnector.cs +++ b/dotnet/src/AutoGen.OpenAI.V1/Middleware/OpenAIChatRequestMessageConnector.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.OpenAI.V1/OpenAIConfig.cs b/dotnet/src/AutoGen.OpenAI.V1/OpenAIConfig.cs index f96bcc6392..05d447c673 100644 --- a/dotnet/src/AutoGen.OpenAI.V1/OpenAIConfig.cs +++ b/dotnet/src/AutoGen.OpenAI.V1/OpenAIConfig.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.SemanticKernel/Extension/KernelExtension.cs b/dotnet/src/AutoGen.SemanticKernel/Extension/KernelExtension.cs index 5599c877b7..4a450f554b 100644 --- a/dotnet/src/AutoGen.SemanticKernel/Extension/KernelExtension.cs +++ b/dotnet/src/AutoGen.SemanticKernel/Extension/KernelExtension.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.SemanticKernel/Extension/SemanticKernelAgentExtension.cs b/dotnet/src/AutoGen.SemanticKernel/Extension/SemanticKernelAgentExtension.cs index ebfafc31ea..048aa08834 100644 --- a/dotnet/src/AutoGen.SemanticKernel/Extension/SemanticKernelAgentExtension.cs +++ b/dotnet/src/AutoGen.SemanticKernel/Extension/SemanticKernelAgentExtension.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.SemanticKernel/GlobalUsing.cs b/dotnet/src/AutoGen.SemanticKernel/GlobalUsing.cs index 213835ff4e..7b2627079c 100644 --- a/dotnet/src/AutoGen.SemanticKernel/GlobalUsing.cs +++ b/dotnet/src/AutoGen.SemanticKernel/GlobalUsing.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.SemanticKernel/Middleware/KernelPluginMiddleware.cs b/dotnet/src/AutoGen.SemanticKernel/Middleware/KernelPluginMiddleware.cs index 551bf4f6ff..7ce3932d80 100644 --- a/dotnet/src/AutoGen.SemanticKernel/Middleware/KernelPluginMiddleware.cs +++ b/dotnet/src/AutoGen.SemanticKernel/Middleware/KernelPluginMiddleware.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.SemanticKernel/Middleware/SemanticKernelChatMessageContentConnector.cs b/dotnet/src/AutoGen.SemanticKernel/Middleware/SemanticKernelChatMessageContentConnector.cs index b898348dde..be387d0643 100644 --- a/dotnet/src/AutoGen.SemanticKernel/Middleware/SemanticKernelChatMessageContentConnector.cs +++ b/dotnet/src/AutoGen.SemanticKernel/Middleware/SemanticKernelChatMessageContentConnector.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.SemanticKernel/SemanticKernelAgent.cs b/dotnet/src/AutoGen.SemanticKernel/SemanticKernelAgent.cs index 80fbfeea94..d29e786eb1 100644 --- a/dotnet/src/AutoGen.SemanticKernel/SemanticKernelAgent.cs +++ b/dotnet/src/AutoGen.SemanticKernel/SemanticKernelAgent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.SemanticKernel/SemanticKernelChatCompletionAgent.cs b/dotnet/src/AutoGen.SemanticKernel/SemanticKernelChatCompletionAgent.cs index 58fd8d4284..e57bcf47d9 100644 --- a/dotnet/src/AutoGen.SemanticKernel/SemanticKernelChatCompletionAgent.cs +++ b/dotnet/src/AutoGen.SemanticKernel/SemanticKernelChatCompletionAgent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.SourceGenerator/DocumentCommentExtension.cs b/dotnet/src/AutoGen.SourceGenerator/DocumentCommentExtension.cs index ef5b71654c..70ce7ef218 100644 --- a/dotnet/src/AutoGen.SourceGenerator/DocumentCommentExtension.cs +++ b/dotnet/src/AutoGen.SourceGenerator/DocumentCommentExtension.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.SourceGenerator/FunctionCallGenerator.cs b/dotnet/src/AutoGen.SourceGenerator/FunctionCallGenerator.cs index cc62bb626b..5d38d664d8 100644 --- a/dotnet/src/AutoGen.SourceGenerator/FunctionCallGenerator.cs +++ b/dotnet/src/AutoGen.SourceGenerator/FunctionCallGenerator.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.SourceGenerator/FunctionExtension.cs b/dotnet/src/AutoGen.SourceGenerator/FunctionExtension.cs index a688d2e855..2934e377a8 100644 --- a/dotnet/src/AutoGen.SourceGenerator/FunctionExtension.cs +++ b/dotnet/src/AutoGen.SourceGenerator/FunctionExtension.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.SourceGenerator/SourceGeneratorFunctionContract.cs b/dotnet/src/AutoGen.SourceGenerator/SourceGeneratorFunctionContract.cs index 1f3091a72c..d589b81b30 100644 --- a/dotnet/src/AutoGen.SourceGenerator/SourceGeneratorFunctionContract.cs +++ b/dotnet/src/AutoGen.SourceGenerator/SourceGeneratorFunctionContract.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.WebAPI/Extension.cs b/dotnet/src/AutoGen.WebAPI/Extension.cs index 456cd0ba77..eb215ce9ab 100644 --- a/dotnet/src/AutoGen.WebAPI/Extension.cs +++ b/dotnet/src/AutoGen.WebAPI/Extension.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.WebAPI/OpenAI/Converter/OpenAIMessageConverter.cs b/dotnet/src/AutoGen.WebAPI/OpenAI/Converter/OpenAIMessageConverter.cs index 8615c77735..8078b50595 100644 --- a/dotnet/src/AutoGen.WebAPI/OpenAI/Converter/OpenAIMessageConverter.cs +++ b/dotnet/src/AutoGen.WebAPI/OpenAI/Converter/OpenAIMessageConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIAssistantMessage.cs b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIAssistantMessage.cs index f3b145224b..5ad180b703 100644 --- a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIAssistantMessage.cs +++ b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIAssistantMessage.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIChatCompletion.cs b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIChatCompletion.cs index 0f6c613ffb..f05ff8e94f 100644 --- a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIChatCompletion.cs +++ b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIChatCompletion.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIChatCompletionChoice.cs b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIChatCompletionChoice.cs index ff36a9ecec..51e330ecdc 100644 --- a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIChatCompletionChoice.cs +++ b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIChatCompletionChoice.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIChatCompletionMessage.cs b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIChatCompletionMessage.cs index e072439dd6..fc6d056b9a 100644 --- a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIChatCompletionMessage.cs +++ b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIChatCompletionMessage.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIChatCompletionOption.cs b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIChatCompletionOption.cs index ca1962f0a0..fb8e8baf98 100644 --- a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIChatCompletionOption.cs +++ b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIChatCompletionOption.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIChatCompletionUsage.cs b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIChatCompletionUsage.cs index 92fa79fb0e..174d93153b 100644 --- a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIChatCompletionUsage.cs +++ b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIChatCompletionUsage.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIImageUrlObject.cs b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIImageUrlObject.cs index c0d1b85cee..ac3d196269 100644 --- a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIImageUrlObject.cs +++ b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIImageUrlObject.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIMessage.cs b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIMessage.cs index cbdb9eb1a3..85e518e164 100644 --- a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIMessage.cs +++ b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIMessage.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIStreamOptions.cs b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIStreamOptions.cs index 03c0e619c2..2e1ea49ea3 100644 --- a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIStreamOptions.cs +++ b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIStreamOptions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAISystemMessage.cs b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAISystemMessage.cs index 7e10406ded..8dcd5a64ea 100644 --- a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAISystemMessage.cs +++ b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAISystemMessage.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIToolCallObject.cs b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIToolCallObject.cs index 1ca4aa1dd8..e3673f9ecc 100644 --- a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIToolCallObject.cs +++ b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIToolCallObject.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIToolMessage.cs b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIToolMessage.cs index 39d1731ecd..bc8bf5180c 100644 --- a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIToolMessage.cs +++ b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIToolMessage.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIUserImageContent.cs b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIUserImageContent.cs index 8f4c70bcb2..12eedd0f90 100644 --- a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIUserImageContent.cs +++ b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIUserImageContent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIUserMessage.cs b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIUserMessage.cs index 36841b25de..e4799a9570 100644 --- a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIUserMessage.cs +++ b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIUserMessage.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIUserMessageItem.cs b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIUserMessageItem.cs index fc99d80370..864a9978c5 100644 --- a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIUserMessageItem.cs +++ b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIUserMessageItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIUserMultiModalMessage.cs b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIUserMultiModalMessage.cs index a2a8e789cf..b0d4d1b1d5 100644 --- a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIUserMultiModalMessage.cs +++ b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIUserMultiModalMessage.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIUserTextContent.cs b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIUserTextContent.cs index a8a8d5c973..e591cd28f9 100644 --- a/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIUserTextContent.cs +++ b/dotnet/src/AutoGen.WebAPI/OpenAI/DTO/OpenAIUserTextContent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.WebAPI/OpenAI/Service/OpenAIChatCompletionService.cs b/dotnet/src/AutoGen.WebAPI/OpenAI/Service/OpenAIChatCompletionService.cs index 80c4a2d057..41e6a74ad5 100644 --- a/dotnet/src/AutoGen.WebAPI/OpenAI/Service/OpenAIChatCompletionService.cs +++ b/dotnet/src/AutoGen.WebAPI/OpenAI/Service/OpenAIChatCompletionService.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen.WebAPI/OpenAIChatCompletionMiddleware.cs b/dotnet/src/AutoGen.WebAPI/OpenAIChatCompletionMiddleware.cs index a65b2b0947..64391cd181 100644 --- a/dotnet/src/AutoGen.WebAPI/OpenAIChatCompletionMiddleware.cs +++ b/dotnet/src/AutoGen.WebAPI/OpenAIChatCompletionMiddleware.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen/API/LLMConfigAPI.cs b/dotnet/src/AutoGen/API/LLMConfigAPI.cs index 22fc4a6669..57056e35fc 100644 --- a/dotnet/src/AutoGen/API/LLMConfigAPI.cs +++ b/dotnet/src/AutoGen/API/LLMConfigAPI.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen/Agent/AssistantAgent.cs b/dotnet/src/AutoGen/Agent/AssistantAgent.cs index 67e3f68cff..b08f5689bc 100644 --- a/dotnet/src/AutoGen/Agent/AssistantAgent.cs +++ b/dotnet/src/AutoGen/Agent/AssistantAgent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen/Agent/ConversableAgent.cs b/dotnet/src/AutoGen/Agent/ConversableAgent.cs index 2fdec0a3fa..322beb819c 100644 --- a/dotnet/src/AutoGen/Agent/ConversableAgent.cs +++ b/dotnet/src/AutoGen/Agent/ConversableAgent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen/Agent/UserProxyAgent.cs b/dotnet/src/AutoGen/Agent/UserProxyAgent.cs index 5f193dc2be..0667a65eec 100644 --- a/dotnet/src/AutoGen/Agent/UserProxyAgent.cs +++ b/dotnet/src/AutoGen/Agent/UserProxyAgent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen/ConversableAgentConfig.cs b/dotnet/src/AutoGen/ConversableAgentConfig.cs index af21abd300..4f46e9f128 100644 --- a/dotnet/src/AutoGen/ConversableAgentConfig.cs +++ b/dotnet/src/AutoGen/ConversableAgentConfig.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen/GlobalUsing.cs b/dotnet/src/AutoGen/GlobalUsing.cs index 213835ff4e..7b2627079c 100644 --- a/dotnet/src/AutoGen/GlobalUsing.cs +++ b/dotnet/src/AutoGen/GlobalUsing.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/src/AutoGen/Middleware/HumanInputMiddleware.cs b/dotnet/src/AutoGen/Middleware/HumanInputMiddleware.cs index 8b8ca497eb..a6751ae80a 100644 --- a/dotnet/src/AutoGen/Middleware/HumanInputMiddleware.cs +++ b/dotnet/src/AutoGen/Middleware/HumanInputMiddleware.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.Anthropic.Tests/AnthropicClientAgentTest.cs b/dotnet/test/AutoGen.Anthropic.Tests/AnthropicClientAgentTest.cs index 833fd3ab22..0794f8972c 100644 --- a/dotnet/test/AutoGen.Anthropic.Tests/AnthropicClientAgentTest.cs +++ b/dotnet/test/AutoGen.Anthropic.Tests/AnthropicClientAgentTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.Anthropic.Tests/AnthropicClientTest.cs b/dotnet/test/AutoGen.Anthropic.Tests/AnthropicClientTest.cs index d8d7ac714d..d68380b33a 100644 --- a/dotnet/test/AutoGen.Anthropic.Tests/AnthropicClientTest.cs +++ b/dotnet/test/AutoGen.Anthropic.Tests/AnthropicClientTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.Anthropic.Tests/AnthropicTestFunctionCalls.cs b/dotnet/test/AutoGen.Anthropic.Tests/AnthropicTestFunctionCalls.cs index 4eab81c131..1cf56b18a9 100644 --- a/dotnet/test/AutoGen.Anthropic.Tests/AnthropicTestFunctionCalls.cs +++ b/dotnet/test/AutoGen.Anthropic.Tests/AnthropicTestFunctionCalls.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.Anthropic.Tests/AnthropicTestUtils.cs b/dotnet/test/AutoGen.Anthropic.Tests/AnthropicTestUtils.cs index 826586674e..eab1cb8573 100644 --- a/dotnet/test/AutoGen.Anthropic.Tests/AnthropicTestUtils.cs +++ b/dotnet/test/AutoGen.Anthropic.Tests/AnthropicTestUtils.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.AotCompatibility.Tests/Program.cs b/dotnet/test/AutoGen.AotCompatibility.Tests/Program.cs index edaa53765d..ccc810480c 100644 --- a/dotnet/test/AutoGen.AotCompatibility.Tests/Program.cs +++ b/dotnet/test/AutoGen.AotCompatibility.Tests/Program.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.AzureAIInference.Tests/ChatCompletionClientAgentTests.cs b/dotnet/test/AutoGen.AzureAIInference.Tests/ChatCompletionClientAgentTests.cs index 12cc2972b5..1bb1935786 100644 --- a/dotnet/test/AutoGen.AzureAIInference.Tests/ChatCompletionClientAgentTests.cs +++ b/dotnet/test/AutoGen.AzureAIInference.Tests/ChatCompletionClientAgentTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.AzureAIInference.Tests/ChatRequestMessageTests.cs b/dotnet/test/AutoGen.AzureAIInference.Tests/ChatRequestMessageTests.cs index 82fbcc1f2b..b22388fba5 100644 --- a/dotnet/test/AutoGen.AzureAIInference.Tests/ChatRequestMessageTests.cs +++ b/dotnet/test/AutoGen.AzureAIInference.Tests/ChatRequestMessageTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.DotnetInteractive.Tests/DotnetInteractiveServiceTest.cs b/dotnet/test/AutoGen.DotnetInteractive.Tests/DotnetInteractiveServiceTest.cs index 83ab86caff..5e328a26f1 100644 --- a/dotnet/test/AutoGen.DotnetInteractive.Tests/DotnetInteractiveServiceTest.cs +++ b/dotnet/test/AutoGen.DotnetInteractive.Tests/DotnetInteractiveServiceTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.DotnetInteractive.Tests/DotnetInteractiveStdioKernelConnectorTests.cs b/dotnet/test/AutoGen.DotnetInteractive.Tests/DotnetInteractiveStdioKernelConnectorTests.cs index 99c976cc38..0209d44dce 100644 --- a/dotnet/test/AutoGen.DotnetInteractive.Tests/DotnetInteractiveStdioKernelConnectorTests.cs +++ b/dotnet/test/AutoGen.DotnetInteractive.Tests/DotnetInteractiveStdioKernelConnectorTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.DotnetInteractive.Tests/InProcessDotnetInteractiveKernelBuilderTest.cs b/dotnet/test/AutoGen.DotnetInteractive.Tests/InProcessDotnetInteractiveKernelBuilderTest.cs index 983ae5fc1f..f751f9c485 100644 --- a/dotnet/test/AutoGen.DotnetInteractive.Tests/InProcessDotnetInteractiveKernelBuilderTest.cs +++ b/dotnet/test/AutoGen.DotnetInteractive.Tests/InProcessDotnetInteractiveKernelBuilderTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.DotnetInteractive.Tests/MessageExtensionTests.cs b/dotnet/test/AutoGen.DotnetInteractive.Tests/MessageExtensionTests.cs index e9c34077dc..731f73e7a5 100644 --- a/dotnet/test/AutoGen.DotnetInteractive.Tests/MessageExtensionTests.cs +++ b/dotnet/test/AutoGen.DotnetInteractive.Tests/MessageExtensionTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.Gemini.Tests/FunctionContractExtensionTests.cs b/dotnet/test/AutoGen.Gemini.Tests/FunctionContractExtensionTests.cs index ceefd53eac..9db04d1de5 100644 --- a/dotnet/test/AutoGen.Gemini.Tests/FunctionContractExtensionTests.cs +++ b/dotnet/test/AutoGen.Gemini.Tests/FunctionContractExtensionTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.Gemini.Tests/Functions.cs b/dotnet/test/AutoGen.Gemini.Tests/Functions.cs index 7cf2dfcff9..af54de536c 100644 --- a/dotnet/test/AutoGen.Gemini.Tests/Functions.cs +++ b/dotnet/test/AutoGen.Gemini.Tests/Functions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.Gemini.Tests/GeminiAgentTests.cs b/dotnet/test/AutoGen.Gemini.Tests/GeminiAgentTests.cs index 685cd7e43f..b0f248e237 100644 --- a/dotnet/test/AutoGen.Gemini.Tests/GeminiAgentTests.cs +++ b/dotnet/test/AutoGen.Gemini.Tests/GeminiAgentTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.Gemini.Tests/GeminiMessageTests.cs b/dotnet/test/AutoGen.Gemini.Tests/GeminiMessageTests.cs index 1f9cbb2561..9b0c02287f 100644 --- a/dotnet/test/AutoGen.Gemini.Tests/GeminiMessageTests.cs +++ b/dotnet/test/AutoGen.Gemini.Tests/GeminiMessageTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.Gemini.Tests/GoogleGeminiClientTests.cs b/dotnet/test/AutoGen.Gemini.Tests/GoogleGeminiClientTests.cs index be51c2fc67..5fb82a911e 100644 --- a/dotnet/test/AutoGen.Gemini.Tests/GoogleGeminiClientTests.cs +++ b/dotnet/test/AutoGen.Gemini.Tests/GoogleGeminiClientTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.Gemini.Tests/SampleTests.cs b/dotnet/test/AutoGen.Gemini.Tests/SampleTests.cs index 461b2bcde6..18cd1536ed 100644 --- a/dotnet/test/AutoGen.Gemini.Tests/SampleTests.cs +++ b/dotnet/test/AutoGen.Gemini.Tests/SampleTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.Gemini.Tests/VertexGeminiClientTests.cs b/dotnet/test/AutoGen.Gemini.Tests/VertexGeminiClientTests.cs index abb09fb17a..8407bb6f89 100644 --- a/dotnet/test/AutoGen.Gemini.Tests/VertexGeminiClientTests.cs +++ b/dotnet/test/AutoGen.Gemini.Tests/VertexGeminiClientTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.Mistral.Tests/MistralClientAgentTests.cs b/dotnet/test/AutoGen.Mistral.Tests/MistralClientAgentTests.cs index 5995212a16..d63ac6cd18 100644 --- a/dotnet/test/AutoGen.Mistral.Tests/MistralClientAgentTests.cs +++ b/dotnet/test/AutoGen.Mistral.Tests/MistralClientAgentTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.Mistral.Tests/MistralClientTests.cs b/dotnet/test/AutoGen.Mistral.Tests/MistralClientTests.cs index 8d8a93e192..03dbed3bac 100644 --- a/dotnet/test/AutoGen.Mistral.Tests/MistralClientTests.cs +++ b/dotnet/test/AutoGen.Mistral.Tests/MistralClientTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.Ollama.Tests/OllamaAgentTests.cs b/dotnet/test/AutoGen.Ollama.Tests/OllamaAgentTests.cs index 50d212a74c..74f953b51f 100644 --- a/dotnet/test/AutoGen.Ollama.Tests/OllamaAgentTests.cs +++ b/dotnet/test/AutoGen.Ollama.Tests/OllamaAgentTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.Ollama.Tests/OllamaMessageTests.cs b/dotnet/test/AutoGen.Ollama.Tests/OllamaMessageTests.cs index 03d7e2f89f..d6fa29f10b 100644 --- a/dotnet/test/AutoGen.Ollama.Tests/OllamaMessageTests.cs +++ b/dotnet/test/AutoGen.Ollama.Tests/OllamaMessageTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.Ollama.Tests/OllamaTextEmbeddingServiceTests.cs b/dotnet/test/AutoGen.Ollama.Tests/OllamaTextEmbeddingServiceTests.cs index 422dad16f1..5272c18ab2 100644 --- a/dotnet/test/AutoGen.Ollama.Tests/OllamaTextEmbeddingServiceTests.cs +++ b/dotnet/test/AutoGen.Ollama.Tests/OllamaTextEmbeddingServiceTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.OpenAI.V1.Tests/GlobalUsing.cs b/dotnet/test/AutoGen.OpenAI.V1.Tests/GlobalUsing.cs index 213835ff4e..7b2627079c 100644 --- a/dotnet/test/AutoGen.OpenAI.V1.Tests/GlobalUsing.cs +++ b/dotnet/test/AutoGen.OpenAI.V1.Tests/GlobalUsing.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.OpenAI.V1.Tests/MathClassTest.cs b/dotnet/test/AutoGen.OpenAI.V1.Tests/MathClassTest.cs index dee2e46cb9..6167ca26c5 100644 --- a/dotnet/test/AutoGen.OpenAI.V1.Tests/MathClassTest.cs +++ b/dotnet/test/AutoGen.OpenAI.V1.Tests/MathClassTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.OpenAI.V1.Tests/OpenAIChatAgentTest.cs b/dotnet/test/AutoGen.OpenAI.V1.Tests/OpenAIChatAgentTest.cs index 8066bd0de6..74e74985a6 100644 --- a/dotnet/test/AutoGen.OpenAI.V1.Tests/OpenAIChatAgentTest.cs +++ b/dotnet/test/AutoGen.OpenAI.V1.Tests/OpenAIChatAgentTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.OpenAI.V1.Tests/OpenAIMessageTests.cs b/dotnet/test/AutoGen.OpenAI.V1.Tests/OpenAIMessageTests.cs index 9d0f7c595d..c3e69bbf6c 100644 --- a/dotnet/test/AutoGen.OpenAI.V1.Tests/OpenAIMessageTests.cs +++ b/dotnet/test/AutoGen.OpenAI.V1.Tests/OpenAIMessageTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.SemanticKernel.Tests/KernelFunctionExtensionTests.cs b/dotnet/test/AutoGen.SemanticKernel.Tests/KernelFunctionExtensionTests.cs index ec45b7c50b..3f2441408f 100644 --- a/dotnet/test/AutoGen.SemanticKernel.Tests/KernelFunctionExtensionTests.cs +++ b/dotnet/test/AutoGen.SemanticKernel.Tests/KernelFunctionExtensionTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.SemanticKernel.Tests/KernelFunctionMiddlewareTests.cs b/dotnet/test/AutoGen.SemanticKernel.Tests/KernelFunctionMiddlewareTests.cs index ae0010cccd..d08e54f768 100644 --- a/dotnet/test/AutoGen.SemanticKernel.Tests/KernelFunctionMiddlewareTests.cs +++ b/dotnet/test/AutoGen.SemanticKernel.Tests/KernelFunctionMiddlewareTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.SemanticKernel.Tests/SemanticKernelAgentTest.cs b/dotnet/test/AutoGen.SemanticKernel.Tests/SemanticKernelAgentTest.cs index 060843f9f9..c816921e31 100644 --- a/dotnet/test/AutoGen.SemanticKernel.Tests/SemanticKernelAgentTest.cs +++ b/dotnet/test/AutoGen.SemanticKernel.Tests/SemanticKernelAgentTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.SourceGenerator.Tests/FilescopeNamespaceFunctionExample.cs b/dotnet/test/AutoGen.SourceGenerator.Tests/FilescopeNamespaceFunctionExample.cs index dc2a1130b3..37580f9569 100644 --- a/dotnet/test/AutoGen.SourceGenerator.Tests/FilescopeNamespaceFunctionExample.cs +++ b/dotnet/test/AutoGen.SourceGenerator.Tests/FilescopeNamespaceFunctionExample.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.SourceGenerator.Tests/FunctionCallTemplateEncodingTests.cs b/dotnet/test/AutoGen.SourceGenerator.Tests/FunctionCallTemplateEncodingTests.cs index 3c2603458f..e31ad9020b 100644 --- a/dotnet/test/AutoGen.SourceGenerator.Tests/FunctionCallTemplateEncodingTests.cs +++ b/dotnet/test/AutoGen.SourceGenerator.Tests/FunctionCallTemplateEncodingTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.SourceGenerator.Tests/FunctionCallTemplateTests.cs b/dotnet/test/AutoGen.SourceGenerator.Tests/FunctionCallTemplateTests.cs index 3d0ffa0d84..28fe151177 100644 --- a/dotnet/test/AutoGen.SourceGenerator.Tests/FunctionCallTemplateTests.cs +++ b/dotnet/test/AutoGen.SourceGenerator.Tests/FunctionCallTemplateTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.SourceGenerator.Tests/FunctionExample.test.cs b/dotnet/test/AutoGen.SourceGenerator.Tests/FunctionExample.test.cs index bd233a5d2b..adddd887f2 100644 --- a/dotnet/test/AutoGen.SourceGenerator.Tests/FunctionExample.test.cs +++ b/dotnet/test/AutoGen.SourceGenerator.Tests/FunctionExample.test.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.SourceGenerator.Tests/FunctionExamples.cs b/dotnet/test/AutoGen.SourceGenerator.Tests/FunctionExamples.cs index 6cd5205b0b..0a8f62870e 100644 --- a/dotnet/test/AutoGen.SourceGenerator.Tests/FunctionExamples.cs +++ b/dotnet/test/AutoGen.SourceGenerator.Tests/FunctionExamples.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.SourceGenerator.Tests/TopLevelStatementFunctionExample.cs b/dotnet/test/AutoGen.SourceGenerator.Tests/TopLevelStatementFunctionExample.cs index a7252a1d17..dad4b0612c 100644 --- a/dotnet/test/AutoGen.SourceGenerator.Tests/TopLevelStatementFunctionExample.cs +++ b/dotnet/test/AutoGen.SourceGenerator.Tests/TopLevelStatementFunctionExample.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.Test.Share/Attribute/EnvironmentSpecificFactAttribute.cs b/dotnet/test/AutoGen.Test.Share/Attribute/EnvironmentSpecificFactAttribute.cs index 4b5058f049..aa6a5397a7 100644 --- a/dotnet/test/AutoGen.Test.Share/Attribute/EnvironmentSpecificFactAttribute.cs +++ b/dotnet/test/AutoGen.Test.Share/Attribute/EnvironmentSpecificFactAttribute.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.Test.Share/Attribute/OpenAIFact.cs b/dotnet/test/AutoGen.Test.Share/Attribute/OpenAIFact.cs index dd8150b71a..b13029066a 100644 --- a/dotnet/test/AutoGen.Test.Share/Attribute/OpenAIFact.cs +++ b/dotnet/test/AutoGen.Test.Share/Attribute/OpenAIFact.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.Test.Share/EchoAgent.cs b/dotnet/test/AutoGen.Test.Share/EchoAgent.cs index 4279e8d1cc..0c9b0d1cc6 100644 --- a/dotnet/test/AutoGen.Test.Share/EchoAgent.cs +++ b/dotnet/test/AutoGen.Test.Share/EchoAgent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.Tests/BasicSampleTest.cs b/dotnet/test/AutoGen.Tests/BasicSampleTest.cs index 1d2101b517..31cfaa3074 100644 --- a/dotnet/test/AutoGen.Tests/BasicSampleTest.cs +++ b/dotnet/test/AutoGen.Tests/BasicSampleTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.Tests/GlobalUsing.cs b/dotnet/test/AutoGen.Tests/GlobalUsing.cs index 213835ff4e..7b2627079c 100644 --- a/dotnet/test/AutoGen.Tests/GlobalUsing.cs +++ b/dotnet/test/AutoGen.Tests/GlobalUsing.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.Tests/GroupChat/GraphTests.cs b/dotnet/test/AutoGen.Tests/GroupChat/GraphTests.cs index c854bacf20..2df690b4b3 100644 --- a/dotnet/test/AutoGen.Tests/GroupChat/GraphTests.cs +++ b/dotnet/test/AutoGen.Tests/GroupChat/GraphTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.Tests/GroupChat/GroupChatTests.cs b/dotnet/test/AutoGen.Tests/GroupChat/GroupChatTests.cs index ac4e50bf9c..2afb587227 100644 --- a/dotnet/test/AutoGen.Tests/GroupChat/GroupChatTests.cs +++ b/dotnet/test/AutoGen.Tests/GroupChat/GroupChatTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.Tests/ImageMessageTests.cs b/dotnet/test/AutoGen.Tests/ImageMessageTests.cs index 81c7c9846d..d9540d887c 100644 --- a/dotnet/test/AutoGen.Tests/ImageMessageTests.cs +++ b/dotnet/test/AutoGen.Tests/ImageMessageTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.Tests/MiddlewareAgentTest.cs b/dotnet/test/AutoGen.Tests/MiddlewareAgentTest.cs index 72d7a39bcb..cd55eb79e6 100644 --- a/dotnet/test/AutoGen.Tests/MiddlewareAgentTest.cs +++ b/dotnet/test/AutoGen.Tests/MiddlewareAgentTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.Tests/MiddlewareTest.cs b/dotnet/test/AutoGen.Tests/MiddlewareTest.cs index 8c8229962b..f0b9e30641 100644 --- a/dotnet/test/AutoGen.Tests/MiddlewareTest.cs +++ b/dotnet/test/AutoGen.Tests/MiddlewareTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.Tests/Orchestrator/RolePlayOrchestratorTests.cs b/dotnet/test/AutoGen.Tests/Orchestrator/RolePlayOrchestratorTests.cs index 6bc4a6f8aa..eca7c002fb 100644 --- a/dotnet/test/AutoGen.Tests/Orchestrator/RolePlayOrchestratorTests.cs +++ b/dotnet/test/AutoGen.Tests/Orchestrator/RolePlayOrchestratorTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.Tests/Orchestrator/RoundRobinOrchestratorTests.cs b/dotnet/test/AutoGen.Tests/Orchestrator/RoundRobinOrchestratorTests.cs index 5e7de14711..ab88617417 100644 --- a/dotnet/test/AutoGen.Tests/Orchestrator/RoundRobinOrchestratorTests.cs +++ b/dotnet/test/AutoGen.Tests/Orchestrator/RoundRobinOrchestratorTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.Tests/Orchestrator/WorkflowOrchestratorTests.cs b/dotnet/test/AutoGen.Tests/Orchestrator/WorkflowOrchestratorTests.cs index 41338c20af..145fc004e1 100644 --- a/dotnet/test/AutoGen.Tests/Orchestrator/WorkflowOrchestratorTests.cs +++ b/dotnet/test/AutoGen.Tests/Orchestrator/WorkflowOrchestratorTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.Tests/SingleAgentTest.cs b/dotnet/test/AutoGen.Tests/SingleAgentTest.cs index 0ee6842548..24412421a3 100644 --- a/dotnet/test/AutoGen.Tests/SingleAgentTest.cs +++ b/dotnet/test/AutoGen.Tests/SingleAgentTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). @@ -77,7 +77,7 @@ public async Task GPTAgentVisionTestAsync() { nameof(GetHighestLabel), this.GetHighestLabelWrapper }, }); - var imageUri = new Uri(@"https://autogenhub.github.io/autogen/assets/images/level2algebra-659ba95286432d9945fc89e84d606797.png"); + var imageUri = new Uri(@"https://ag2labs.github.io/autogen/assets/images/level2algebra-659ba95286432d9945fc89e84d606797.png"); var oaiMessage = new ChatRequestUserMessage( new ChatMessageTextContentItem("which label has the highest inference cost"), new ChatMessageImageContentItem(imageUri)); diff --git a/dotnet/test/AutoGen.Tests/TwoAgentTest.cs b/dotnet/test/AutoGen.Tests/TwoAgentTest.cs index b8cf282690..a668f799fc 100644 --- a/dotnet/test/AutoGen.Tests/TwoAgentTest.cs +++ b/dotnet/test/AutoGen.Tests/TwoAgentTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.Tests/WorkflowTest.cs b/dotnet/test/AutoGen.Tests/WorkflowTest.cs index c1f44ef1e8..e909ba3985 100644 --- a/dotnet/test/AutoGen.Tests/WorkflowTest.cs +++ b/dotnet/test/AutoGen.Tests/WorkflowTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.WebAPI.Tests/EchoAgent.cs b/dotnet/test/AutoGen.WebAPI.Tests/EchoAgent.cs index 7db2dd07ec..5136af27b3 100644 --- a/dotnet/test/AutoGen.WebAPI.Tests/EchoAgent.cs +++ b/dotnet/test/AutoGen.WebAPI.Tests/EchoAgent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/test/AutoGen.WebAPI.Tests/OpenAIChatCompletionMiddlewareTests.cs b/dotnet/test/AutoGen.WebAPI.Tests/OpenAIChatCompletionMiddlewareTests.cs index cb3b47c380..090616351d 100644 --- a/dotnet/test/AutoGen.WebAPI.Tests/OpenAIChatCompletionMiddlewareTests.cs +++ b/dotnet/test/AutoGen.WebAPI.Tests/OpenAIChatCompletionMiddlewareTests.cs @@ -1,10 +1,10 @@ -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). // Portions derived from https://github.com/microsoft/autogen under the MIT License. // SPDX-License-Identifier: MIT -// Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +// Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs // SPDX-License-Identifier: Apache-2.0 // Contributions to this project, i.e., https://github.com/ag2labs/ag2, // are licensed under the Apache License, Version 2.0 (Apache-2.0). diff --git a/dotnet/website/toc.yml b/dotnet/website/toc.yml index 6c7642b8fe..42970f5abb 100644 --- a/dotnet/website/toc.yml +++ b/dotnet/website/toc.yml @@ -17,4 +17,4 @@ dropdown: true items: - name: Python - href: https://autogenhub.github.io/autogen/ + href: https://ag2labs.github.io/autogen/ diff --git a/notebook/JSON_mode_example.ipynb b/notebook/JSON_mode_example.ipynb index d56bc55bb6..8a79d6c702 100644 --- a/notebook/JSON_mode_example.ipynb +++ b/notebook/JSON_mode_example.ipynb @@ -19,7 +19,7 @@ "\n", "\n", "Please find documentation about this feature in OpenAI [here](https://platform.openai.com/docs/guides/text-generation/json-mode).\n", - "More information about Agent Descriptions is located [here](https://autogenhub.github.io/autogen/blog/2023/12/29/AgentDescriptions/)\n", + "More information about Agent Descriptions is located [here](https://ag2labs.github.io/autogen/blog/2023/12/29/AgentDescriptions/)\n", "\n", "Benefits\n", "- This contribution provides a method to implement precise speaker transitions based on content of the input message. The example can prevent Prompt hacks that use coersive language.\n", diff --git a/notebook/agentchat_MathChat.ipynb b/notebook/agentchat_MathChat.ipynb index cef6d2a109..422da82d19 100644 --- a/notebook/agentchat_MathChat.ipynb +++ b/notebook/agentchat_MathChat.ipynb @@ -7,9 +7,9 @@ "source": [ "# Auto Generated Agent Chat: Using MathChat to Solve Math Problems\n", "\n", - "AutoGen offers conversable agents powered by LLM, tool or human, which can be used to perform tasks collectively via automated chat. This framework allows tool use and human participation through multi-agent conversation. Please find documentation about this feature [here](https://autogenhub.github.io/autogen/docs/Use-Cases/agent_chat).\n", + "AutoGen offers conversable agents powered by LLM, tool or human, which can be used to perform tasks collectively via automated chat. This framework allows tool use and human participation through multi-agent conversation. Please find documentation about this feature [here](https://ag2labs.github.io/autogen/docs/Use-Cases/agent_chat).\n", "\n", - "MathChat is an experimental conversational framework for math problem solving. In this notebook, we demonstrate how to use MathChat to solve math problems. MathChat uses the `AssistantAgent` and `MathUserProxyAgent`, which is similar to the usage of `AssistantAgent` and `UserProxyAgent` in other notebooks (e.g., [Automated Task Solving with Code Generation, Execution & Debugging](https://github.com/ag2labs/ag2/blob/main/notebook/agentchat_auto_feedback_from_code_execution.ipynb)). Essentially, `MathUserProxyAgent` implements a different auto reply mechanism corresponding to the MathChat prompts. You can find more details in the paper [An Empirical Study on Challenging Math Problem Solving with GPT-4](https://arxiv.org/abs/2306.01337) or the [blogpost](https://autogenhub.github.io/autogen/blog/2023/06/28/MathChat).\n", + "MathChat is an experimental conversational framework for math problem solving. In this notebook, we demonstrate how to use MathChat to solve math problems. MathChat uses the `AssistantAgent` and `MathUserProxyAgent`, which is similar to the usage of `AssistantAgent` and `UserProxyAgent` in other notebooks (e.g., [Automated Task Solving with Code Generation, Execution & Debugging](https://github.com/ag2labs/ag2/blob/main/notebook/agentchat_auto_feedback_from_code_execution.ipynb)). Essentially, `MathUserProxyAgent` implements a different auto reply mechanism corresponding to the MathChat prompts. You can find more details in the paper [An Empirical Study on Challenging Math Problem Solving with GPT-4](https://arxiv.org/abs/2306.01337) or the [blogpost](https://ag2labs.github.io/autogen/blog/2023/06/28/MathChat).\n", "\n", "````{=mdx}\n", ":::info Requirements\n", @@ -31,7 +31,7 @@ "source": [ "## Set your API Endpoint\n", "\n", - "The [`config_list_from_json`](https://autogenhub.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file.\n" + "The [`config_list_from_json`](https://ag2labs.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file.\n" ] }, { diff --git a/notebook/agentchat_RetrieveChat.ipynb b/notebook/agentchat_RetrieveChat.ipynb index 6dbba4e16e..0eb172a869 100644 --- a/notebook/agentchat_RetrieveChat.ipynb +++ b/notebook/agentchat_RetrieveChat.ipynb @@ -8,7 +8,7 @@ "# Using RetrieveChat for Retrieve Augmented Code Generation and Question Answering\n", "\n", "AutoGen offers conversable agents powered by LLM, tool or human, which can be used to perform tasks collectively via automated chat. This framework allows tool use and human participation through multi-agent conversation.\n", - "Please find documentation about this feature [here](https://autogenhub.github.io/autogen/docs/Use-Cases/agent_chat).\n", + "Please find documentation about this feature [here](https://ag2labs.github.io/autogen/docs/Use-Cases/agent_chat).\n", "\n", "RetrieveChat is a conversational system for retrieval-augmented code generation and question answering. In this notebook, we demonstrate how to utilize RetrieveChat to generate code and answer questions based on customized documentations that are not present in the LLM's training dataset. RetrieveChat uses the `AssistantAgent` and `RetrieveUserProxyAgent`, which is similar to the usage of `AssistantAgent` and `UserProxyAgent` in other notebooks (e.g., [Automated Task Solving with Code Generation, Execution & Debugging](https://github.com/ag2labs/ag2/blob/main/notebook/agentchat_auto_feedback_from_code_execution.ipynb)). Essentially, `RetrieveUserProxyAgent` implement a different auto-reply mechanism corresponding to the RetrieveChat prompts.\n", "\n", @@ -43,7 +43,7 @@ "source": [ "## Set your API Endpoint\n", "\n", - "The [`config_list_from_json`](https://autogenhub.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file.\n" + "The [`config_list_from_json`](https://ag2labs.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file.\n" ] }, { @@ -141,8 +141,8 @@ ")\n", "\n", "# 2. create the RetrieveUserProxyAgent instance named \"ragproxyagent\"\n", - "# Refer to https://autogenhub.github.io/autogen/docs/reference/agentchat/contrib/retrieve_user_proxy_agent\n", - "# and https://autogenhub.github.io/autogen/docs/reference/agentchat/contrib/vectordb/chromadb\n", + "# Refer to https://ag2labs.github.io/autogen/docs/reference/agentchat/contrib/retrieve_user_proxy_agent\n", + "# and https://ag2labs.github.io/autogen/docs/reference/agentchat/contrib/vectordb/chromadb\n", "# for more information on the RetrieveUserProxyAgent and ChromaVectorDB\n", "ragproxyagent = RetrieveUserProxyAgent(\n", " name=\"ragproxyagent\",\n", diff --git a/notebook/agentchat_RetrieveChat_mongodb.ipynb b/notebook/agentchat_RetrieveChat_mongodb.ipynb index 19d0787243..8bc3d7688f 100644 --- a/notebook/agentchat_RetrieveChat_mongodb.ipynb +++ b/notebook/agentchat_RetrieveChat_mongodb.ipynb @@ -8,7 +8,7 @@ "# Using RetrieveChat Powered by MongoDB Atlas for Retrieve Augmented Code Generation and Question Answering\n", "\n", "AutoGen offers conversable agents powered by LLM, tool or human, which can be used to perform tasks collectively via automated chat. This framework allows tool use and human participation through multi-agent conversation.\n", - "Please find documentation about this feature [here](https://autogenhub.github.io/autogen/docs/Use-Cases/agent_chat).\n", + "Please find documentation about this feature [here](https://ag2labs.github.io/autogen/docs/Use-Cases/agent_chat).\n", "\n", "RetrieveChat is a conversational system for retrieval-augmented code generation and question answering. In this notebook, we demonstrate how to utilize RetrieveChat to generate code and answer questions based on customized documentations that are not present in the LLM's training dataset. RetrieveChat uses the `AssistantAgent` and `RetrieveUserProxyAgent`, which is similar to the usage of `AssistantAgent` and `UserProxyAgent` in other notebooks (e.g., [Automated Task Solving with Code Generation, Execution & Debugging](https://github.com/ag2labs/ag2/blob/main/notebook/agentchat_auto_feedback_from_code_execution.ipynb)). Essentially, `RetrieveUserProxyAgent` implement a different auto-reply mechanism corresponding to the RetrieveChat prompts.\n", "\n", @@ -123,8 +123,8 @@ ")\n", "\n", "# 2. create the RetrieveUserProxyAgent instance named \"ragproxyagent\"\n", - "# Refer to https://autogenhub.github.io/autogen/docs/reference/agentchat/contrib/retrieve_user_proxy_agent\n", - "# and https://autogenhub.github.io/autogen/docs/reference/agentchat/contrib/vectordb/mongodb\n", + "# Refer to https://ag2labs.github.io/autogen/docs/reference/agentchat/contrib/retrieve_user_proxy_agent\n", + "# and https://ag2labs.github.io/autogen/docs/reference/agentchat/contrib/vectordb/mongodb\n", "# for more information on the RetrieveUserProxyAgent and MongoDBAtlasVectorDB\n", "ragproxyagent = RetrieveUserProxyAgent(\n", " name=\"ragproxyagent\",\n", diff --git a/notebook/agentchat_RetrieveChat_pgvector.ipynb b/notebook/agentchat_RetrieveChat_pgvector.ipynb index bbf2bca5e1..79f8ec07a3 100644 --- a/notebook/agentchat_RetrieveChat_pgvector.ipynb +++ b/notebook/agentchat_RetrieveChat_pgvector.ipynb @@ -8,7 +8,7 @@ "# Using RetrieveChat Powered by PGVector for Retrieve Augmented Code Generation and Question Answering\n", "\n", "AutoGen offers conversable agents powered by LLM, tool or human, which can be used to perform tasks collectively via automated chat. This framework allows tool use and human participation through multi-agent conversation.\n", - "Please find documentation about this feature [here](https://autogenhub.github.io/autogen/docs/Use-Cases/agent_chat).\n", + "Please find documentation about this feature [here](https://ag2labs.github.io/autogen/docs/Use-Cases/agent_chat).\n", "\n", "RetrieveChat is a conversational system for retrieval-augmented code generation and question answering. In this notebook, we demonstrate how to utilize RetrieveChat to generate code and answer questions based on customized documentations that are not present in the LLM's training dataset. RetrieveChat uses the `AssistantAgent` and `RetrieveUserProxyAgent`, which is similar to the usage of `AssistantAgent` and `UserProxyAgent` in other notebooks (e.g., [Automated Task Solving with Code Generation, Execution & Debugging](https://github.com/ag2labs/ag2/blob/main/notebook/agentchat_auto_feedback_from_code_execution.ipynb)). Essentially, `RetrieveUserProxyAgent` implement a different auto-reply mechanism corresponding to the RetrieveChat prompts.\n", "\n", @@ -67,7 +67,7 @@ "source": [ "## Set your API Endpoint\n", "\n", - "The [`config_list_from_json`](https://autogenhub.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file.\n" + "The [`config_list_from_json`](https://ag2labs.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file.\n" ] }, { @@ -175,8 +175,8 @@ "sentence_transformer_ef = SentenceTransformer(\"all-distilroberta-v1\").encode\n", "\n", "# 2. create the RetrieveUserProxyAgent instance named \"ragproxyagent\"\n", - "# Refer to https://autogenhub.github.io/autogen/docs/reference/agentchat/contrib/retrieve_user_proxy_agent\n", - "# and https://autogenhub.github.io/autogen/docs/reference/agentchat/contrib/vectordb/pgvectordb\n", + "# Refer to https://ag2labs.github.io/autogen/docs/reference/agentchat/contrib/retrieve_user_proxy_agent\n", + "# and https://ag2labs.github.io/autogen/docs/reference/agentchat/contrib/vectordb/pgvectordb\n", "# for more information on the RetrieveUserProxyAgent and PGVectorDB\n", "ragproxyagent = RetrieveUserProxyAgent(\n", " name=\"ragproxyagent\",\n", diff --git a/notebook/agentchat_RetrieveChat_qdrant.ipynb b/notebook/agentchat_RetrieveChat_qdrant.ipynb index 9add9cee9b..19538f1f8b 100644 --- a/notebook/agentchat_RetrieveChat_qdrant.ipynb +++ b/notebook/agentchat_RetrieveChat_qdrant.ipynb @@ -53,7 +53,7 @@ "source": [ "## Set your API Endpoint\n", "\n", - "The [`config_list_from_json`](https://autogenhub.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file.\n" + "The [`config_list_from_json`](https://ag2labs.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file.\n" ] }, { @@ -167,8 +167,8 @@ "client = QdrantClient(\":memory:\")\n", "\n", "# 2. create the RetrieveUserProxyAgent instance named \"ragproxyagent\"\n", - "# Refer to https://autogenhub.github.io/autogen/docs/reference/agentchat/contrib/retrieve_user_proxy_agent\n", - "# and https://autogenhub.github.io/autogen/docs/reference/agentchat/contrib/vectordb/qdrant\n", + "# Refer to https://ag2labs.github.io/autogen/docs/reference/agentchat/contrib/retrieve_user_proxy_agent\n", + "# and https://ag2labs.github.io/autogen/docs/reference/agentchat/contrib/vectordb/qdrant\n", "# for more information on the RetrieveUserProxyAgent and QdrantVectorDB\n", "ragproxyagent = RetrieveUserProxyAgent(\n", " name=\"ragproxyagent\",\n", @@ -177,8 +177,8 @@ " retrieve_config={\n", " \"task\": \"code\",\n", " \"docs_path\": [\n", - " \"https://raw.githubusercontent.com/autogenhub/flaml/main/README.md\",\n", - " \"https://raw.githubusercontent.com/autogenhub/FLAML/main/website/docs/Research.md\",\n", + " \"https://raw.githubusercontent.com/ag2labs/flaml/main/README.md\",\n", + " \"https://raw.githubusercontent.com/ag2labs/FLAML/main/website/docs/Research.md\",\n", " ], # change this to your own path, such as https://raw.githubusercontent.com/ag2labs/ag2/main/README.md\n", " \"chunk_token_size\": 2000,\n", " \"model\": config_list[0][\"model\"],\n", @@ -276,13 +276,13 @@ "
\n", "

\n", "\n", - ":fire: Heads-up: We have migrated [AutoGen](https://autogenhub.github.io/autogen/) into a dedicated [github repository](https://github.com/ag2labs/ag2). Alongside this move, we have also launched a dedicated [Discord](https://discord.gg/pAbnFJrkgZ) server and a [website](https://autogenhub.github.io/autogen/) for comprehensive documentation.\n", + ":fire: Heads-up: We have migrated [AutoGen](https://ag2labs.github.io/autogen/) into a dedicated [github repository](https://github.com/ag2labs/ag2). Alongside this move, we have also launched a dedicated [Discord](https://discord.gg/pAbnFJrkgZ) server and a [website](https://ag2labs.github.io/autogen/) for comprehensive documentation.\n", "\n", - ":fire: The automated multi-agent chat framework in [AutoGen](https://autogenhub.github.io/autogen/) is in preview from v2.0.0.\n", + ":fire: The automated multi-agent chat framework in [AutoGen](https://ag2labs.github.io/autogen/) is in preview from v2.0.0.\n", "\n", ":fire: FLAML is highlighted in OpenAI's [cookbook](https://github.com/openai/openai-cookbook#related-resources-from-around-the-web).\n", "\n", - ":fire: [autogen](https://autogenhub.github.io/autogen/) is released with support for ChatGPT and GPT-4, based on [Cost-Effective Hyperparameter Optimization for Large Language Model Generation Inference](https://arxiv.org/abs/2303.04673).\n", + ":fire: [autogen](https://ag2labs.github.io/autogen/) is released with support for ChatGPT and GPT-4, based on [Cost-Effective Hyperparameter Optimization for Large Language Model Generation Inference](https://arxiv.org/abs/2303.04673).\n", "\n", ":fire: FLAML supports Code-First AutoML & Tuning – Private Preview in [Microsoft Fabric Data Science](https://learn.microsoft.com/en-us/fabric/data-science/).\n", "\n", @@ -308,7 +308,7 @@ "pip install flaml\n", "```\n", "\n", - "Minimal dependencies are installed without extra options. You can install extra options based on the feature you need. For example, use the following to install the dependencies needed by the [`autogen`](https://autogenhub.github.io/autogen/) package.\n", + "Minimal dependencies are installed without extra options. You can install extra options based on the feature you need. For example, use the following to install the dependencies needed by the [`autogen`](https://ag2labs.github.io/autogen/) package.\n", "\n", "```bash\n", "pip install \"flaml[autogen]\"\n", @@ -319,7 +319,7 @@ "\n", "## Quickstart\n", "\n", - "- (New) The [autogen](https://autogenhub.github.io/autogen/) package enables the next-gen GPT-X applications with a generic multi-agent conversation framework.\n", + "- (New) The [autogen](https://ag2labs.github.io/autogen/) package enables the next-gen GPT-X applications with a generic multi-agent conversation framework.\n", " It offers customizable and conversable agents which integrate LLMs, tools and human.\n", " By automating chat among multiple capable agents, one can easily make them collectively perform tasks autonomously or with human feedback, including tasks that require using tools via code. For example,\n", "\n", diff --git a/notebook/agentchat_agentoptimizer.ipynb b/notebook/agentchat_agentoptimizer.ipynb index ac9a2bf3e4..56fbc69bf3 100644 --- a/notebook/agentchat_agentoptimizer.ipynb +++ b/notebook/agentchat_agentoptimizer.ipynb @@ -7,7 +7,7 @@ "# AgentOptimizer: An Agentic Way to Train Your LLM Agent\n", "\n", "AutoGen offers conversable agents powered by LLM, tool, or human, which can be used to perform tasks collectively via automated chat. This framework allows tool use and human participation through multi-agent conversation.\n", - "Please find documentation about this feature [here](https://autogenhub.github.io/autogen/docs/Use-Cases/agent_chat).\n", + "Please find documentation about this feature [here](https://ag2labs.github.io/autogen/docs/Use-Cases/agent_chat).\n", "\n", "In traditional ML pipeline, we train a model by updating its parameter according to the loss on the training set, while in the era of LLM agents, how should we train an agent? Here, we take an initial step towards the agent training. Inspired by the [function calling](https://platform.openai.com/docs/guides/function-calling) capabilities provided by OpenAI, we draw an analogy between model parameters and agent functions/skills, and update agent’s functions/skills based on its historical performance on the training set. As an agentic way of training an agent, our approach help enhance the agents’ abilities without requiring access to the LLMs parameters.\n", "\n", diff --git a/notebook/agentchat_cost_token_tracking.ipynb b/notebook/agentchat_cost_token_tracking.ipynb index f805d7bf34..a19bf8073e 100644 --- a/notebook/agentchat_cost_token_tracking.ipynb +++ b/notebook/agentchat_cost_token_tracking.ipynb @@ -53,7 +53,7 @@ "source": [ "## Set your API Endpoint\n", "\n", - "The [`config_list_from_json`](https://autogenhub.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file.\n" + "The [`config_list_from_json`](https://ag2labs.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file.\n" ] }, { diff --git a/notebook/agentchat_custom_model.ipynb b/notebook/agentchat_custom_model.ipynb index fa91959cf9..f8d0f590cc 100644 --- a/notebook/agentchat_custom_model.ipynb +++ b/notebook/agentchat_custom_model.ipynb @@ -210,7 +210,7 @@ "source": [ "## Set your API Endpoint\n", "\n", - "The [`config_list_from_json`](https://autogenhub.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file.\n", + "The [`config_list_from_json`](https://ag2labs.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file.\n", "\n", "It first looks for an environment variable of a specified name (\"OAI_CONFIG_LIST\" in this example), which needs to be a valid json string. If that variable is not found, it looks for a json file with the same name. It filters the configs by models (you can filter by other keys as well).\n", "\n", diff --git a/notebook/agentchat_databricks_dbrx.ipynb b/notebook/agentchat_databricks_dbrx.ipynb index 37d4be93ad..457394197c 100644 --- a/notebook/agentchat_databricks_dbrx.ipynb +++ b/notebook/agentchat_databricks_dbrx.ipynb @@ -10,7 +10,7 @@ "\n", "In March 2024, Databricks released [DBRX](https://www.databricks.com/blog/introducing-dbrx-new-state-art-open-llm), a general-purpose LLM that sets a new standard for open LLMs. While available as an open-source model on Hugging Face ([databricks/dbrx-instruct](https://huggingface.co/databricks/dbrx-instruct/tree/main) and [databricks/dbrx-base](https://huggingface.co/databricks/dbrx-base) ), customers of Databricks can also tap into the [Foundation Model APIs](https://docs.databricks.com/en/machine-learning/model-serving/score-foundation-models.html#query-a-chat-completion-model), which make DBRX available through an OpenAI-compatible, autoscaling REST API.\n", "\n", - "[Autogen](https://autogenhub.github.io/autogen/docs/Use-Cases/agent_chat) is becoming a popular standard for agent creation. Built to support any \"LLM as a service\" that implements the OpenAI SDK, it can easily be extended to integrate with powerful open source models. \n", + "[Autogen](https://ag2labs.github.io/autogen/docs/Use-Cases/agent_chat) is becoming a popular standard for agent creation. Built to support any \"LLM as a service\" that implements the OpenAI SDK, it can easily be extended to integrate with powerful open source models. \n", "\n", "This notebook will demonstrate a few basic examples of Autogen with DBRX, including the use of `AssistantAgent`, `UserProxyAgent`, and `ConversableAgent`. These demos are not intended to be exhaustive - feel free to use them as a base to build upon!\n", "\n", @@ -76,7 +76,7 @@ "source": [ "## Setup DBRX config list\n", "\n", - "See Autogen docs for more inforation on the use of `config_list`: [LLM Configuration](https://autogenhub.github.io/autogen/docs/topics/llm_configuration#why-is-it-a-list)" + "See Autogen docs for more inforation on the use of `config_list`: [LLM Configuration](https://ag2labs.github.io/autogen/docs/topics/llm_configuration#why-is-it-a-list)" ] }, { @@ -116,7 +116,7 @@ "source": [ "## Hello World Example\n", "\n", - "Our first example will be with a simple `UserProxyAgent` asking a question to an `AssistantAgent`. This is based on the tutorial demo [here](https://autogenhub.github.io/autogen/docs/tutorial/introduction).\n", + "Our first example will be with a simple `UserProxyAgent` asking a question to an `AssistantAgent`. This is based on the tutorial demo [here](https://ag2labs.github.io/autogen/docs/tutorial/introduction).\n", "\n", "After sending the question and seeing a response, you can type `exit` to end the chat or continue to converse." ] @@ -207,7 +207,7 @@ "source": [ "## Simple Coding Agent\n", "\n", - "In this example, we will implement a \"coding agent\" that can execute code. You will see how this code is run alongside your notebook in your current workspace, taking advantage of the performance benefits of Databricks clusters. This is based off the demo [here](https://autogenhub.github.io/autogen/docs/topics/non-openai-models/cloud-mistralai/).\n", + "In this example, we will implement a \"coding agent\" that can execute code. You will see how this code is run alongside your notebook in your current workspace, taking advantage of the performance benefits of Databricks clusters. This is based off the demo [here](https://ag2labs.github.io/autogen/docs/topics/non-openai-models/cloud-mistralai/).\n", "\n", "First, set up a directory: " ] @@ -430,7 +430,7 @@ "source": [ "## Conversable Bots\n", "\n", - "We can also implement the [two-agent chat pattern](https://autogenhub.github.io/autogen/docs/tutorial/conversation-patterns/#two-agent-chat-and-chat-result) using DBRX to \"talk to itself\" in a teacher/student exchange:" + "We can also implement the [two-agent chat pattern](https://ag2labs.github.io/autogen/docs/tutorial/conversation-patterns/#two-agent-chat-and-chat-result) using DBRX to \"talk to itself\" in a teacher/student exchange:" ] }, { @@ -498,7 +498,7 @@ "\n", "It can be useful to display chat logs to the notebook for debugging, and then persist those logs to a Delta table. The following section demonstrates how to extend the default AutoGen logging libraries.\n", "\n", - "First, we will implement a Python `class` that extends the capabilities of `autogen.runtime_logging` [docs](https://autogenhub.github.io/autogen/docs/notebooks/agentchat_logging):" + "First, we will implement a Python `class` that extends the capabilities of `autogen.runtime_logging` [docs](https://ag2labs.github.io/autogen/docs/notebooks/agentchat_logging):" ] }, { diff --git a/notebook/agentchat_function_call.ipynb b/notebook/agentchat_function_call.ipynb index e7b6db2db5..581147264b 100644 --- a/notebook/agentchat_function_call.ipynb +++ b/notebook/agentchat_function_call.ipynb @@ -8,7 +8,7 @@ "source": [ "# Auto Generated Agent Chat: Task Solving with Provided Tools as Functions\n", "\n", - "AutoGen offers conversable agents powered by LLM, tool, or human, which can be used to perform tasks collectively via automated chat. This framework allows tool use and human participation through multi-agent conversation. Please find documentation about this feature [here](https://autogenhub.github.io/autogen/docs/Use-Cases/agent_chat).\n", + "AutoGen offers conversable agents powered by LLM, tool, or human, which can be used to perform tasks collectively via automated chat. This framework allows tool use and human participation through multi-agent conversation. Please find documentation about this feature [here](https://ag2labs.github.io/autogen/docs/Use-Cases/agent_chat).\n", "\n", "In this notebook, we demonstrate how to use `AssistantAgent` and `UserProxyAgent` to make function calls with the new feature of OpenAI models (in model version 0613). A specified prompt and function configs must be passed to `AssistantAgent` to initialize the agent. The corresponding functions must be passed to `UserProxyAgent`, which will execute any function calls made by `AssistantAgent`. Besides this requirement of matching descriptions with functions, we recommend checking the system message in the `AssistantAgent` to ensure the instructions align with the function call descriptions.\n", "\n", @@ -38,7 +38,7 @@ "source": [ "## Set your API Endpoint\n", "\n", - "The [`config_list_from_json`](https://autogenhub.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file." + "The [`config_list_from_json`](https://ag2labs.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file." ] }, { diff --git a/notebook/agentchat_function_call_async.ipynb b/notebook/agentchat_function_call_async.ipynb index 77e0610d1e..65a2627692 100644 --- a/notebook/agentchat_function_call_async.ipynb +++ b/notebook/agentchat_function_call_async.ipynb @@ -14,7 +14,7 @@ "id": "9a71fa36", "metadata": {}, "source": [ - "AutoGen offers conversable agents powered by LLM, tool, or human, which can be used to perform tasks collectively via automated chat. This framework allows tool use and human participation through multi-agent conversation. Please find documentation about this feature [here](https://autogenhub.github.io/autogen/docs/Use-Cases/agent_chat).\n", + "AutoGen offers conversable agents powered by LLM, tool, or human, which can be used to perform tasks collectively via automated chat. This framework allows tool use and human participation through multi-agent conversation. Please find documentation about this feature [here](https://ag2labs.github.io/autogen/docs/Use-Cases/agent_chat).\n", "\n", "In this notebook, we demonstrate how to use `AssistantAgent` and `UserProxyAgent` to make function calls with the new feature of OpenAI models (in model version 0613). A specified prompt and function configs must be passed to `AssistantAgent` to initialize the agent. The corresponding functions must be passed to `UserProxyAgent`, which will execute any function calls made by `AssistantAgent`. Besides this requirement of matching descriptions with functions, we recommend checking the system message in the `AssistantAgent` to ensure the instructions align with the function call descriptions.\n", "\n", diff --git a/notebook/agentchat_function_call_currency_calculator.ipynb b/notebook/agentchat_function_call_currency_calculator.ipynb index 4c77a66e34..33f008f811 100644 --- a/notebook/agentchat_function_call_currency_calculator.ipynb +++ b/notebook/agentchat_function_call_currency_calculator.ipynb @@ -15,7 +15,7 @@ "id": "9a71fa36", "metadata": {}, "source": [ - "AutoGen offers conversable agents powered by LLM, tool, or human, which can be used to perform tasks collectively via automated chat. This framework allows tool use and human participation through multi-agent conversation. Please find documentation about this feature [here](https://autogenhub.github.io/autogen/docs/Use-Cases/agent_chat).\n", + "AutoGen offers conversable agents powered by LLM, tool, or human, which can be used to perform tasks collectively via automated chat. This framework allows tool use and human participation through multi-agent conversation. Please find documentation about this feature [here](https://ag2labs.github.io/autogen/docs/Use-Cases/agent_chat).\n", "\n", "In this notebook, we demonstrate how to use `AssistantAgent` and `UserProxyAgent` to make function calls with the new feature of OpenAI models (in model version 0613). A specified prompt and function configs must be passed to `AssistantAgent` to initialize the agent. The corresponding functions must be passed to `UserProxyAgent`, which will execute any function calls made by `AssistantAgent`. Besides this requirement of matching descriptions with functions, we recommend checking the system message in the `AssistantAgent` to ensure the instructions align with the function call descriptions.\n", "\n", @@ -45,7 +45,7 @@ "source": [ "## Set your API Endpoint\n", "\n", - "The [`config_list_from_json`](https://autogenhub.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file." + "The [`config_list_from_json`](https://ag2labs.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file." ] }, { diff --git a/notebook/agentchat_groupchat.ipynb b/notebook/agentchat_groupchat.ipynb index 11b1312ada..ad8ade28c8 100644 --- a/notebook/agentchat_groupchat.ipynb +++ b/notebook/agentchat_groupchat.ipynb @@ -8,9 +8,9 @@ "# Group Chat\n", "\n", "AutoGen offers conversable agents powered by LLM, tool or human, which can be used to perform tasks collectively via automated chat. This framework allows tool use and human participation through multi-agent conversation.\n", - "Please find documentation about this feature [here](https://autogenhub.github.io/autogen/docs/Use-Cases/agent_chat).\n", + "Please find documentation about this feature [here](https://ag2labs.github.io/autogen/docs/Use-Cases/agent_chat).\n", "\n", - "This notebook is modified based on https://github.com/autogenhub/FLAML/blob/4ea686af5c3e8ff24d9076a7a626c8b28ab5b1d7/notebook/autogen_multiagent_roleplay_chat.ipynb\n", + "This notebook is modified based on https://github.com/ag2labs/FLAML/blob/4ea686af5c3e8ff24d9076a7a626c8b28ab5b1d7/notebook/autogen_multiagent_roleplay_chat.ipynb\n", "\n", "````{=mdx}\n", ":::info Requirements\n", @@ -31,7 +31,7 @@ "source": [ "## Set your API Endpoint\n", "\n", - "The [`config_list_from_json`](https://autogenhub.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file." + "The [`config_list_from_json`](https://ag2labs.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file." ] }, { diff --git a/notebook/agentchat_groupchat_RAG.ipynb b/notebook/agentchat_groupchat_RAG.ipynb index 6a9e8c01b3..12bc95170a 100644 --- a/notebook/agentchat_groupchat_RAG.ipynb +++ b/notebook/agentchat_groupchat_RAG.ipynb @@ -8,7 +8,7 @@ "# Group Chat with Retrieval Augmented Generation\n", "\n", "AutoGen supports conversable agents powered by LLMs, tools, or humans, performing tasks collectively via automated chat. This framework allows tool use and human participation through multi-agent conversation.\n", - "Please find documentation about this feature [here](https://autogenhub.github.io/autogen/docs/Use-Cases/agent_chat).\n", + "Please find documentation about this feature [here](https://ag2labs.github.io/autogen/docs/Use-Cases/agent_chat).\n", "\n", "````{=mdx}\n", ":::info Requirements\n", @@ -30,7 +30,7 @@ "source": [ "## Set your API Endpoint\n", "\n", - "The [`config_list_from_json`](https://autogenhub.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file." + "The [`config_list_from_json`](https://ag2labs.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file." ] }, { diff --git a/notebook/agentchat_groupchat_customized.ipynb b/notebook/agentchat_groupchat_customized.ipynb index 2ffa24ede0..e94412b66a 100644 --- a/notebook/agentchat_groupchat_customized.ipynb +++ b/notebook/agentchat_groupchat_customized.ipynb @@ -8,7 +8,7 @@ "# Group Chat with Customized Speaker Selection Method\n", "\n", "AutoGen offers conversable agents powered by LLM, tool or human, which can be used to perform tasks collectively via automated chat. This framework allows tool use and human participation through multi-agent conversation.\n", - "Please find documentation about this feature [here](https://autogenhub.github.io/autogen/docs/Use-Cases/agent_chat).\n", + "Please find documentation about this feature [here](https://ag2labs.github.io/autogen/docs/Use-Cases/agent_chat).\n", "\n", "In this notebook, we demonstrate how to pass a cumstomized agent selection method to GroupChat. The customized function looks like this:\n", "\n", @@ -56,7 +56,7 @@ "source": [ "## Set your API Endpoint\n", "\n", - "The [`config_list_from_json`](https://autogenhub.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file." + "The [`config_list_from_json`](https://ag2labs.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file." ] }, { diff --git a/notebook/agentchat_groupchat_finite_state_machine.ipynb b/notebook/agentchat_groupchat_finite_state_machine.ipynb index d4291dd12f..e6f0e56bcd 100644 --- a/notebook/agentchat_groupchat_finite_state_machine.ipynb +++ b/notebook/agentchat_groupchat_finite_state_machine.ipynb @@ -8,7 +8,7 @@ "# FSM - User can input speaker transition constraints\n", "\n", "AutoGen offers conversable agents powered by LLM, tool, or human, which can be used to perform tasks collectively via automated chat. This framework allows tool use and human participation through multi-agent conversation.\n", - "Please find documentation about this feature [here](https://autogenhub.github.io/autogen/docs/Use-Cases/agent_chat).\n", + "Please find documentation about this feature [here](https://ag2labs.github.io/autogen/docs/Use-Cases/agent_chat).\n", "\n", "This notebook is about using graphs to define the transition paths amongst speakers.\n", "\n", diff --git a/notebook/agentchat_groupchat_research.ipynb b/notebook/agentchat_groupchat_research.ipynb index a60b89c3ab..45c972802b 100644 --- a/notebook/agentchat_groupchat_research.ipynb +++ b/notebook/agentchat_groupchat_research.ipynb @@ -8,7 +8,7 @@ "# Perform Research with Multi-Agent Group Chat\n", "\n", "AutoGen offers conversable agents powered by LLM, tool, or human, which can be used to perform tasks collectively via automated chat. This framework allows tool use and human participation through multi-agent conversation.\n", - "Please find documentation about this feature [here](https://autogenhub.github.io/autogen/docs/Use-Cases/agent_chat).\n", + "Please find documentation about this feature [here](https://ag2labs.github.io/autogen/docs/Use-Cases/agent_chat).\n", "\n", "## Requirements\n", "\n", @@ -31,7 +31,7 @@ "source": [ "## Set your API Endpoint\n", "\n", - "The [`config_list_from_json`](https://autogenhub.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file." + "The [`config_list_from_json`](https://ag2labs.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file." ] }, { diff --git a/notebook/agentchat_groupchat_stateflow.ipynb b/notebook/agentchat_groupchat_stateflow.ipynb index b876f977b4..db856471aa 100644 --- a/notebook/agentchat_groupchat_stateflow.ipynb +++ b/notebook/agentchat_groupchat_stateflow.ipynb @@ -29,7 +29,7 @@ "source": [ "## Set your API Endpoint\n", "\n", - "The [`config_list_from_json`](https://autogenhub.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file." + "The [`config_list_from_json`](https://ag2labs.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file." ] }, { diff --git a/notebook/agentchat_groupchat_vis.ipynb b/notebook/agentchat_groupchat_vis.ipynb index e342da9e51..55bd07ced4 100644 --- a/notebook/agentchat_groupchat_vis.ipynb +++ b/notebook/agentchat_groupchat_vis.ipynb @@ -8,7 +8,7 @@ "# Group Chat with Coder and Visualization Critic\n", "\n", "AutoGen offers conversable agents powered by LLM, tool or human, which can be used to perform tasks collectively via automated chat. This framework allows tool use and human participation through multi-agent conversation.\n", - "Please find documentation about this feature [here](https://autogenhub.github.io/autogen/docs/Use-Cases/agent_chat).\n", + "Please find documentation about this feature [here](https://ag2labs.github.io/autogen/docs/Use-Cases/agent_chat).\n", "\n", "````{=mdx}\n", ":::info Requirements\n", @@ -29,7 +29,7 @@ "source": [ "## Set your API Endpoint\n", "\n", - "The [`config_list_from_json`](https://autogenhub.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file." + "The [`config_list_from_json`](https://ag2labs.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file." ] }, { diff --git a/notebook/agentchat_human_feedback.ipynb b/notebook/agentchat_human_feedback.ipynb index fcf62c2f67..e7db04a887 100644 --- a/notebook/agentchat_human_feedback.ipynb +++ b/notebook/agentchat_human_feedback.ipynb @@ -12,7 +12,7 @@ "# Auto Generated Agent Chat: Task Solving with Code Generation, Execution, Debugging & Human Feedback\n", "\n", "AutoGen offers conversable agents powered by LLM, tool, or human, which can be used to perform tasks collectively via automated chat. This framework allows tool use and human participation through multi-agent conversation.\n", - "Please find documentation about this feature [here](https://autogenhub.github.io/autogen/docs/Use-Cases/agent_chat).\n", + "Please find documentation about this feature [here](https://ag2labs.github.io/autogen/docs/Use-Cases/agent_chat).\n", "\n", "In this notebook, we demonstrate how to use `AssistantAgent` and `UserProxyAgent` to solve a challenging math problem with human feedback. Here `AssistantAgent` is an LLM-based agent that can write Python code (in a Python coding block) for a user to execute for a given task. `UserProxyAgent` is an agent which serves as a proxy for a user to execute the code written by `AssistantAgent`. By setting `human_input_mode` properly, the `UserProxyAgent` can also prompt the user for feedback to `AssistantAgent`. For example, when `human_input_mode` is set to \"ALWAYS\", the `UserProxyAgent` will always prompt the user for feedback. When user feedback is provided, the `UserProxyAgent` will directly pass the feedback to `AssistantAgent`. When no user feedback is provided, the `UserProxyAgent` will execute the code written by `AssistantAgent` and return the execution results (success or failure and corresponding outputs) to `AssistantAgent`.\n", "\n", @@ -47,7 +47,7 @@ "source": [ "## Set your API Endpoint\n", "\n", - "The [`config_list_from_json`](https://autogenhub.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file." + "The [`config_list_from_json`](https://ag2labs.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file." ] }, { diff --git a/notebook/agentchat_inception_function.ipynb b/notebook/agentchat_inception_function.ipynb index c011a3c877..a9b357a01a 100644 --- a/notebook/agentchat_inception_function.ipynb +++ b/notebook/agentchat_inception_function.ipynb @@ -6,7 +6,7 @@ "source": [ "# Auto Generated Agent Chat: Function Inception\n", "\n", - "AutoGen offers conversable agents powered by LLM, tool or human, which can be used to perform tasks collectively via automated chat. This framework allows tool use and human participation through multi-agent conversation. Please find documentation about this feature [here](https://autogenhub.github.io/autogen/docs/Use-Cases/agent_chat).\n", + "AutoGen offers conversable agents powered by LLM, tool or human, which can be used to perform tasks collectively via automated chat. This framework allows tool use and human participation through multi-agent conversation. Please find documentation about this feature [here](https://ag2labs.github.io/autogen/docs/Use-Cases/agent_chat).\n", "\n", "In this notebook, we demonstrate how to use `AssistantAgent` and `UserProxyAgent` to give them the ability to auto-extend the list of functions the model may call. Functions need to be registered to `UserProxyAgent`, which will be responsible for executing any function calls made by `AssistantAgent`. The assistant also needs to know the signature of functions that may be called. A special `define_function` function is registered, which registers a new function in `UserProxyAgent` and updates the configuration of the assistant.\n", "\n", diff --git a/notebook/agentchat_langchain.ipynb b/notebook/agentchat_langchain.ipynb index 878bb1b752..41546a5722 100644 --- a/notebook/agentchat_langchain.ipynb +++ b/notebook/agentchat_langchain.ipynb @@ -10,7 +10,7 @@ "source": [ "# Auto Generated Agent Chat: Task Solving with Langchain Provided Tools as Functions\n", "\n", - "AutoGen offers conversable agents powered by LLM, tool, or human, which can be used to perform tasks collectively via automated chat. This framework allows tool use and human participants through multi-agent conversation. Please find documentation about this feature [here](https://autogenhub.github.io/autogen/docs/Use-Cases/agent_chat).\n", + "AutoGen offers conversable agents powered by LLM, tool, or human, which can be used to perform tasks collectively via automated chat. This framework allows tool use and human participants through multi-agent conversation. Please find documentation about this feature [here](https://ag2labs.github.io/autogen/docs/Use-Cases/agent_chat).\n", "\n", "In this notebook, we demonstrate how to use `AssistantAgent` and `UserProxyAgent` to make function calls with the new feature of OpenAI models (in model version 0613) with a set of Langchain-provided tools and toolkits, to demonstrate how to leverage the 35+ tools available. \n", "A specified prompt and function configs must be passed to `AssistantAgent` to initialize the agent. The corresponding functions must be passed to `UserProxyAgent`, which will execute any function calls made by `AssistantAgent`. Besides this requirement of matching descriptions with functions, we recommend checking the system message in the `AssistantAgent` to ensure the instructions align with the function call descriptions.\n", @@ -49,7 +49,7 @@ "source": [ "## Set your API Endpoint\n", "\n", - "The [`config_list_from_models`](https://autogenhub.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_models) function tries to create a list of configurations using Azure OpenAI endpoints and OpenAI endpoints for the provided list of models. It assumes the api keys and api bases are stored in the corresponding environment variables or local txt files:\n", + "The [`config_list_from_models`](https://ag2labs.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_models) function tries to create a list of configurations using Azure OpenAI endpoints and OpenAI endpoints for the provided list of models. It assumes the api keys and api bases are stored in the corresponding environment variables or local txt files:\n", "\n", "- OpenAI API key: os.environ[\"OPENAI_API_KEY\"] or `openai_api_key_file=\"key_openai.txt\"`.\n", "- Azure OpenAI API key: os.environ[\"AZURE_OPENAI_API_KEY\"] or `aoai_api_key_file=\"key_aoai.txt\"`. Multiple keys can be stored, one per line.\n", diff --git a/notebook/agentchat_microsoft_fabric.ipynb b/notebook/agentchat_microsoft_fabric.ipynb index d7cec261db..3a7af51816 100644 --- a/notebook/agentchat_microsoft_fabric.ipynb +++ b/notebook/agentchat_microsoft_fabric.ipynb @@ -14,7 +14,7 @@ "## Use AutoGen in Microsoft Fabric\n", "\n", "[AutoGen](https://github.com/ag2labs/ag2) offers conversable LLM agents, which can be used to solve various tasks with human or automatic feedback, including tasks that require using tools via code.\n", - "Please find documentation about this feature [here](https://autogenhub.github.io/autogen/docs/Use-Cases/agent_chat).\n", + "Please find documentation about this feature [here](https://ag2labs.github.io/autogen/docs/Use-Cases/agent_chat).\n", "\n", "[Microsoft Fabric](https://learn.microsoft.com/en-us/fabric/get-started/microsoft-fabric-overview) is an all-in-one analytics solution for enterprises that covers everything from data movement to data science, Real-Time Analytics, and business intelligence. It offers a comprehensive suite of services, including data lake, data engineering, and data integration, all in one place. Its pre-built AI models include GPT-x models such as `gpt-4o`, `gpt-4-turbo`, `gpt-4`, `gpt-4-8k`, `gpt-4-32k`, `gpt-35-turbo`, `gpt-35-turbo-16k` and `gpt-35-turbo-instruct`, etc. It's important to note that the Azure Open AI service is not supported on trial SKUs and only paid SKUs (F64 or higher, or P1 or higher) are supported.\n", "\n", @@ -282,7 +282,7 @@ "http_client = get_openai_httpx_sync_client() # http_client is needed for openai>1\n", "http_client.__deepcopy__ = types.MethodType(\n", " lambda self, memo: self, http_client\n", - ") # https://autogenhub.github.io/autogen/docs/topics/llm_configuration#adding-http-client-in-llm_config-for-proxy\\n\",\n", + ") # https://ag2labs.github.io/autogen/docs/topics/llm_configuration#adding-http-client-in-llm_config-for-proxy\\n\",\n", "\n", "config_list = [\n", " {\n", @@ -447,7 +447,7 @@ "http_client = get_openai_httpx_sync_client() # http_client is needed for openai>1\n", "http_client.__deepcopy__ = types.MethodType(\n", " lambda self, memo: self, http_client\n", - ") # https://autogenhub.github.io/autogen/docs/topics/llm_configuration#adding-http-client-in-llm_config-for-proxy\n", + ") # https://ag2labs.github.io/autogen/docs/topics/llm_configuration#adding-http-client-in-llm_config-for-proxy\n", "\n", "config_list = [\n", " {\n", @@ -708,7 +708,7 @@ "### Example 2\n", "How to use `AssistantAgent` and `RetrieveUserProxyAgent` to do Retrieval Augmented Generation (RAG) for QA and Code Generation.\n", "\n", - "Check out this [blog](https://autogenhub.github.io/autogen/blog/2023/10/18/RetrieveChat) for more details." + "Check out this [blog](https://ag2labs.github.io/autogen/blog/2023/10/18/RetrieveChat) for more details." ] }, { @@ -3229,7 +3229,7 @@ "### Example 3\n", "How to use `MultimodalConversableAgent` to chat with images.\n", "\n", - "Check out this [blog](https://autogenhub.github.io/autogen/blog/2023/11/06/LMM-Agent) for more details." + "Check out this [blog](https://ag2labs.github.io/autogen/blog/2023/11/06/LMM-Agent) for more details." ] }, { diff --git a/notebook/agentchat_oai_assistant_groupchat.ipynb b/notebook/agentchat_oai_assistant_groupchat.ipynb index f88373c88d..d7ba4809a3 100644 --- a/notebook/agentchat_oai_assistant_groupchat.ipynb +++ b/notebook/agentchat_oai_assistant_groupchat.ipynb @@ -7,7 +7,7 @@ "# Auto Generated Agent Chat: Group Chat with GPTAssistantAgent\n", "\n", "AutoGen offers conversable agents powered by LLM, tool or human, which can be used to perform tasks collectively via automated chat. This framework allows tool use and human participation through multi-agent conversation.\n", - "Please find documentation about this feature [here](https://autogenhub.github.io/autogen/docs/Use-Cases/agent_chat).\n", + "Please find documentation about this feature [here](https://ag2labs.github.io/autogen/docs/Use-Cases/agent_chat).\n", "\n", "In this notebook, we demonstrate how to get multiple `GPTAssistantAgent` converse through group chat.\n", "\n", @@ -32,7 +32,7 @@ "source": [ "## Set your API Endpoint\n", "\n", - "The [`config_list_from_json`](https://autogenhub.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file." + "The [`config_list_from_json`](https://ag2labs.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file." ] }, { diff --git a/notebook/agentchat_oai_code_interpreter.ipynb b/notebook/agentchat_oai_code_interpreter.ipynb index c5200caeeb..d969f953dc 100644 --- a/notebook/agentchat_oai_code_interpreter.ipynb +++ b/notebook/agentchat_oai_code_interpreter.ipynb @@ -28,7 +28,7 @@ "source": [ "## Set your API Endpoint\n", "\n", - "The [`config_list_from_json`](https://autogenhub.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file." + "The [`config_list_from_json`](https://ag2labs.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file." ] }, { diff --git a/notebook/agentchat_planning.ipynb b/notebook/agentchat_planning.ipynb index 847ea096fd..b7f5e5b05b 100644 --- a/notebook/agentchat_planning.ipynb +++ b/notebook/agentchat_planning.ipynb @@ -12,7 +12,7 @@ "# Auto Generated Agent Chat: Collaborative Task Solving with Coding and Planning Agent\n", "\n", "AutoGen offers conversable agents powered by LLM, tool, or human, which can be used to perform tasks collectively via automated chat. This framework allows tool use and human participation through multi-agent conversation.\n", - "Please find documentation about this feature [here](https://autogenhub.github.io/autogen/docs/Use-Cases/agent_chat).\n", + "Please find documentation about this feature [here](https://ag2labs.github.io/autogen/docs/Use-Cases/agent_chat).\n", "\n", "In this notebook, we demonstrate how to use multiple agents to work together and accomplish a task that requires finding info from the web and coding. `AssistantAgent` is an LLM-based agent that can write and debug Python code (in a Python coding block) for a user to execute for a given task. `UserProxyAgent` is an agent which serves as a proxy for a user to execute the code written by `AssistantAgent`. We further create a planning agent for the assistant agent to consult. The planning agent is a variation of the LLM-based `AssistantAgent` with a different system message.\n", "\n", @@ -47,7 +47,7 @@ "source": [ "## Set your API Endpoint\n", "\n", - "The [`config_list_from_json`](https://autogenhub.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file. It first looks for an environment variable with a specified name. The value of the environment variable needs to be a valid json string. If that variable is not found, it looks for a json file with the same name. It filters the configs by filter_dict.\n", + "The [`config_list_from_json`](https://ag2labs.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file. It first looks for an environment variable with a specified name. The value of the environment variable needs to be a valid json string. If that variable is not found, it looks for a json file with the same name. It filters the configs by filter_dict.\n", "\n", "It's OK to have only the OpenAI API key, or only the Azure OpenAI API key + base.\n" ] diff --git a/notebook/agentchat_stream.ipynb b/notebook/agentchat_stream.ipynb index 206365ecc5..49d7c74e5c 100644 --- a/notebook/agentchat_stream.ipynb +++ b/notebook/agentchat_stream.ipynb @@ -12,7 +12,7 @@ "# Interactive LLM Agent Dealing with Data Stream\n", "\n", "AutoGen offers conversable agents powered by LLM, tool, or human, which can be used to perform tasks collectively via automated chat. This framework allows tool use and human participation through multi-agent conversation.\n", - "Please find documentation about this feature [here](https://autogenhub.github.io/autogen/docs/Use-Cases/agent_chat).\n", + "Please find documentation about this feature [here](https://ag2labs.github.io/autogen/docs/Use-Cases/agent_chat).\n", "\n", "In this notebook, we demonstrate how to use customized agents to continuously acquire news from the web and ask for investment suggestions.\n", "\n", @@ -47,7 +47,7 @@ "source": [ "## Set your API Endpoint\n", "\n", - "The [`config_list_from_json`](https://autogenhub.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file.\n" + "The [`config_list_from_json`](https://ag2labs.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file.\n" ] }, { diff --git a/notebook/agentchat_surfer.ipynb b/notebook/agentchat_surfer.ipynb index 8bb75bc195..525fde29a1 100644 --- a/notebook/agentchat_surfer.ipynb +++ b/notebook/agentchat_surfer.ipynb @@ -35,7 +35,7 @@ "source": [ "## Set your API Endpoint\n", "\n", - "The [`config_list_from_json`](https://autogenhub.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file.\n", + "The [`config_list_from_json`](https://ag2labs.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file.\n", "\n", "It first looks for environment variable \"OAI_CONFIG_LIST\" which needs to be a valid json string. If that variable is not found, it then looks for a json file named \"OAI_CONFIG_LIST\". It filters the configs by models (you can filter by other keys as well).\n", "\n", diff --git a/notebook/agentchat_swarm.ipynb b/notebook/agentchat_swarm.ipynb index 557ea1beec..207e88530c 100644 --- a/notebook/agentchat_swarm.ipynb +++ b/notebook/agentchat_swarm.ipynb @@ -34,7 +34,7 @@ "source": [ "## Set your API Endpoint\n", "\n", - "The [`config_list_from_json`](https://autogenhub.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file." + "The [`config_list_from_json`](https://ag2labs.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file." ] }, { @@ -229,7 +229,7 @@ "metadata": {}, "source": [ "> With AutoGen, you don't need to write schemas for functions. You can add decorators to the functions to register a function schema to an LLM-based agent, where the schema is automatically generated.\n", - "See more details in this [doc](https://autogenhub.github.io/autogen/docs/tutorial/tool-use)" + "See more details in this [doc](https://ag2labs.github.io/autogen/docs/tutorial/tool-use)" ] }, { diff --git a/notebook/agentchat_teachability.ipynb b/notebook/agentchat_teachability.ipynb index f9d9090d21..dfb88619a9 100644 --- a/notebook/agentchat_teachability.ipynb +++ b/notebook/agentchat_teachability.ipynb @@ -37,7 +37,7 @@ "source": [ "## Set your API Endpoint\n", "\n", - "The [`config_list_from_json`](https://autogenhub.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file." + "The [`config_list_from_json`](https://ag2labs.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file." ] }, { diff --git a/notebook/agentchat_teachable_oai_assistants.ipynb b/notebook/agentchat_teachable_oai_assistants.ipynb index 67e2bede4c..4263606266 100644 --- a/notebook/agentchat_teachable_oai_assistants.ipynb +++ b/notebook/agentchat_teachable_oai_assistants.ipynb @@ -14,7 +14,7 @@ "In making decisions about memo storage and retrieval, `Teachability` calls an instance of `TextAnalyzerAgent` to analyze pieces of text in several different ways. This adds extra LLM calls involving a relatively small number of tokens. These calls can add a few seconds to the time a user waits for a response.\n", "\n", "This notebook demonstrates how `Teachability` can be added to instances of `GPTAssistantAgent`\n", - "so that they can learn facts, preferences, and skills from users. As explained [here](https://autogenhub.github.io/autogen/docs/topics/openai-assistant/gpt_assistant_agent), each instance of `GPTAssistantAgent` wraps an OpenAI Assistant that can be given a set of tools including functions, code interpreter, and retrieval. Assistants with these tools are demonstrated in separate standalone sections below, which can be run independently.\n", + "so that they can learn facts, preferences, and skills from users. As explained [here](https://ag2labs.github.io/autogen/docs/topics/openai-assistant/gpt_assistant_agent), each instance of `GPTAssistantAgent` wraps an OpenAI Assistant that can be given a set of tools including functions, code interpreter, and retrieval. Assistants with these tools are demonstrated in separate standalone sections below, which can be run independently.\n", "\n", "## Requirements\n", "\n", @@ -41,7 +41,7 @@ "source": [ "## Set your API Endpoint\n", "\n", - "The [`config_list_from_json`](https://autogenhub.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file." + "The [`config_list_from_json`](https://ag2labs.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file." ] }, { diff --git a/notebook/agentchat_teaching.ipynb b/notebook/agentchat_teaching.ipynb index 319c540349..50889f24b8 100644 --- a/notebook/agentchat_teaching.ipynb +++ b/notebook/agentchat_teaching.ipynb @@ -10,9 +10,9 @@ "TODO: Implement advanced teachability based on this example.\n", "\n", "AutoGen offers conversable agents powered by LLMs, tools, or humans, which can be used to perform tasks collectively via automated chat. This framework makes it easy to build many advanced applications of LLMs.\n", - "Please find documentation about this feature [here](https://autogenhub.github.io/autogen/docs/Use-Cases/agent_chat).\n", + "Please find documentation about this feature [here](https://ag2labs.github.io/autogen/docs/Use-Cases/agent_chat).\n", "\n", - "This notebook demonstrates how AutoGen enables a user to teach AI new skills via natural agent interactions, without requiring knowledge of programming language. It is modified based on https://github.com/autogenhub/FLAML/blob/evaluation/notebook/research_paper/teaching.ipynb and https://github.com/autogenhub/FLAML/blob/evaluation/notebook/research_paper/teaching_recipe_reuse.ipynb.\n", + "This notebook demonstrates how AutoGen enables a user to teach AI new skills via natural agent interactions, without requiring knowledge of programming language. It is modified based on https://github.com/ag2labs/FLAML/blob/evaluation/notebook/research_paper/teaching.ipynb and https://github.com/ag2labs/FLAML/blob/evaluation/notebook/research_paper/teaching_recipe_reuse.ipynb.\n", "\n", "## Requirements\n", "\n", diff --git a/notebook/agentchat_two_users.ipynb b/notebook/agentchat_two_users.ipynb index 985b6849de..225366e9d9 100644 --- a/notebook/agentchat_two_users.ipynb +++ b/notebook/agentchat_two_users.ipynb @@ -11,7 +11,7 @@ "source": [ "# Auto Generated Agent Chat: Collaborative Task Solving with Multiple Agents and Human Users\n", "\n", - "AutoGen offers conversable agents powered by LLM, tool, or human, which can be used to perform tasks collectively via automated chat. This framework allows tool use and human participation through multi-agent conversation. Please find documentation about this feature [here](https://autogenhub.github.io/autogen/docs/Use-Cases/agent_chat).\n", + "AutoGen offers conversable agents powered by LLM, tool, or human, which can be used to perform tasks collectively via automated chat. This framework allows tool use and human participation through multi-agent conversation. Please find documentation about this feature [here](https://ag2labs.github.io/autogen/docs/Use-Cases/agent_chat).\n", "\n", "In this notebook, we demonstrate an application involving multiple agents and human users to work together and accomplish a task. `AssistantAgent` is an LLM-based agent that can write Python code (in a Python coding block) for a user to execute for a given task. `UserProxyAgent` is an agent which serves as a proxy for a user to execute the code written by `AssistantAgent`. We create multiple `UserProxyAgent` instances that can represent different human users.\n", "\n", @@ -46,7 +46,7 @@ "source": [ "## Set your API Endpoint\n", "\n", - "The [`config_list_from_json`](https://autogenhub.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file.\n", + "The [`config_list_from_json`](https://ag2labs.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file.\n", "\n", "It first looks for an environment variable of a specified name (\"OAI_CONFIG_LIST\" in this example), which needs to be a valid json string. If that variable is not found, it looks for a json file with the same name. It filters the configs by models (you can filter by other keys as well).\n", "\n", diff --git a/notebook/agentchat_web_info.ipynb b/notebook/agentchat_web_info.ipynb index cba288bbb2..cc5601ae1f 100644 --- a/notebook/agentchat_web_info.ipynb +++ b/notebook/agentchat_web_info.ipynb @@ -12,7 +12,7 @@ "# Auto Generated Agent Chat: Solving Tasks Requiring Web Info\n", "\n", "AutoGen offers conversable agents powered by LLM, tool, or human, which can be used to perform tasks collectively via automated chat. This framework allows tool use and human participation through multi-agent conversation.\n", - "Please find documentation about this feature [here](https://autogenhub.github.io/autogen/docs/Use-Cases/agent_chat).\n", + "Please find documentation about this feature [here](https://ag2labs.github.io/autogen/docs/Use-Cases/agent_chat).\n", "\n", "In this notebook, we demonstrate how to use `AssistantAgent` and `UserProxyAgent` to perform tasks which require acquiring info from the web:\n", "* discuss a paper based on its URL.\n", @@ -51,7 +51,7 @@ "source": [ "## Set your API Endpoint\n", "\n", - "The [`config_list_from_json`](https://autogenhub.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file.\n" + "The [`config_list_from_json`](https://ag2labs.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file.\n" ] }, { diff --git a/notebook/agentchat_websockets.ipynb b/notebook/agentchat_websockets.ipynb index 10bed59a14..a0aa5da650 100644 --- a/notebook/agentchat_websockets.ipynb +++ b/notebook/agentchat_websockets.ipynb @@ -8,16 +8,16 @@ "source": [ "# Websockets: Streaming input and output using websockets\n", "\n", - "This notebook demonstrates how to use the [`IOStream`](https://autogenhub.github.io/autogen/docs/reference/io/base/IOStream) class to stream both input and output using websockets. The use of websockets allows you to build web clients that are more responsive than the one using web methods. The main difference is that the webosockets allows you to push data while you need to poll the server for new response using web mothods.\n", + "This notebook demonstrates how to use the [`IOStream`](https://ag2labs.github.io/autogen/docs/reference/io/base/IOStream) class to stream both input and output using websockets. The use of websockets allows you to build web clients that are more responsive than the one using web methods. The main difference is that the webosockets allows you to push data while you need to poll the server for new response using web mothods.\n", "\n", "\n", - "In this guide, we explore the capabilities of the [`IOStream`](https://autogenhub.github.io/autogen/docs/reference/io/base/IOStream) class. It is specifically designed to enhance the development of clients such as web clients which use websockets for streaming both input and output. The [`IOStream`](https://autogenhub.github.io/autogen/docs/reference/io/base/IOStream) stands out by enabling a more dynamic and interactive user experience for web applications.\n", + "In this guide, we explore the capabilities of the [`IOStream`](https://ag2labs.github.io/autogen/docs/reference/io/base/IOStream) class. It is specifically designed to enhance the development of clients such as web clients which use websockets for streaming both input and output. The [`IOStream`](https://ag2labs.github.io/autogen/docs/reference/io/base/IOStream) stands out by enabling a more dynamic and interactive user experience for web applications.\n", "\n", "Websockets technology is at the core of this functionality, offering a significant advancement over traditional web methods by allowing data to be \"pushed\" to the client in real-time. This is a departure from the conventional approach where clients must repeatedly \"poll\" the server to check for any new responses. By employing the underlining [websockets](https://websockets.readthedocs.io/) library, the IOStream class facilitates a continuous, two-way communication channel between the server and client. This ensures that updates are received instantly, without the need for constant polling, thereby making web clients more efficient and responsive.\n", "\n", - "The real power of websockets, leveraged through the [`IOStream`](https://autogenhub.github.io/autogen/docs/reference/io/base/IOStream) class, lies in its ability to create highly responsive web clients. This responsiveness is critical for applications requiring real-time data updates such as chat applications. By integrating the [`IOStream`](https://autogenhub.github.io/autogen/docs/reference/io/base/IOStream) class into your web application, you not only enhance user experience through immediate data transmission but also reduce the load on your server by eliminating unnecessary polling.\n", + "The real power of websockets, leveraged through the [`IOStream`](https://ag2labs.github.io/autogen/docs/reference/io/base/IOStream) class, lies in its ability to create highly responsive web clients. This responsiveness is critical for applications requiring real-time data updates such as chat applications. By integrating the [`IOStream`](https://ag2labs.github.io/autogen/docs/reference/io/base/IOStream) class into your web application, you not only enhance user experience through immediate data transmission but also reduce the load on your server by eliminating unnecessary polling.\n", "\n", - "In essence, the transition to using websockets through the [`IOStream`](https://autogenhub.github.io/autogen/docs/reference/io/base/IOStream) class marks a significant enhancement in web client development. This approach not only streamlines the data exchange process between clients and servers but also opens up new possibilities for creating more interactive and engaging web applications. By following this guide, developers can harness the full potential of websockets and the [`IOStream`](https://autogenhub.github.io/autogen/docs/reference/io/base/IOStream) class to push the boundaries of what is possible with web client responsiveness and interactivity.\n", + "In essence, the transition to using websockets through the [`IOStream`](https://ag2labs.github.io/autogen/docs/reference/io/base/IOStream) class marks a significant enhancement in web client development. This approach not only streamlines the data exchange process between clients and servers but also opens up new possibilities for creating more interactive and engaging web applications. By following this guide, developers can harness the full potential of websockets and the [`IOStream`](https://ag2labs.github.io/autogen/docs/reference/io/base/IOStream) class to push the boundaries of what is possible with web client responsiveness and interactivity.\n", "\n", "## Requirements\n", "\n", @@ -42,7 +42,7 @@ "source": [ "## Set your API Endpoint\n", "\n", - "The [`config_list_from_json`](https://autogenhub.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file." + "The [`config_list_from_json`](https://ag2labs.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file." ] }, { @@ -92,7 +92,7 @@ "An `on_connect` function is a crucial part of applications that utilize websockets, acting as an event handler that is called whenever a new client connection is established. This function is designed to initiate any necessary setup, communication protocols, or data exchange procedures specific to the newly connected client. Essentially, it lays the groundwork for the interactive session that follows, configuring how the server and the client will communicate and what initial actions are to be taken once a connection is made. Now, let's delve into the details of how to define this function, especially in the context of using the AutoGen framework with websockets.\n", "\n", "\n", - "Upon a client's connection to the websocket server, the server automatically initiates a new instance of the [`IOWebsockets`](https://autogenhub.github.io/autogen/docs/reference/io/websockets/IOWebsockets) class. This instance is crucial for managing the data flow between the server and the client. The `on_connect` function leverages this instance to set up the communication protocol, define interaction rules, and initiate any preliminary data exchanges or configurations required for the client-server interaction to proceed smoothly.\n" + "Upon a client's connection to the websocket server, the server automatically initiates a new instance of the [`IOWebsockets`](https://ag2labs.github.io/autogen/docs/reference/io/websockets/IOWebsockets) class. This instance is crucial for managing the data flow between the server and the client. The `on_connect` function leverages this instance to set up the communication protocol, define interaction rules, and initiate any preliminary data exchanges or configurations required for the client-server interaction to proceed smoothly.\n" ] }, { diff --git a/notebook/agenteval_cq_math.ipynb b/notebook/agenteval_cq_math.ipynb index e0f17cbc96..aca39dc251 100644 --- a/notebook/agenteval_cq_math.ipynb +++ b/notebook/agenteval_cq_math.ipynb @@ -17,7 +17,7 @@ "\n", "![AgentEval](https://media.githubusercontent.com/media/ag2labs/ag2/main/website/blog/2023-11-20-AgentEval/img/agenteval-CQ.png)\n", "\n", - "For more detailed explanations, please refer to the accompanying [blog post](https://autogenhub.github.io/autogen/blog/2023/11/20/AgentEval)\n", + "For more detailed explanations, please refer to the accompanying [blog post](https://ag2labs.github.io/autogen/blog/2023/11/20/AgentEval)\n", "\n", "## Requirements\n", "\n", diff --git a/notebook/autobuild_basic.ipynb b/notebook/autobuild_basic.ipynb index 249066951d..49b6ba303b 100644 --- a/notebook/autobuild_basic.ipynb +++ b/notebook/autobuild_basic.ipynb @@ -9,10 +9,10 @@ "source": [ "# AutoBuild\n", "By: [Linxin Song](https://linxins97.github.io/), [Jieyu Zhang](https://jieyuz2.github.io/)\n", - "Reference: [Agent AutoBuild](https://autogenhub.github.io/autogen/blog/2023/11/26/Agent-AutoBuild/)\n", + "Reference: [Agent AutoBuild](https://ag2labs.github.io/autogen/blog/2023/11/26/Agent-AutoBuild/)\n", "\n", "AutoGen offers conversable agents powered by LLM, tool, or human, which can be used to perform tasks collectively via automated chat. This framework allows tool use and human participation through multi-agent conversation.\n", - "Please find documentation about this feature [here](https://autogenhub.github.io/autogen/docs/Use-Cases/agent_chat).\n", + "Please find documentation about this feature [here](https://ag2labs.github.io/autogen/docs/Use-Cases/agent_chat).\n", "\n", "In this notebook, we introduce a new class, `AgentBuilder`, to help user build an automatic task solving process powered by multi-agent system. Specifically, in `build()`, we prompt a LLM to create multiple participant agent and initialize a group chat, and specify whether this task need programming to solve. AgentBuilder also support open-source LLMs by [vLLM](https://docs.vllm.ai/en/latest/index.html) and [Fastchat](https://github.com/lm-sys/FastChat). Check the supported model list [here](https://docs.vllm.ai/en/latest/models/supported_models.html)." ] diff --git a/notebook/autogen_uniformed_api_calling.ipynb b/notebook/autogen_uniformed_api_calling.ipynb index f356e0d3f2..6928e782d1 100644 --- a/notebook/autogen_uniformed_api_calling.ipynb +++ b/notebook/autogen_uniformed_api_calling.ipynb @@ -7,7 +7,7 @@ "# A Uniform interface to call different LLMs\n", "\n", "Autogen provides a uniform interface for API calls to different LLMs, and creating LLM agents from them.\n", - "Through setting up a configuration file, you can easily switch between different LLMs by just changing the model name, while enjoying all the [enhanced features](https://autogenhub.github.io/autogen/docs/topics/llm-caching) such as [caching](https://autogenhub.github.io/autogen/docs/Use-Cases/enhanced_inference/#usage-summary) and [cost calculation](https://autogenhub.github.io/autogen/docs/Use-Cases/enhanced_inference/#usage-summary)!\n", + "Through setting up a configuration file, you can easily switch between different LLMs by just changing the model name, while enjoying all the [enhanced features](https://ag2labs.github.io/autogen/docs/topics/llm-caching) such as [caching](https://ag2labs.github.io/autogen/docs/Use-Cases/enhanced_inference/#usage-summary) and [cost calculation](https://ag2labs.github.io/autogen/docs/Use-Cases/enhanced_inference/#usage-summary)!\n", "\n", "In this notebook, we will show you how to use AutoGen to call different LLMs and create LLM agents from them.\n", "\n", @@ -22,7 +22,7 @@ "\n", "... and more to come!\n", "\n", - "You can also [plug in your local deployed LLM](https://autogenhub.github.io/autogen/blog/2024/01/26/Custom-Models) into AutoGen if needed." + "You can also [plug in your local deployed LLM](https://ag2labs.github.io/autogen/blog/2024/01/26/Custom-Models) into AutoGen if needed." ] }, { diff --git a/notebook/config_loader_utility_functions.ipynb b/notebook/config_loader_utility_functions.ipynb index cbb51b3aa5..3892d72400 100644 --- a/notebook/config_loader_utility_functions.ipynb +++ b/notebook/config_loader_utility_functions.ipynb @@ -6,7 +6,7 @@ "source": [ "# Config loader utility functions\n", "\n", - "For an introduction to configuring LLMs, refer to the [main configuration docs](https://autogenhub.github.io/autogen/docs/topics/llm_configuration). This guide will run through examples of the more advanced utility functions for managing API configurations.\n", + "For an introduction to configuring LLMs, refer to the [main configuration docs](https://ag2labs.github.io/autogen/docs/topics/llm_configuration). This guide will run through examples of the more advanced utility functions for managing API configurations.\n", "\n", "Managing API configurations can be tricky, especially when dealing with multiple models and API versions. The provided utility functions assist users in managing these configurations effectively. Ensure your API keys and other sensitive data are stored securely. You might store keys in `.txt` or `.env` files or environment variables for local development. Never expose your API keys publicly. If you insist on storing your key files locally on your repo (you shouldn't), ensure the key file path is added to the `.gitignore` file.\n", "\n", diff --git a/notebook/oai_chatgpt_gpt4.ipynb b/notebook/oai_chatgpt_gpt4.ipynb index 5a70f8ed22..4167a2cda8 100644 --- a/notebook/oai_chatgpt_gpt4.ipynb +++ b/notebook/oai_chatgpt_gpt4.ipynb @@ -18,7 +18,7 @@ }, "source": [ "Contributions to this project, i.e., https://github.com/ag2labs/ag2, are licensed under the Apache License, Version 2.0 (Apache-2.0).\n", - "Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub\n", + "Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs\n", "SPDX-License-Identifier: Apache-2.0\n", "Portions derived from https://github.com/microsoft/autogen under the MIT License.\n", "SPDX-License-Identifier: MIT\n", @@ -33,7 +33,7 @@ "\n", "In this notebook, we tune OpenAI ChatGPT (both GPT-3.5 and GPT-4) models for math problem solving. We use [the MATH benchmark](https://crfm.stanford.edu/helm/latest/?group=math_chain_of_thought) for measuring mathematical problem solving on competition math problems with chain-of-thoughts style reasoning.\n", "\n", - "Related link: [Blogpost](https://autogenhub.github.io/autogen/blog/2023/04/21/LLM-tuning-math) based on this experiment.\n", + "Related link: [Blogpost](https://ag2labs.github.io/autogen/blog/2023/04/21/LLM-tuning-math) based on this experiment.\n", "\n", "## Requirements\n", "\n", @@ -98,7 +98,7 @@ "source": [ "### Set your API Endpoint\n", "\n", - "The [`config_list_openai_aoai`](https://autogenhub.github.io/autogen/docs/reference/oai/openai_utils#config_list_openai_aoai) function tries to create a list of Azure OpenAI endpoints and OpenAI endpoints. It assumes the api keys and api bases are stored in the corresponding environment variables or local txt files:\n", + "The [`config_list_openai_aoai`](https://ag2labs.github.io/autogen/docs/reference/oai/openai_utils#config_list_openai_aoai) function tries to create a list of Azure OpenAI endpoints and OpenAI endpoints. It assumes the api keys and api bases are stored in the corresponding environment variables or local txt files:\n", "\n", "- OpenAI API key: os.environ[\"OPENAI_API_KEY\"] or `openai_api_key_file=\"key_openai.txt\"`.\n", "- Azure OpenAI API key: os.environ[\"AZURE_OPENAI_API_KEY\"] or `aoai_api_key_file=\"key_aoai.txt\"`. Multiple keys can be stored, one per line.\n", diff --git a/notebook/oai_completion.ipynb b/notebook/oai_completion.ipynb index 002ff27b7f..3a42ed3de6 100644 --- a/notebook/oai_completion.ipynb +++ b/notebook/oai_completion.ipynb @@ -18,7 +18,7 @@ }, "source": [ "Contributions to this project, i.e., https://github.com/ag2labs/ag2, are licensed under the Apache License, Version 2.0 (Apache-2.0).\n", - "Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub\n", + "Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs\n", "SPDX-License-Identifier: Apache-2.0\n", "Portions derived from https://github.com/microsoft/autogen under the MIT License.\n", "SPDX-License-Identifier: MIT\n", @@ -64,11 +64,11 @@ "source": [ "## Set your API Endpoint\n", "\n", - "* The [`config_list_openai_aoai`](https://autogenhub.github.io/autogen/docs/reference/oai/openai_utils#config_list_openai_aoai) function tries to create a list of configurations using Azure OpenAI endpoints and OpenAI endpoints. It assumes the api keys and api bases are stored in the corresponding environment variables or local txt files:\n", + "* The [`config_list_openai_aoai`](https://ag2labs.github.io/autogen/docs/reference/oai/openai_utils#config_list_openai_aoai) function tries to create a list of configurations using Azure OpenAI endpoints and OpenAI endpoints. It assumes the api keys and api bases are stored in the corresponding environment variables or local txt files:\n", " - OpenAI API key: os.environ[\"OPENAI_API_KEY\"] or `openai_api_key_file=\"key_openai.txt\"`.\n", " - Azure OpenAI API key: os.environ[\"AZURE_OPENAI_API_KEY\"] or `aoai_api_key_file=\"key_aoai.txt\"`. Multiple keys can be stored, one per line.\n", " - Azure OpenAI API base: os.environ[\"AZURE_OPENAI_API_BASE\"] or `aoai_api_base_file=\"base_aoai.txt\"`. Multiple bases can be stored, one per line.\n", - "* The [`config_list_from_json`](https://autogenhub.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file. It first looks for the environment variable `env_or_file`, which must be a valid json string. If that variable is not found, it looks for a json file with the same name. It filters the configs by filter_dict.\n", + "* The [`config_list_from_json`](https://ag2labs.github.io/autogen/docs/reference/oai/openai_utils#config_list_from_json) function loads a list of configurations from an environment variable or a json file. It first looks for the environment variable `env_or_file`, which must be a valid json string. If that variable is not found, it looks for a json file with the same name. It filters the configs by filter_dict.\n", "\n", "It's OK to have only the OpenAI API key, or only the Azure OpenAI API key + base. If you open this notebook in colab, you can upload your files by clicking the file icon on the left panel and then choosing \"upload file\" icon.\n" ] diff --git a/setup.py b/setup.py index fa517ac907..41b96747c0 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/contrib/agent_eval/test_agent_eval.py b/test/agentchat/contrib/agent_eval/test_agent_eval.py index 57023662d2..9622fbd371 100644 --- a/test/agentchat/contrib/agent_eval/test_agent_eval.py +++ b/test/agentchat/contrib/agent_eval/test_agent_eval.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/contrib/agent_eval/test_criterion.py b/test/agentchat/contrib/agent_eval/test_criterion.py index a065ee09fb..b218c66aec 100644 --- a/test/agentchat/contrib/agent_eval/test_criterion.py +++ b/test/agentchat/contrib/agent_eval/test_criterion.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/contrib/agent_eval/test_task.py b/test/agentchat/contrib/agent_eval/test_task.py index 2beca045d7..5bb27fcf79 100644 --- a/test/agentchat/contrib/agent_eval/test_task.py +++ b/test/agentchat/contrib/agent_eval/test_task.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/contrib/capabilities/chat_with_teachable_agent.py b/test/agentchat/contrib/capabilities/chat_with_teachable_agent.py index c3a57824db..6b22fc0f8e 100755 --- a/test/agentchat/contrib/capabilities/chat_with_teachable_agent.py +++ b/test/agentchat/contrib/capabilities/chat_with_teachable_agent.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # @@ -28,7 +28,7 @@ def create_teachable_agent(reset_db=False): """Instantiates a teachable agent using the settings from the top of this file.""" # Load LLM inference endpoints from an env variable or a file - # See https://autogenhub.github.io/autogen/docs/FAQ#set-your-api-endpoints + # See https://ag2labs.github.io/autogen/docs/FAQ#set-your-api-endpoints # and OAI_CONFIG_LIST_sample config_list = config_list_from_json(env_or_file=OAI_CONFIG_LIST, filter_dict=filter_dict, file_location=KEY_LOC) diff --git a/test/agentchat/contrib/capabilities/test_image_generation_capability.py b/test/agentchat/contrib/capabilities/test_image_generation_capability.py index 7efa394924..daa846a1c2 100644 --- a/test/agentchat/contrib/capabilities/test_image_generation_capability.py +++ b/test/agentchat/contrib/capabilities/test_image_generation_capability.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/contrib/capabilities/test_teachable_agent.py b/test/agentchat/contrib/capabilities/test_teachable_agent.py index 05de50a7ce..76a6bb9ff3 100755 --- a/test/agentchat/contrib/capabilities/test_teachable_agent.py +++ b/test/agentchat/contrib/capabilities/test_teachable_agent.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # @@ -40,7 +40,7 @@ def create_teachable_agent(reset_db=False, verbosity=0): """Instantiates a teachable agent using the settings from the top of this file.""" # Load LLM inference endpoints from an env variable or a file - # See https://autogenhub.github.io/autogen/docs/FAQ#set-your-api-endpoints + # See https://ag2labs.github.io/autogen/docs/FAQ#set-your-api-endpoints # and OAI_CONFIG_LIST_sample config_list = config_list_from_json(env_or_file=OAI_CONFIG_LIST, filter_dict=filter_dict, file_location=KEY_LOC) diff --git a/test/agentchat/contrib/capabilities/test_transform_messages.py b/test/agentchat/contrib/capabilities/test_transform_messages.py index cbd8be24b0..b52d187e37 100644 --- a/test/agentchat/contrib/capabilities/test_transform_messages.py +++ b/test/agentchat/contrib/capabilities/test_transform_messages.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/contrib/capabilities/test_transforms.py b/test/agentchat/contrib/capabilities/test_transforms.py index 6868ad1c82..865ef7102c 100644 --- a/test/agentchat/contrib/capabilities/test_transforms.py +++ b/test/agentchat/contrib/capabilities/test_transforms.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/contrib/capabilities/test_transforms_util.py b/test/agentchat/contrib/capabilities/test_transforms_util.py index a2efe049ef..473a1fd2dc 100644 --- a/test/agentchat/contrib/capabilities/test_transforms_util.py +++ b/test/agentchat/contrib/capabilities/test_transforms_util.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/contrib/capabilities/test_vision_capability.py b/test/agentchat/contrib/capabilities/test_vision_capability.py index 3d215a540a..d31dcb923f 100644 --- a/test/agentchat/contrib/capabilities/test_vision_capability.py +++ b/test/agentchat/contrib/capabilities/test_vision_capability.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/contrib/retrievechat/test_pgvector_retrievechat.py b/test/agentchat/contrib/retrievechat/test_pgvector_retrievechat.py index d8fc0263cc..739733bb03 100644 --- a/test/agentchat/contrib/retrievechat/test_pgvector_retrievechat.py +++ b/test/agentchat/contrib/retrievechat/test_pgvector_retrievechat.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/contrib/retrievechat/test_qdrant_retrievechat.py b/test/agentchat/contrib/retrievechat/test_qdrant_retrievechat.py index 0b92acb8fe..3677bb6fa1 100755 --- a/test/agentchat/contrib/retrievechat/test_qdrant_retrievechat.py +++ b/test/agentchat/contrib/retrievechat/test_qdrant_retrievechat.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/contrib/retrievechat/test_retrievechat.py b/test/agentchat/contrib/retrievechat/test_retrievechat.py index 8825934672..184fcc8957 100755 --- a/test/agentchat/contrib/retrievechat/test_retrievechat.py +++ b/test/agentchat/contrib/retrievechat/test_retrievechat.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/contrib/test_agent_builder.py b/test/agentchat/contrib/test_agent_builder.py index 9a4ad6b55e..f3a08db0d2 100755 --- a/test/agentchat/contrib/test_agent_builder.py +++ b/test/agentchat/contrib/test_agent_builder.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/contrib/test_agent_optimizer.py b/test/agentchat/contrib/test_agent_optimizer.py index 1dc6ce405d..5292c344b4 100644 --- a/test/agentchat/contrib/test_agent_optimizer.py +++ b/test/agentchat/contrib/test_agent_optimizer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/contrib/test_gpt_assistant.py b/test/agentchat/contrib/test_gpt_assistant.py index ccae86619d..fcad4e6db0 100755 --- a/test/agentchat/contrib/test_gpt_assistant.py +++ b/test/agentchat/contrib/test_gpt_assistant.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/contrib/test_img_utils.py b/test/agentchat/contrib/test_img_utils.py index 57485bf3b1..ebb520e501 100755 --- a/test/agentchat/contrib/test_img_utils.py +++ b/test/agentchat/contrib/test_img_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/contrib/test_llamaindex_conversable_agent.py b/test/agentchat/contrib/test_llamaindex_conversable_agent.py index deca47926f..f80a5a989b 100644 --- a/test/agentchat/contrib/test_llamaindex_conversable_agent.py +++ b/test/agentchat/contrib/test_llamaindex_conversable_agent.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/contrib/test_llava.py b/test/agentchat/contrib/test_llava.py index 1bb19a633a..af5f916ffc 100755 --- a/test/agentchat/contrib/test_llava.py +++ b/test/agentchat/contrib/test_llava.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/contrib/test_lmm.py b/test/agentchat/contrib/test_lmm.py index f174855bfb..d4f293da31 100755 --- a/test/agentchat/contrib/test_lmm.py +++ b/test/agentchat/contrib/test_lmm.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/contrib/test_society_of_mind_agent.py b/test/agentchat/contrib/test_society_of_mind_agent.py index a70131c7c4..1f76495392 100755 --- a/test/agentchat/contrib/test_society_of_mind_agent.py +++ b/test/agentchat/contrib/test_society_of_mind_agent.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/contrib/test_web_surfer.py b/test/agentchat/contrib/test_web_surfer.py index 0d8c60e0ee..b1f570666a 100755 --- a/test/agentchat/contrib/test_web_surfer.py +++ b/test/agentchat/contrib/test_web_surfer.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # @@ -21,7 +21,7 @@ sys.path.append(os.path.join(os.path.dirname(__file__), "..")) from test_assistant_agent import KEY_LOC, OAI_CONFIG_LIST # noqa: E402 -BLOG_POST_URL = "https://autogenhub.github.io/autogen/blog/2023/04/21/LLM-tuning-math" +BLOG_POST_URL = "https://ag2labs.github.io/autogen/blog/2023/04/21/LLM-tuning-math" BLOG_POST_TITLE = "Does Model and Inference Parameter Matter in LLM Applications? - A Case Study for MATH | AutoGen" BING_QUERY = "Microsoft" diff --git a/test/agentchat/contrib/vectordb/test_chromadb.py b/test/agentchat/contrib/vectordb/test_chromadb.py index b14c906d50..e16fdbd7ab 100644 --- a/test/agentchat/contrib/vectordb/test_chromadb.py +++ b/test/agentchat/contrib/vectordb/test_chromadb.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/contrib/vectordb/test_mongodb.py b/test/agentchat/contrib/vectordb/test_mongodb.py index 3873801395..13de00dd33 100644 --- a/test/agentchat/contrib/vectordb/test_mongodb.py +++ b/test/agentchat/contrib/vectordb/test_mongodb.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/contrib/vectordb/test_pgvectordb.py b/test/agentchat/contrib/vectordb/test_pgvectordb.py index 462c2c4f5b..2465967d63 100644 --- a/test/agentchat/contrib/vectordb/test_pgvectordb.py +++ b/test/agentchat/contrib/vectordb/test_pgvectordb.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/contrib/vectordb/test_qdrant.py b/test/agentchat/contrib/vectordb/test_qdrant.py index a2a284373c..431e496ed8 100644 --- a/test/agentchat/contrib/vectordb/test_qdrant.py +++ b/test/agentchat/contrib/vectordb/test_qdrant.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/contrib/vectordb/test_vectordb_utils.py b/test/agentchat/contrib/vectordb/test_vectordb_utils.py index b85680f088..88d279e918 100644 --- a/test/agentchat/contrib/vectordb/test_vectordb_utils.py +++ b/test/agentchat/contrib/vectordb/test_vectordb_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/extensions/tsp.py b/test/agentchat/extensions/tsp.py index 4d1e68cdb6..b61272e25a 100644 --- a/test/agentchat/extensions/tsp.py +++ b/test/agentchat/extensions/tsp.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/extensions/tsp_api.py b/test/agentchat/extensions/tsp_api.py index 67176162ba..21b94f3160 100644 --- a/test/agentchat/extensions/tsp_api.py +++ b/test/agentchat/extensions/tsp_api.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/test_agent_file_logging.py b/test/agentchat/test_agent_file_logging.py index 181c8c1434..b2714aae45 100644 --- a/test/agentchat/test_agent_file_logging.py +++ b/test/agentchat/test_agent_file_logging.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/test_agent_logging.py b/test/agentchat/test_agent_logging.py index f94ae64a00..295a7b2bec 100644 --- a/test/agentchat/test_agent_logging.py +++ b/test/agentchat/test_agent_logging.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/test_agent_setup_with_use_docker_settings.py b/test/agentchat/test_agent_setup_with_use_docker_settings.py index 04d4c01aa9..018ae810ac 100644 --- a/test/agentchat/test_agent_setup_with_use_docker_settings.py +++ b/test/agentchat/test_agent_setup_with_use_docker_settings.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/test_agent_usage.py b/test/agentchat/test_agent_usage.py index d9906b09b2..250d116546 100755 --- a/test/agentchat/test_agent_usage.py +++ b/test/agentchat/test_agent_usage.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/test_agentchat_utils.py b/test/agentchat/test_agentchat_utils.py index 530dcf5f8f..63d84805be 100644 --- a/test/agentchat/test_agentchat_utils.py +++ b/test/agentchat/test_agentchat_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/test_assistant_agent.py b/test/agentchat/test_assistant_agent.py index 1854752f8f..6a9602d3e5 100755 --- a/test/agentchat/test_assistant_agent.py +++ b/test/agentchat/test_assistant_agent.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/test_async.py b/test/agentchat/test_async.py index 01fee6bbde..2fd7ba0bac 100755 --- a/test/agentchat/test_async.py +++ b/test/agentchat/test_async.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/test_async_chats.py b/test/agentchat/test_async_chats.py index 4749e1d46e..58ba3b9d6a 100755 --- a/test/agentchat/test_async_chats.py +++ b/test/agentchat/test_async_chats.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/test_async_get_human_input.py b/test/agentchat/test_async_get_human_input.py index 8ff215ccd8..b512db6b0b 100755 --- a/test/agentchat/test_async_get_human_input.py +++ b/test/agentchat/test_async_get_human_input.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/test_cache_agent.py b/test/agentchat/test_cache_agent.py index 9a16eaac7d..af980080bf 100644 --- a/test/agentchat/test_cache_agent.py +++ b/test/agentchat/test_cache_agent.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/test_chats.py b/test/agentchat/test_chats.py index 318d52674c..10e139ddc7 100755 --- a/test/agentchat/test_chats.py +++ b/test/agentchat/test_chats.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/test_conversable_agent.py b/test/agentchat/test_conversable_agent.py index 5f79f72ab0..0c0fa6d836 100755 --- a/test/agentchat/test_conversable_agent.py +++ b/test/agentchat/test_conversable_agent.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/test_function_and_tool_calling.py b/test/agentchat/test_function_and_tool_calling.py index ffe57dd8da..ab6a26ff23 100644 --- a/test/agentchat/test_function_and_tool_calling.py +++ b/test/agentchat/test_function_and_tool_calling.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/test_function_call.py b/test/agentchat/test_function_call.py index deb554ff99..50c999d0be 100755 --- a/test/agentchat/test_function_call.py +++ b/test/agentchat/test_function_call.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/test_function_call_groupchat.py b/test/agentchat/test_function_call_groupchat.py index fbffebc9ff..2badb1288e 100755 --- a/test/agentchat/test_function_call_groupchat.py +++ b/test/agentchat/test_function_call_groupchat.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/test_groupchat.py b/test/agentchat/test_groupchat.py index a9cb8091af..7364360700 100755 --- a/test/agentchat/test_groupchat.py +++ b/test/agentchat/test_groupchat.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/test_human_input.py b/test/agentchat/test_human_input.py index 5f848e1bd1..78488aa767 100755 --- a/test/agentchat/test_human_input.py +++ b/test/agentchat/test_human_input.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/test_math_user_proxy_agent.py b/test/agentchat/test_math_user_proxy_agent.py index 214295e984..0d87c0686f 100755 --- a/test/agentchat/test_math_user_proxy_agent.py +++ b/test/agentchat/test_math_user_proxy_agent.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/test_nested.py b/test/agentchat/test_nested.py index 150a35e607..e59aa58fcb 100755 --- a/test/agentchat/test_nested.py +++ b/test/agentchat/test_nested.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/agentchat/test_tool_calls.py b/test/agentchat/test_tool_calls.py index 99b19725f0..faa8ef7fde 100755 --- a/test/agentchat/test_tool_calls.py +++ b/test/agentchat/test_tool_calls.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/cache/test_cache.py b/test/cache/test_cache.py index 602f1c87fc..a71e4ec173 100755 --- a/test/cache/test_cache.py +++ b/test/cache/test_cache.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/cache/test_cosmos_db_cache.py b/test/cache/test_cosmos_db_cache.py index 34bac89037..290d2cc93b 100644 --- a/test/cache/test_cosmos_db_cache.py +++ b/test/cache/test_cosmos_db_cache.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/cache/test_disk_cache.py b/test/cache/test_disk_cache.py index b91c8ca80f..8e814f3cfa 100755 --- a/test/cache/test_disk_cache.py +++ b/test/cache/test_disk_cache.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/cache/test_in_memory_cache.py b/test/cache/test_in_memory_cache.py index 3d447d3377..022d583b3a 100644 --- a/test/cache/test_in_memory_cache.py +++ b/test/cache/test_in_memory_cache.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/cache/test_redis_cache.py b/test/cache/test_redis_cache.py index 25b85bb235..63a831b433 100755 --- a/test/cache/test_redis_cache.py +++ b/test/cache/test_redis_cache.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/conftest.py b/test/conftest.py index df6a650d0c..e1afbd5431 100644 --- a/test/conftest.py +++ b/test/conftest.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/io/test_base.py b/test/io/test_base.py index d9ac8947e3..169ef80e00 100644 --- a/test/io/test_base.py +++ b/test/io/test_base.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/io/test_console.py b/test/io/test_console.py index d7e04ca2a1..ea459fcd98 100644 --- a/test/io/test_console.py +++ b/test/io/test_console.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/io/test_websockets.py b/test/io/test_websockets.py index 340188a134..88e68ac335 100644 --- a/test/io/test_websockets.py +++ b/test/io/test_websockets.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/oai/_test_completion.py b/test/oai/_test_completion.py index fd6a6752b7..81678caa18 100755 --- a/test/oai/_test_completion.py +++ b/test/oai/_test_completion.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/oai/test_anthropic.py b/test/oai/test_anthropic.py index 9ccba3f3c2..36e944e819 100644 --- a/test/oai/test_anthropic.py +++ b/test/oai/test_anthropic.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/oai/test_client.py b/test/oai/test_client.py index 288dfbb6b7..8cd80b07d0 100755 --- a/test/oai/test_client.py +++ b/test/oai/test_client.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/oai/test_client_stream.py b/test/oai/test_client_stream.py index 407cfad994..76cc9384b8 100755 --- a/test/oai/test_client_stream.py +++ b/test/oai/test_client_stream.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/oai/test_client_utils.py b/test/oai/test_client_utils.py index 504519e7e5..f610355a03 100644 --- a/test/oai/test_client_utils.py +++ b/test/oai/test_client_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/oai/test_cohere.py b/test/oai/test_cohere.py index 6e3038f31f..82a52225b1 100644 --- a/test/oai/test_cohere.py +++ b/test/oai/test_cohere.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/oai/test_custom_client.py b/test/oai/test_custom_client.py index 48bcc728eb..4a10f0da6c 100644 --- a/test/oai/test_custom_client.py +++ b/test/oai/test_custom_client.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/oai/test_gemini.py b/test/oai/test_gemini.py index 8ce0d3cda6..e3ff2e3324 100644 --- a/test/oai/test_gemini.py +++ b/test/oai/test_gemini.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/oai/test_groq.py b/test/oai/test_groq.py index de2385a237..24aab48841 100644 --- a/test/oai/test_groq.py +++ b/test/oai/test_groq.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/oai/test_mistral.py b/test/oai/test_mistral.py index 9663a2d019..b2314086f8 100644 --- a/test/oai/test_mistral.py +++ b/test/oai/test_mistral.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/oai/test_together.py b/test/oai/test_together.py index 000729c40d..1bb2efe1bc 100644 --- a/test/oai/test_together.py +++ b/test/oai/test_together.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/oai/test_utils.py b/test/oai/test_utils.py index adf9fc2c9e..b86eaaf1ab 100755 --- a/test/oai/test_utils.py +++ b/test/oai/test_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/test_browser_utils.py b/test/test_browser_utils.py index c47fd7fe8e..32c091bdec 100755 --- a/test/test_browser_utils.py +++ b/test/test_browser_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # @@ -16,7 +16,7 @@ import requests from agentchat.test_assistant_agent import KEY_LOC # noqa: E402 -BLOG_POST_URL = "https://autogenhub.github.io/autogen/blog/2023/04/21/LLM-tuning-math" +BLOG_POST_URL = "https://ag2labs.github.io/autogen/blog/2023/04/21/LLM-tuning-math" BLOG_POST_TITLE = "Does Model and Inference Parameter Matter in LLM Applications? - A Case Study for MATH | AutoGen" BLOG_POST_STRING = "Large language models (LLMs) are powerful tools that can generate natural language texts for various applications, such as chatbots, summarization, translation, and more. GPT-4 is currently the state of the art LLM in the world. Is model selection irrelevant? What about inference parameters?" diff --git a/test/test_code_utils.py b/test/test_code_utils.py index c10262d70e..ac9d566bd7 100755 --- a/test/test_code_utils.py +++ b/test/test_code_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/test_function_utils.py b/test/test_function_utils.py index bb7a6d4480..9794df04ad 100644 --- a/test/test_function_utils.py +++ b/test/test_function_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/test_graph_utils.py b/test/test_graph_utils.py index 9b4537bd38..034e30688a 100644 --- a/test/test_graph_utils.py +++ b/test/test_graph_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/test_logging.py b/test/test_logging.py index 0e26574771..8a8989e091 100644 --- a/test/test_logging.py +++ b/test/test_logging.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/test_notebook.py b/test/test_notebook.py index f961525fd0..06d94a1332 100755 --- a/test/test_notebook.py +++ b/test/test_notebook.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/test_pydantic.py b/test/test_pydantic.py index d496fe0b7d..461b5bb2c3 100644 --- a/test/test_pydantic.py +++ b/test/test_pydantic.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/test_retrieve_utils.py b/test/test_retrieve_utils.py index 83be2f4425..096e1aeb97 100755 --- a/test/test_retrieve_utils.py +++ b/test/test_retrieve_utils.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/test_token_count.py b/test/test_token_count.py index 2019a7efda..07d989e5de 100755 --- a/test/test_token_count.py +++ b/test/test_token_count.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # diff --git a/test/twoagent.py b/test/twoagent.py index 96e6af63e5..ff354f7a42 100644 --- a/test/twoagent.py +++ b/test/twoagent.py @@ -1,4 +1,4 @@ -# Copyright (c) 2023 - 2024, Owners of https://github.com/autogenhub +# Copyright (c) 2023 - 2024, Owners of https://github.com/ag2labs # # SPDX-License-Identifier: Apache-2.0 # @@ -7,7 +7,7 @@ from autogen import AssistantAgent, UserProxyAgent, config_list_from_json # Load LLM inference endpoints from an env variable or a file -# See https://autogenhub.github.io/autogen/docs/FAQ#set-your-api-endpoints +# See https://ag2labs.github.io/autogen/docs/FAQ#set-your-api-endpoints # and OAI_CONFIG_LIST_sample config_list = config_list_from_json(env_or_file="OAI_CONFIG_LIST") assistant = AssistantAgent("assistant", llm_config={"config_list": config_list}) diff --git a/website/blog/2023-10-18-RetrieveChat/index.mdx b/website/blog/2023-10-18-RetrieveChat/index.mdx index 188e762e63..e65054fa32 100644 --- a/website/blog/2023-10-18-RetrieveChat/index.mdx +++ b/website/blog/2023-10-18-RetrieveChat/index.mdx @@ -82,7 +82,7 @@ from autogen.agentchat.contrib.retrieve_user_proxy_agent import RetrieveUserProx 2. Create an 'AssistantAgent' instance named "assistant" and an 'RetrieveUserProxyAgent' instance named "ragproxyagent" -Refer to the [doc](https://autogenhub.github.io/autogen/docs/reference/agentchat/contrib/retrieve_user_proxy_agent) +Refer to the [doc](https://ag2labs.github.io/autogen/docs/reference/agentchat/contrib/retrieve_user_proxy_agent) for more information on the detailed configurations. ```python diff --git a/website/blog/2023-10-26-TeachableAgent/index.mdx b/website/blog/2023-10-26-TeachableAgent/index.mdx index adbbbbc08b..6a9bacf535 100644 --- a/website/blog/2023-10-26-TeachableAgent/index.mdx +++ b/website/blog/2023-10-26-TeachableAgent/index.mdx @@ -54,7 +54,7 @@ from autogen import ConversableAgent # As an example ```python # Load LLM inference endpoints from an env variable or a file -# See https://autogenhub.github.io/autogen/docs/FAQ#set-your-api-endpoints +# See https://ag2labs.github.io/autogen/docs/FAQ#set-your-api-endpoints # and OAI_CONFIG_LIST_sample filter_dict = {"model": ["gpt-4"]} # GPT-3.5 is less reliable than GPT-4 at learning from user feedback. config_list = config_list_from_json(env_or_file="OAI_CONFIG_LIST", filter_dict=filter_dict) diff --git a/website/blog/2023-11-20-AgentEval/index.mdx b/website/blog/2023-11-20-AgentEval/index.mdx index 20c0c4ad6e..0620bc2336 100644 --- a/website/blog/2023-11-20-AgentEval/index.mdx +++ b/website/blog/2023-11-20-AgentEval/index.mdx @@ -14,7 +14,7 @@ tags: [LLM, GPT, evaluation, task utility] **TL;DR:** * As a developer of an LLM-powered application, how can you assess the utility it brings to end users while helping them with their tasks? * To shed light on the question above, we introduce `AgentEval` — the first version of the framework to assess the utility of any LLM-powered application crafted to assist users in specific tasks. AgentEval aims to simplify the evaluation process by automatically proposing a set of criteria tailored to the unique purpose of your application. This allows for a comprehensive assessment, quantifying the utility of your application against the suggested criteria. -* We demonstrate how `AgentEval` work using [math problems dataset](https://autogenhub.github.io/autogen/blog/2023/06/28/MathChat) as an example in the [following notebook](https://github.com/microsoft/autogen/blob/main/notebook/agenteval_cq_math.ipynb). Any feedback would be useful for future development. Please contact us on our [Discord](http://aka.ms/autogen-dc). +* We demonstrate how `AgentEval` work using [math problems dataset](https://ag2labs.github.io/autogen/blog/2023/06/28/MathChat) as an example in the [following notebook](https://github.com/microsoft/autogen/blob/main/notebook/agenteval_cq_math.ipynb). Any feedback would be useful for future development. Please contact us on our [Discord](http://aka.ms/autogen-dc). ## Introduction diff --git a/website/blog/2023-12-01-AutoGenStudio/index.mdx b/website/blog/2023-12-01-AutoGenStudio/index.mdx index 09fb76ea34..411a7670a7 100644 --- a/website/blog/2023-12-01-AutoGenStudio/index.mdx +++ b/website/blog/2023-12-01-AutoGenStudio/index.mdx @@ -26,9 +26,9 @@ To help you rapidly prototype multi-agent solutions for your tasks, we are intro - Publish your sessions to a local gallery. -See the official AutoGen Studio documentation [here](https://autogenhub.github.io/autogen/docs/autogen-studio/getting-started) for more details. +See the official AutoGen Studio documentation [here](https://ag2labs.github.io/autogen/docs/autogen-studio/getting-started) for more details. -AutoGen Studio is open source [code here](https://github.com/autogenhub/build-with-autogen/blob/main/samples/apps/autogen-studio), and can be installed via pip. Give it a try! +AutoGen Studio is open source [code here](https://github.com/ag2labs/build-with-autogen/blob/main/samples/apps/autogen-studio), and can be installed via pip. Give it a try! ```bash pip install autogenstudio @@ -48,7 +48,7 @@ The following guide will help you get AutoGen Studio up and running on your syst ### Configuring an LLM Provider -To get started, you need access to a language model. You can get this set up by following the steps in the AutoGen documentation [here](https://autogenhub.github.io/autogen/docs/FAQ#set-your-api-endpoints). Configure your environment with either `OPENAI_API_KEY` or `AZURE_OPENAI_API_KEY`. +To get started, you need access to a language model. You can get this set up by following the steps in the AutoGen documentation [here](https://ag2labs.github.io/autogen/docs/FAQ#set-your-api-endpoints). Configure your environment with either `OPENAI_API_KEY` or `AZURE_OPENAI_API_KEY`. For example, in your terminal, you would set the API key like this: @@ -104,7 +104,7 @@ There are two ways to install AutoGen Studio - from PyPi or from source. We **re yarn build ``` - For Windows users, to build the frontend, you may need alternative commands provided in the [autogen studio readme](https://github.com/autogenhub/build-with-autogen/blob/main/samples/apps/autogen-studio). + For Windows users, to build the frontend, you may need alternative commands provided in the [autogen studio readme](https://github.com/ag2labs/build-with-autogen/blob/main/samples/apps/autogen-studio). ### Running the Application @@ -168,7 +168,7 @@ AutoGen Studio comes with 3 example skills: `fetch_profile`, `find_papers`, `gen ## The AutoGen Studio API -While AutoGen Studio is a web interface, it is powered by an underlying python API that is reusable and modular. Importantly, we have implemented an API where agent workflows can be declaratively specified (in JSON), loaded and run. An example of the current API is shown below. Please consult the [AutoGen Studio repo](https://github.com/autogenhub/build-with-autogen/blob/main/samples/apps/autogen-studio) for more details. +While AutoGen Studio is a web interface, it is powered by an underlying python API that is reusable and modular. Importantly, we have implemented an API where agent workflows can be declaratively specified (in JSON), loaded and run. An example of the current API is shown below. Please consult the [AutoGen Studio repo](https://github.com/ag2labs/build-with-autogen/blob/main/samples/apps/autogen-studio) for more details. ```python import json @@ -219,7 +219,7 @@ A: To reset your conversation history, you can delete the `database.sqlite` file A: Yes, you can view the generated messages in the debug console of the web UI, providing insights into the agent interactions. Alternatively, you can inspect the `database.sqlite` file for a comprehensive record of messages. **Q: Where can I find documentation and support for AutoGen Studio?** -A: We are constantly working to improve AutoGen Studio. For the latest updates, please refer to the [AutoGen Studio Readme](https://github.com/autogenhub/build-with-autogen/blob/main/samples/apps/autogen-studio). For additional support, please open an issue on [GitHub](https://github.com/ag2labs/ag2) or ask questions on [Discord](https://aka.ms/autogen-dc). +A: We are constantly working to improve AutoGen Studio. For the latest updates, please refer to the [AutoGen Studio Readme](https://github.com/ag2labs/build-with-autogen/blob/main/samples/apps/autogen-studio). For additional support, please open an issue on [GitHub](https://github.com/ag2labs/ag2) or ask questions on [Discord](https://aka.ms/autogen-dc). **Q: Can I use Other Models with AutoGen Studio?** Yes. AutoGen standardizes on the openai model api format, and you can use any api server that offers an openai compliant endpoint. In the AutoGen Studio UI, each agent has an `llm_config` field where you can input your model endpoint details including `model name`, `api key`, `base url`, `model type` and `api version`. For Azure OpenAI models, you can find these details in the Azure portal. Note that for Azure OpenAI, the `model name` is the deployment id or engine, and the `model type` is "azure". diff --git a/website/blog/2023-12-23-AgentOptimizer/index.mdx b/website/blog/2023-12-23-AgentOptimizer/index.mdx index 38ad81d917..3c6a8f2edf 100644 --- a/website/blog/2023-12-23-AgentOptimizer/index.mdx +++ b/website/blog/2023-12-23-AgentOptimizer/index.mdx @@ -36,7 +36,7 @@ It contains three main methods: This method records the conversation history and performance of the agents in solving one problem. It includes two inputs: conversation_history (List[Dict]) and is_satisfied (bool). -conversation_history is a list of dictionaries which could be got from chat_messages_for_summary in the [AgentChat](https://autogenhub.github.io/autogen/docs/reference/agentchat/agentchat/) class. +conversation_history is a list of dictionaries which could be got from chat_messages_for_summary in the [AgentChat](https://ag2labs.github.io/autogen/docs/reference/agentchat/agentchat/) class. is_satisfied is a bool value that represents whether the user is satisfied with the solution. If it is none, the user will be asked to input the satisfaction. Example: diff --git a/website/blog/2023-12-29-AgentDescriptions/index.mdx b/website/blog/2023-12-29-AgentDescriptions/index.mdx index 50477caa98..205f4502e8 100644 --- a/website/blog/2023-12-29-AgentDescriptions/index.mdx +++ b/website/blog/2023-12-29-AgentDescriptions/index.mdx @@ -8,7 +8,7 @@ tags: [AutoGen] ## TL;DR -AutoGen 0.2.2 introduces a [description](https://autogenhub.github.io/autogen/docs/reference/agentchat/conversable_agent#__init__) field to ConversableAgent (and all subclasses), and changes GroupChat so that it uses agent `description`s rather than `system_message`s when choosing which agents should speak next. +AutoGen 0.2.2 introduces a [description](https://ag2labs.github.io/autogen/docs/reference/agentchat/conversable_agent#__init__) field to ConversableAgent (and all subclasses), and changes GroupChat so that it uses agent `description`s rather than `system_message`s when choosing which agents should speak next. This is expected to simplify GroupChat’s job, improve orchestration, and make it easier to implement new GroupChat or GroupChat-like alternatives. @@ -18,9 +18,9 @@ However, if you were struggling with getting GroupChat to work, you can now try ## Introduction -As AutoGen matures and developers build increasingly complex combinations of agents, orchestration is becoming an important capability. At present, [GroupChat](https://autogenhub.github.io/autogen/docs/reference/agentchat/groupchat#groupchat-objects) and the [GroupChatManager](https://autogenhub.github.io/autogen/docs/reference/agentchat/groupchat#groupchatmanager-objects) are the main built-in tools for orchestrating conversations between 3 or more agents. For orchestrators like GroupChat to work well, they need to know something about each agent so that they can decide who should speak and when. Prior to AutoGen 0.2.2, GroupChat relied on each agent's `system_message` and `name` to learn about each participating agent. This is likely fine when the system prompt is short and sweet, but can lead to problems when the instructions are very long (e.g., with the [AssistantAgent](https://autogenhub.github.io/autogen/docs/reference/agentchat/assistant_agent)), or non-existent (e.g., with the [UserProxyAgent](https://autogenhub.github.io/autogen/docs/reference/agentchat/user_proxy_agent)). +As AutoGen matures and developers build increasingly complex combinations of agents, orchestration is becoming an important capability. At present, [GroupChat](https://ag2labs.github.io/autogen/docs/reference/agentchat/groupchat#groupchat-objects) and the [GroupChatManager](https://ag2labs.github.io/autogen/docs/reference/agentchat/groupchat#groupchatmanager-objects) are the main built-in tools for orchestrating conversations between 3 or more agents. For orchestrators like GroupChat to work well, they need to know something about each agent so that they can decide who should speak and when. Prior to AutoGen 0.2.2, GroupChat relied on each agent's `system_message` and `name` to learn about each participating agent. This is likely fine when the system prompt is short and sweet, but can lead to problems when the instructions are very long (e.g., with the [AssistantAgent](https://ag2labs.github.io/autogen/docs/reference/agentchat/assistant_agent)), or non-existent (e.g., with the [UserProxyAgent](https://ag2labs.github.io/autogen/docs/reference/agentchat/user_proxy_agent)). -AutoGen 0.2.2 introduces a [description](https://autogenhub.github.io/autogen/docs/reference/agentchat/conversable_agent#__init__) field to all agents, and replaces the use of the `system_message` for orchestration in GroupChat and all future orchestrators. The `description` field defaults to the `system_message` to ensure backwards compatibility, so you may not need to change anything with your code if things are working well for you. However, if you were struggling with GroupChat, give setting the `description` field a try. +AutoGen 0.2.2 introduces a [description](https://ag2labs.github.io/autogen/docs/reference/agentchat/conversable_agent#__init__) field to all agents, and replaces the use of the `system_message` for orchestration in GroupChat and all future orchestrators. The `description` field defaults to the `system_message` to ensure backwards compatibility, so you may not need to change anything with your code if things are working well for you. However, if you were struggling with GroupChat, give setting the `description` field a try. The remainder of this post provides an example of how using the `description` field simplifies GroupChat's job, provides some evidence of its effectiveness, and provides tips for writing good descriptions. diff --git a/website/blog/2024-01-23-Code-execution-in-docker/index.mdx b/website/blog/2024-01-23-Code-execution-in-docker/index.mdx index 4aaf0e7cd1..c143f86519 100644 --- a/website/blog/2024-01-23-Code-execution-in-docker/index.mdx +++ b/website/blog/2024-01-23-Code-execution-in-docker/index.mdx @@ -55,8 +55,8 @@ user_proxy = autogen.UserProxyAgent(name="user_proxy", llm_config=llm_config, ## Related documentation -- [Code execution with docker](https://autogenhub.github.io/autogen/docs/Installation#code-execution-with-docker-default) -- [How to disable code execution in docker](https://autogenhub.github.io/autogen/docs/FAQ#agents-are-throwing-due-to-docker-not-running-how-can-i-resolve-this) +- [Code execution with docker](https://ag2labs.github.io/autogen/docs/Installation#code-execution-with-docker-default) +- [How to disable code execution in docker](https://ag2labs.github.io/autogen/docs/FAQ#agents-are-throwing-due-to-docker-not-running-how-can-i-resolve-this) ## Conclusion diff --git a/website/blog/2024-01-25-AutoGenBench/index.mdx b/website/blog/2024-01-25-AutoGenBench/index.mdx index 7967958e1b..4d4bfd89b2 100644 --- a/website/blog/2024-01-25-AutoGenBench/index.mdx +++ b/website/blog/2024-01-25-AutoGenBench/index.mdx @@ -21,8 +21,8 @@ Today we are releasing AutoGenBench - a tool for evaluating AutoGen agents and w AutoGenBench is a standalone command line tool, installable from PyPI, which handles downloading, configuring, running, and reporting supported benchmarks. AutoGenBench works best when run alongside Docker, since it uses Docker to isolate tests from one another. -- See the [AutoGenBench README](https://github.com/autogenhub/build-with-autogen/blob/main/samples/tools/autogenbench/README.md) for information on installation and running benchmarks. -- See the [AutoGenBench CONTRIBUTING guide](https://github.com/autogenhub/build-with-autogen/blob/main/samples/tools/autogenbench/CONTRIBUTING.md) for information on developing or contributing benchmark datasets. +- See the [AutoGenBench README](https://github.com/ag2labs/build-with-autogen/blob/main/samples/tools/autogenbench/README.md) for information on installation and running benchmarks. +- See the [AutoGenBench CONTRIBUTING guide](https://github.com/ag2labs/build-with-autogen/blob/main/samples/tools/autogenbench/CONTRIBUTING.md) for information on developing or contributing benchmark datasets. ### Quick Start @@ -42,7 +42,7 @@ autogenbench tabulate Results/human_eval_two_agents ## Introduction -Measurement and evaluation are core components of every major AI or ML research project. The same is true for AutoGen. To this end, today we are releasing AutoGenBench, a standalone command line tool that we have been using to guide development of AutoGen. Conveniently, AutoGenBench handles: downloading, configuring, running, and reporting results of agents on various public benchmark datasets. In addition to reporting top-line numbers, each AutoGenBench run produces a comprehensive set of logs and telemetry that can be used for debugging, profiling, computing custom metrics, and as input to [AgentEval](https://autogenhub.github.io/autogen/blog/2023/11/20/AgentEval). In the remainder of this blog post, we outline core design principles for AutoGenBench (key to understanding its operation); present a guide to installing and running AutoGenBench; outline a roadmap for evaluation; and conclude with an open call for contributions. +Measurement and evaluation are core components of every major AI or ML research project. The same is true for AutoGen. To this end, today we are releasing AutoGenBench, a standalone command line tool that we have been using to guide development of AutoGen. Conveniently, AutoGenBench handles: downloading, configuring, running, and reporting results of agents on various public benchmark datasets. In addition to reporting top-line numbers, each AutoGenBench run produces a comprehensive set of logs and telemetry that can be used for debugging, profiling, computing custom metrics, and as input to [AgentEval](https://ag2labs.github.io/autogen/blog/2023/11/20/AgentEval). In the remainder of this blog post, we outline core design principles for AutoGenBench (key to understanding its operation); present a guide to installing and running AutoGenBench; outline a roadmap for evaluation; and conclude with an open call for contributions. ## Design Principles @@ -52,7 +52,7 @@ AutoGenBench is designed around three core design principles. Knowing these prin - **Isolation:** Agents interact with their worlds in both subtle and overt ways. For example an agent may install a python library or write a file to disk. This can lead to ordering effects that can impact future measurements. Consider, for example, comparing two agents on a common benchmark. One agent may appear more efficient than the other simply because it ran second, and benefitted from the hard work the first agent did in installing and debugging necessary Python libraries. To address this, AutoGenBench isolates each task in its own Docker container. This ensures that all runs start with the same initial conditions. (Docker is also a _much safer way to run agent-produced code_, in general.) -- **Instrumentation:** While top-line metrics are great for comparing agents or models, we often want much more information about how the agents are performing, where they are getting stuck, and how they can be improved. We may also later think of new research questions that require computing a different set of metrics. To this end, AutoGenBench is designed to log everything, and to compute metrics from those logs. This ensures that one can always go back to the logs to answer questions about what happened, run profiling software, or feed the logs into tools like [AgentEval](https://autogenhub.github.io/autogen/blog/2023/11/20/AgentEval). +- **Instrumentation:** While top-line metrics are great for comparing agents or models, we often want much more information about how the agents are performing, where they are getting stuck, and how they can be improved. We may also later think of new research questions that require computing a different set of metrics. To this end, AutoGenBench is designed to log everything, and to compute metrics from those logs. This ensures that one can always go back to the logs to answer questions about what happened, run profiling software, or feed the logs into tools like [AgentEval](https://ag2labs.github.io/autogen/blog/2023/11/20/AgentEval). ## Installing and Running AutoGenBench @@ -125,7 +125,7 @@ Please do not cite these values in academic work without first inspecting and ve From this output we can see the results of the three separate repetitions of each task, and final summary statistics of each run. In this case, the results were generated via GPT-4 (as defined in the OAI_CONFIG_LIST that was provided), and used the `TwoAgents` template. **It is important to remember that AutoGenBench evaluates _specific_ end-to-end configurations of agents (as opposed to evaluating a model or cognitive framework more generally).** -Finally, complete execution traces and logs can be found in the `Results` folder. See the [AutoGenBench README](https://github.com/autogenhub/build-with-autogen/blob/main/samples/tools/autogenbench/README.md) for more details about command-line options and output formats. Each of these commands also offers extensive in-line help via: +Finally, complete execution traces and logs can be found in the `Results` folder. See the [AutoGenBench README](https://github.com/ag2labs/build-with-autogen/blob/main/samples/tools/autogenbench/README.md) for more details about command-line options and output formats. Each of these commands also offers extensive in-line help via: - `autogenbench --help` - `autogenbench clone --help` @@ -145,4 +145,4 @@ For an up to date tracking of our work items on this project, please see [AutoGe ## Call for Participation -Finally, we want to end this blog post with an open call for contributions. AutoGenBench is still nascent, and has much opportunity for improvement. New benchmarks are constantly being published, and will need to be added. Everyone may have their own distinct set of metrics that they care most about optimizing, and these metrics should be onboarded. To this end, we welcome any and all contributions to this corner of the AutoGen project. If contributing is something that interests you, please see the [contributor’s guide](https://github.com/autogenhub/build-with-autogen/blob/main/samples/tools/autogenbench/CONTRIBUTING.md) and join our [Discord](https://aka.ms/autogen-dc) discussion in the [#autogenbench](https://discord.com/channels/1153072414184452236/1199851779328847902) channel! +Finally, we want to end this blog post with an open call for contributions. AutoGenBench is still nascent, and has much opportunity for improvement. New benchmarks are constantly being published, and will need to be added. Everyone may have their own distinct set of metrics that they care most about optimizing, and these metrics should be onboarded. To this end, we welcome any and all contributions to this corner of the AutoGen project. If contributing is something that interests you, please see the [contributor’s guide](https://github.com/ag2labs/build-with-autogen/blob/main/samples/tools/autogenbench/CONTRIBUTING.md) and join our [Discord](https://aka.ms/autogen-dc) discussion in the [#autogenbench](https://discord.com/channels/1153072414184452236/1199851779328847902) channel! diff --git a/website/blog/2024-02-02-AutoAnny/index.mdx b/website/blog/2024-02-02-AutoAnny/index.mdx index 860331a9e5..c346891ad1 100644 --- a/website/blog/2024-02-02-AutoAnny/index.mdx +++ b/website/blog/2024-02-02-AutoAnny/index.mdx @@ -16,7 +16,7 @@ import AutoAnnyLogo from './img/AutoAnnyLogo.jpg'; ## TL;DR We are adding a new sample app called Anny-- a simple Discord bot powered -by AutoGen that's intended to assist AutoGen Devs. See [`samples/apps/auto-anny`](https://github.com/autogenhub/build-with-autogen/tree/main/samples/apps/auto-anny) for details. +by AutoGen that's intended to assist AutoGen Devs. See [`samples/apps/auto-anny`](https://github.com/ag2labs/build-with-autogen/tree/main/samples/apps/auto-anny) for details. ## Introduction @@ -41,7 +41,7 @@ The current version of Anny is pretty simple -- it uses the Discord API and Auto For example, it supports commands like `/heyanny help` for command listing, `/heyanny ghstatus` for GitHub activity summary, `/heyanny ghgrowth` for GitHub repo growth indicators, and `/heyanny ghunattended` for listing unattended issues and PRs. Most of these commands use multiple AutoGen agents to accomplish these task. -To use Anny, please follow instructions in [`samples/apps/auto-anny`](https://github.com/autogenhub/build-with-autogen/tree/main/samples/apps/auto-anny). +To use Anny, please follow instructions in [`samples/apps/auto-anny`](https://github.com/ag2labs/build-with-autogen/tree/main/samples/apps/auto-anny). ## It's Not Just for AutoGen If you're an open-source developer managing your own project, you can probably relate to our challenges. We invite you to check out Anny and contribute to its development and roadmap. diff --git a/website/blog/2024-02-11-FSM-GroupChat/index.mdx b/website/blog/2024-02-11-FSM-GroupChat/index.mdx index 7ab50021bb..fd00f16215 100644 --- a/website/blog/2024-02-11-FSM-GroupChat/index.mdx +++ b/website/blog/2024-02-11-FSM-GroupChat/index.mdx @@ -285,4 +285,4 @@ pip install autogen[graph] ``` ## Notebook examples -More examples can be found in the [notebook](https://autogenhub.github.io/autogen/docs/notebooks/agentchat_groupchat_finite_state_machine/). The notebook includes more examples of possible transition paths such as (1) hub and spoke, (2) sequential team operations, and (3) think aloud and debate. It also uses the function `visualize_speaker_transitions_dict` from `autogen.graph_utils` to visualize the various graphs. +More examples can be found in the [notebook](https://ag2labs.github.io/autogen/docs/notebooks/agentchat_groupchat_finite_state_machine/). The notebook includes more examples of possible transition paths such as (1) hub and spoke, (2) sequential team operations, and (3) think aloud and debate. It also uses the function `visualize_speaker_transitions_dict` from `autogen.graph_utils` to visualize the various graphs. diff --git a/website/blog/2024-05-24-Agent/index.mdx b/website/blog/2024-05-24-Agent/index.mdx index 0e063ea448..9f9dc5f35a 100644 --- a/website/blog/2024-05-24-Agent/index.mdx +++ b/website/blog/2024-05-24-Agent/index.mdx @@ -143,7 +143,7 @@ better with low cost. [EcoAssistant](/blog/2023/11/09/EcoAssistant) is a good ex There are certainly tradeoffs to make. The large design space of multi-agents offers these tradeoffs and opens up new opportunities for optimization. -> Over a year since the debut of Ask AT&T, the generative AI platform to which we’ve onboarded over 80,000 users, AT&T has been enhancing its capabilities by incorporating 'AI Agents'. These agents, powered by the Autogen framework pioneered by Microsoft (https://autogenhub.github.io/autogen/blog/2023/12/01/AutoGenStudio/), are designed to tackle complicated workflows and tasks that traditional language models find challenging. To drive collaboration, AT&T is contributing back to the open-source project by introducing features that facilitate enhanced security and role-based access for various projects and data. +> Over a year since the debut of Ask AT&T, the generative AI platform to which we’ve onboarded over 80,000 users, AT&T has been enhancing its capabilities by incorporating 'AI Agents'. These agents, powered by the Autogen framework pioneered by Microsoft (https://ag2labs.github.io/autogen/blog/2023/12/01/AutoGenStudio/), are designed to tackle complicated workflows and tasks that traditional language models find challenging. To drive collaboration, AT&T is contributing back to the open-source project by introducing features that facilitate enhanced security and role-based access for various projects and data. > > > Andy Markus, Chief Data Officer at AT&T diff --git a/website/blog/2024-06-21-AgentEval/index.mdx b/website/blog/2024-06-21-AgentEval/index.mdx index ce2ee41929..8d88343afd 100644 --- a/website/blog/2024-06-21-AgentEval/index.mdx +++ b/website/blog/2024-06-21-AgentEval/index.mdx @@ -15,13 +15,13 @@ tags: [LLM, GPT, evaluation, task utility] TL;DR: * As a developer, how can you assess the utility and effectiveness of an LLM-powered application in helping end users with their tasks? -* To shed light on the question above, we previously introduced [`AgentEval`](https://autogenhub.github.io/autogen/blog/2023/11/20/AgentEval/) — a framework to assess the multi-dimensional utility of any LLM-powered application crafted to assist users in specific tasks. We have now embedded it as part of the AutoGen library to ease developer adoption. +* To shed light on the question above, we previously introduced [`AgentEval`](https://ag2labs.github.io/autogen/blog/2023/11/20/AgentEval/) — a framework to assess the multi-dimensional utility of any LLM-powered application crafted to assist users in specific tasks. We have now embedded it as part of the AutoGen library to ease developer adoption. * Here, we introduce an updated version of AgentEval that includes a verification process to estimate the robustness of the QuantifierAgent. More details can be found in [this paper](https://arxiv.org/abs/2405.02178). ## Introduction -Previously introduced [`AgentEval`](https://autogenhub.github.io/autogen/blog/2023/11/20/AgentEval/) is a comprehensive framework designed to bridge the gap in assessing the utility of LLM-powered applications. It leverages recent advancements in LLMs to offer a scalable and cost-effective alternative to traditional human evaluations. The framework comprises three main agents: `CriticAgent`, `QuantifierAgent`, and `VerifierAgent`, each playing a crucial role in assessing the task utility of an application. +Previously introduced [`AgentEval`](https://ag2labs.github.io/autogen/blog/2023/11/20/AgentEval/) is a comprehensive framework designed to bridge the gap in assessing the utility of LLM-powered applications. It leverages recent advancements in LLMs to offer a scalable and cost-effective alternative to traditional human evaluations. The framework comprises three main agents: `CriticAgent`, `QuantifierAgent`, and `VerifierAgent`, each playing a crucial role in assessing the task utility of an application. **CriticAgent: Defining the Criteria** diff --git a/website/blog/2024-06-24-AltModels-Classes/index.mdx b/website/blog/2024-06-24-AltModels-Classes/index.mdx index 29ec6a5634..1defd586a8 100644 --- a/website/blog/2024-06-24-AltModels-Classes/index.mdx +++ b/website/blog/2024-06-24-AltModels-Classes/index.mdx @@ -48,7 +48,7 @@ AutoGen's ability to associate specific configurations to each agent means you c The common requirements of text generation and function/tool calling are supported by these client classes. -Multi-modal support, such as for image/audio/video, is an area of active development. The [Google Gemini](https://autogenhub.github.io/autogen/docs/topics/non-openai-models/cloud-gemini) client class can be +Multi-modal support, such as for image/audio/video, is an area of active development. The [Google Gemini](https://ag2labs.github.io/autogen/docs/topics/non-openai-models/cloud-gemini) client class can be used to create a multimodal agent. ## Tips @@ -58,9 +58,9 @@ Here are some tips when working with these client classes: - **Most to least capable** - start with larger models and get your workflow working, then iteratively try smaller models. - **Right model** - choose one that's suited to your task, whether it's coding, function calling, knowledge, or creative writing. - **Agent names** - these cloud providers do not use the `name` field on a message, so be sure to use your agent's name in their `system_message` and `description` fields, as well as instructing the LLM to 'act as' them. This is particularly important for "auto" speaker selection in group chats as we need to guide the LLM to choose the next agent based on a name, so tweak `select_speaker_message_template`, `select_speaker_prompt_template`, and `select_speaker_auto_multiple_template` with more guidance. -- **Context length** - as your conversation gets longer, models need to support larger context lengths, be mindful of what the model supports and consider using [Transform Messages](https://autogenhub.github.io/autogen/docs/topics/handling_long_contexts/intro_to_transform_messages) to manage context size. -- **Provider parameters** - providers have parameters you can set such as temperature, maximum tokens, top-k, top-p, and safety. See each client class in AutoGen's [API Reference](https://autogenhub.github.io/autogen/docs/reference/oai/gemini) or [documentation](https://autogenhub.github.io/autogen/docs/topics/non-openai-models/cloud-gemini) for details. -- **Prompts** - prompt engineering is critical in guiding smaller LLMs to do what you need. [ConversableAgent](https://autogenhub.github.io/autogen/docs/reference/agentchat/conversable_agent), [GroupChat](https://autogenhub.github.io/autogen/docs/reference/agentchat/groupchat), [UserProxyAgent](https://autogenhub.github.io/autogen/docs/reference/agentchat/user_proxy_agent), and [AssistantAgent](https://autogenhub.github.io/autogen/docs/reference/agentchat/assistant_agent) all have customizable prompt attributes that you can tailor. Here are some prompting tips from [Anthropic](https://docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/overview)([+Library](https://docs.anthropic.com/en/prompt-library/library)), [Mistral AI](https://docs.mistral.ai/guides/prompting_capabilities/), [Together.AI](https://docs.together.ai/docs/examples), and [Meta](https://llama.meta.com/docs/how-to-guides/prompting/). +- **Context length** - as your conversation gets longer, models need to support larger context lengths, be mindful of what the model supports and consider using [Transform Messages](https://ag2labs.github.io/autogen/docs/topics/handling_long_contexts/intro_to_transform_messages) to manage context size. +- **Provider parameters** - providers have parameters you can set such as temperature, maximum tokens, top-k, top-p, and safety. See each client class in AutoGen's [API Reference](https://ag2labs.github.io/autogen/docs/reference/oai/gemini) or [documentation](https://ag2labs.github.io/autogen/docs/topics/non-openai-models/cloud-gemini) for details. +- **Prompts** - prompt engineering is critical in guiding smaller LLMs to do what you need. [ConversableAgent](https://ag2labs.github.io/autogen/docs/reference/agentchat/conversable_agent), [GroupChat](https://ag2labs.github.io/autogen/docs/reference/agentchat/groupchat), [UserProxyAgent](https://ag2labs.github.io/autogen/docs/reference/agentchat/user_proxy_agent), and [AssistantAgent](https://ag2labs.github.io/autogen/docs/reference/agentchat/assistant_agent) all have customizable prompt attributes that you can tailor. Here are some prompting tips from [Anthropic](https://docs.anthropic.com/en/docs/build-with-claude/prompt-engineering/overview)([+Library](https://docs.anthropic.com/en/prompt-library/library)), [Mistral AI](https://docs.mistral.ai/guides/prompting_capabilities/), [Together.AI](https://docs.together.ai/docs/examples), and [Meta](https://llama.meta.com/docs/how-to-guides/prompting/). - **Help!** - reach out on the AutoGen [Discord](https://discord.gg/pAbnFJrkgZ) or [log an issue](https://github.com/microsoft/autogen/issues) if you need help with or can help improve these client classes. Now it's time to try them out. @@ -109,7 +109,7 @@ Add your model configurations to the `OAI_CONFIG_LIST`. Ensure you specify the ` ### Usage -The `[config_list_from_json](https://autogenhub.github.io/autogen/docs/reference/oai/openai_utils/#config_list_from_json)` function loads a list of configurations from an environment variable or a json file. +The `[config_list_from_json](https://ag2labs.github.io/autogen/docs/reference/oai/openai_utils/#config_list_from_json)` function loads a list of configurations from an environment variable or a json file. ```py import autogen @@ -150,7 +150,7 @@ user_proxy.intiate_chat(assistant, message="Write python code to print Hello Wor ``` -**NOTE: To integrate this setup into GroupChat, follow the [tutorial](https://autogenhub.github.io/autogen/docs/notebooks/agentchat_groupchat) with the same config as above.** +**NOTE: To integrate this setup into GroupChat, follow the [tutorial](https://ag2labs.github.io/autogen/docs/notebooks/agentchat_groupchat) with the same config as above.** ## Function Calls @@ -390,4 +390,4 @@ So we can see how Anthropic's Sonnet is able to suggest multiple tools in a sing ## More tips and tricks -For an interesting chess game between Anthropic's Sonnet and Mistral's Mixtral, we've put together a sample notebook that highlights some of the tips and tricks for working with non-OpenAI LLMs. [See the notebook here](https://autogenhub.github.io/autogen/docs/notebooks/agentchat_nested_chats_chess_altmodels). +For an interesting chess game between Anthropic's Sonnet and Mistral's Mixtral, we've put together a sample notebook that highlights some of the tips and tricks for working with non-OpenAI LLMs. [See the notebook here](https://ag2labs.github.io/autogen/docs/notebooks/agentchat_nested_chats_chess_altmodels). diff --git a/website/blog/2024-07-25-AgentOps/index.mdx b/website/blog/2024-07-25-AgentOps/index.mdx index 6be18abb29..520d3d6797 100644 --- a/website/blog/2024-07-25-AgentOps/index.mdx +++ b/website/blog/2024-07-25-AgentOps/index.mdx @@ -28,7 +28,7 @@ Agent observability, in its most basic form, allows you to monitor, troubleshoot ## Why AgentOps? -AutoGen has simplified the process of building agents, yet we recognized the need for an easy-to-use, native tool for observability. We've previously discussed AgentOps, and now we're excited to partner with AgentOps as our official agent observability tool. Integrating AgentOps with AutoGen simplifies your workflow and boosts your agents' performance through clear observability, ensuring they operate optimally. For more details, check out our [AgentOps documentation](https://autogenhub.github.io/autogen/docs/notebooks/agentchat_agentops/). +AutoGen has simplified the process of building agents, yet we recognized the need for an easy-to-use, native tool for observability. We've previously discussed AgentOps, and now we're excited to partner with AgentOps as our official agent observability tool. Integrating AgentOps with AutoGen simplifies your workflow and boosts your agents' performance through clear observability, ensuring they operate optimally. For more details, check out our [AgentOps documentation](https://ag2labs.github.io/autogen/docs/notebooks/agentchat_agentops/). Agent Session Replay diff --git a/website/docs/Examples.md b/website/docs/Examples.md index 25f478ea14..051989a024 100644 --- a/website/docs/Examples.md +++ b/website/docs/Examples.md @@ -40,7 +40,7 @@ Links to notebook examples: - Automated Continual Learning from New Data - [View Notebook](/docs/notebooks/agentchat_stream) -- [AutoAnny](https://github.com/autogenhub/build-with-autogen/tree/main/samples/apps/auto-anny) - A Discord bot built using AutoGen +- [AutoAnny](https://github.com/ag2labs/build-with-autogen/tree/main/samples/apps/auto-anny) - A Discord bot built using AutoGen ### Tool Use @@ -59,7 +59,7 @@ Links to notebook examples: ### Human Involvement -- Simple example in ChatGPT style [View example](https://github.com/autogenhub/build-with-autogen/blob/main/samples/simple_chat.py) +- Simple example in ChatGPT style [View example](https://github.com/ag2labs/build-with-autogen/blob/main/samples/simple_chat.py) - Auto Code Generation, Execution, Debugging and **Human Feedback** - [View Notebook](/docs/notebooks/agentchat_human_feedback) - Automated Task Solving with GPT-4 + **Multiple Human Users** - [View Notebook](/docs/notebooks/agentchat_two_users) - Agent Chat with **Async Human Inputs** - [View Notebook](/docs/notebooks/async_human_input) @@ -111,7 +111,7 @@ Links to notebook examples: ### Utilities -- API Unification - [View Documentation with Code Example](https://autogenhub.github.io/autogen/docs/Use-Cases/enhanced_inference/#api-unification) +- API Unification - [View Documentation with Code Example](https://ag2labs.github.io/autogen/docs/Use-Cases/enhanced_inference/#api-unification) - Utility Functions to Help Managing API configurations effectively - [View Notebook](/docs/topics/llm_configuration) ### Inference Hyperparameters Tuning diff --git a/website/docs/FAQ.mdx b/website/docs/FAQ.mdx index 28ff2edb5c..da7dff2480 100644 --- a/website/docs/FAQ.mdx +++ b/website/docs/FAQ.mdx @@ -34,8 +34,8 @@ In version >=1, OpenAI renamed their `api_base` parameter to `base_url`. So for Yes. You currently have two options: -- Autogen can work with any API endpoint which complies with OpenAI-compatible RESTful APIs - e.g. serving local LLM via FastChat or LM Studio. Please check https://autogenhub.github.io/autogen/blog/2023/07/14/Local-LLMs for an example. -- You can supply your own custom model implementation and use it with Autogen. Please check https://autogenhub.github.io/autogen/blog/2024/01/26/Custom-Models for more information. +- Autogen can work with any API endpoint which complies with OpenAI-compatible RESTful APIs - e.g. serving local LLM via FastChat or LM Studio. Please check https://ag2labs.github.io/autogen/blog/2023/07/14/Local-LLMs for an example. +- You can supply your own custom model implementation and use it with Autogen. Please check https://ag2labs.github.io/autogen/blog/2024/01/26/Custom-Models for more information. ## Handle Rate Limit Error and Timeout Error @@ -52,9 +52,9 @@ When you call `initiate_chat` the conversation restarts by default. You can use ## `max_consecutive_auto_reply` vs `max_turn` vs `max_round` -- [`max_consecutive_auto_reply`](https://autogenhub.github.io/autogen/docs/reference/agentchat/conversable_agent#max_consecutive_auto_reply) the maximum number of consecutive auto replie (a reply from an agent without human input is considered an auto reply). It plays a role when `human_input_mode` is not "ALWAYS". -- [`max_turns` in `ConversableAgent.initiate_chat`](https://autogenhub.github.io/autogen/docs/reference/agentchat/conversable_agent#initiate_chat) limits the number of conversation turns between two conversable agents (without differentiating auto-reply and reply/input from human) -- [`max_round` in GroupChat](https://autogenhub.github.io/autogen/docs/reference/agentchat/groupchat#groupchat-objects) specifies the maximum number of rounds in a group chat session. +- [`max_consecutive_auto_reply`](https://ag2labs.github.io/autogen/docs/reference/agentchat/conversable_agent#max_consecutive_auto_reply) the maximum number of consecutive auto replie (a reply from an agent without human input is considered an auto reply). It plays a role when `human_input_mode` is not "ALWAYS". +- [`max_turns` in `ConversableAgent.initiate_chat`](https://ag2labs.github.io/autogen/docs/reference/agentchat/conversable_agent#initiate_chat) limits the number of conversation turns between two conversable agents (without differentiating auto-reply and reply/input from human) +- [`max_round` in GroupChat](https://ag2labs.github.io/autogen/docs/reference/agentchat/groupchat#groupchat-objects) specifies the maximum number of rounds in a group chat session. ## How do we decide what LLM is used for each agent? How many agents can be used? How do we decide how many agents in the group? @@ -159,7 +159,7 @@ Explanation: Per [this gist](https://gist.github.com/defulmere/8b9695e415a442710 (from [issue #478](https://github.com/microsoft/autogen/issues/478)) -See here https://autogenhub.github.io/autogen/docs/reference/agentchat/conversable_agent/#register_reply +See here https://ag2labs.github.io/autogen/docs/reference/agentchat/conversable_agent/#register_reply For example, you can register a reply function that gets called when `generate_reply` is called for an agent. @@ -188,11 +188,11 @@ In the above, we register a `print_messages` function that is called each time t ## How to get last message ? -Refer to https://autogenhub.github.io/autogen/docs/reference/agentchat/conversable_agent/#last_message +Refer to https://ag2labs.github.io/autogen/docs/reference/agentchat/conversable_agent/#last_message ## How to get each agent message ? -Please refer to https://autogenhub.github.io/autogen/docs/reference/agentchat/conversable_agent#chat_messages +Please refer to https://ag2labs.github.io/autogen/docs/reference/agentchat/conversable_agent#chat_messages ## When using autogen docker, is it always necessary to reinstall modules? diff --git a/website/docs/Getting-Started.mdx b/website/docs/Getting-Started.mdx index c543216852..7611757e03 100644 --- a/website/docs/Getting-Started.mdx +++ b/website/docs/Getting-Started.mdx @@ -141,7 +141,7 @@ The figure below shows an example conversation flow with AutoGen. If you like our project, please give it a [star](https://github.com/ag2labs/ag2/stargazers) on GitHub. If you are interested in contributing, please read [Contributor's Guide](/docs/contributor-guide/contributing).