Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introducing Experimental GPT Assistant Agent in AutoGen #616

Merged
merged 19 commits into from
Nov 11, 2023

Commits on Nov 9, 2023

  1. add gpt assistant agent

    IANTHEREAL committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    bcdc694 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. complete code

    IANTHEREAL committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    68cd7ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d749565 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0349c43 View commit details
    Browse the repository at this point in the history
  4. format code

    IANTHEREAL committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    69f7025 View commit details
    Browse the repository at this point in the history
  5. add code comments

    IANTHEREAL committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    39ad348 View commit details
    Browse the repository at this point in the history
  6. add test case

    IANTHEREAL committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    a47e5bc View commit details
    Browse the repository at this point in the history
  7. format code

    IANTHEREAL committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    544ab6e View commit details
    Browse the repository at this point in the history
  8. fix test

    IANTHEREAL committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    85491c1 View commit details
    Browse the repository at this point in the history
  9. format code

    IANTHEREAL committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    5e5c0c9 View commit details
    Browse the repository at this point in the history
  10. Improve GPTAssistant

    * Use OpenAIWrapper to create client
    * Implement clear_history()
    * Reply message formatting improvements
    * Handle the case when content contains image files
    gagb committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    a400a63 View commit details
    Browse the repository at this point in the history
  11. README update

    BeibinLi committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    2dc2290 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Fix doc string of methods

    gagb committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    ee9ab3c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from gagb/openai-assistant

    Improve GPTAssistant
    IANTHEREAL authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    83919d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8011781 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    071b7f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f69710e View commit details
    Browse the repository at this point in the history
  6. fix test

    IANTHEREAL committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    b7ae1af View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a12f84c View commit details
    Browse the repository at this point in the history