Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microsoft/autogen
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 557b2f1a6a768c9332f59a6cb43324844f9a2078
Choose a base ref
...
head repository: microsoft/autogen
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ffc14ef3968ac449bdb9233900fa22a867d63187
Choose a head ref
  • 12 commits
  • 57 files changed
  • 10 contributors

Commits on Jan 15, 2025

  1. Update autogen_core.memory: adding docs, removing some fields. (#5053)

    * Update autogen_core.memory: adding docs, removing some fields.
    
    * Remove timestamp
    
    * Remove name from base; fix example code
    
    * fix test
    
    * lint
    
    * fix doc
    ekzhu authored Jan 15, 2025
    Configuration menu
    Copy the full SHA
    6954e51 View commit details
    Browse the repository at this point in the history
  2. PoC AGS dev container (#5026)

    * Add tiktoken as a dependency in pyproject.toml
    
    Signed-off-by: Johan Forngren <johan.forngren@decerno.se>
    
    Update uv.lock with tiktoken dependency from fbfdc9f
    
    Signed-off-by: Johan Forngren <johan.forngren@decerno.se>
    
    * Updating autogen-ext dependencies per #5008 (comment)
    
    Signed-off-by: Johan Forngren <johan.forngren@decerno.se>
    
    * PoC dev container
    
    Signed-off-by: Johan Forngren <johan.forngren@decerno.se>
    
    * Enhance devcontainer setup with post-create script for dependency installation and improved performance. Removed partial hot reload setup, as it required bigger changes to the project. Improved documentation, and fixed markdown lint issues.
    
    Signed-off-by: Johan Forngren <johan.forngren@decerno.se>
    
    * Update installation documentation for AutoGen Studio, clarifying installation methods and improving formatting. Adjusted notes for Windows users and corrected minor grammatical issues.
    
    Signed-off-by: Johan Forngren <johan.forngren@decerno.se>
    
    * Fixing typos. Restructuring text to avoid consecutive markdown quote blocks separated only by a blank line to avoid MD028 - Blank line inside blockquote.
    
    Signed-off-by: Johan Forngren <johan.forngren@decerno.se>
    
    * Include dev containers tutorial
    
    Signed-off-by: Johan Forngren <johan.forngren@decerno.se>
    
    * Update dev container installation instructions
    
    Signed-off-by: Johan Forngren <johan.forngren@decerno.se>
    
    ---------
    
    Signed-off-by: Johan Forngren <johan.forngren@decerno.se>
    Co-authored-by: Victor Dibia <victordibia@microsoft.com>
    JohanForngren and victordibia authored Jan 15, 2025
    Configuration menu
    Copy the full SHA
    8efe0c4 View commit details
    Browse the repository at this point in the history
  3. Graphrag integration (#4612)

    * add initial global search draft
    
    * add graphrag dep
    
    * fix local search embedding
    
    * linting
    
    * add from config constructor
    
    * remove draft notebook
    
    * update config factory and add docstrings
    
    * add graphrag sample
    
    * add sample prompts
    
    * update readme
    
    * update deps
    
    * Add API docs
    
    * Update python/samples/agentchat_graphrag/requirements.txt
    
    * Update python/samples/agentchat_graphrag/requirements.txt
    
    * update docstrings with snippet and doc ref
    
    * lint
    
    * improve set up instructions in docstring
    
    * lint
    
    * update lock
    
    * Update python/packages/autogen-ext/src/autogen_ext/tools/graphrag/_global_search.py
    
    Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
    
    * Update python/packages/autogen-ext/src/autogen_ext/tools/graphrag/_local_search.py
    
    Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
    
    * add unit tests
    
    * update lock
    
    * update uv lock
    
    * add docstring newlines
    
    * stubs and typing on graphrag tests
    
    * fix docstrings
    
    * fix mypy error
    
    * + linting and type fixes
    
    * type fix graphrag sample
    
    * Update python/packages/autogen-ext/src/autogen_ext/tools/graphrag/_global_search.py
    
    Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
    
    * Update python/packages/autogen-ext/src/autogen_ext/tools/graphrag/_local_search.py
    
    Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
    
    * Update python/samples/agentchat_graphrag/requirements.txt
    
    Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
    
    * update overrides
    
    * fix docstring client imports
    
    * additional docstring fix
    
    * add docstring missing import
    
    * use openai and fix db path
    
    * use console for displaying messages
    
    * add model config and gitignore
    
    * update readme
    
    * lint
    
    * Update python/samples/agentchat_graphrag/README.md
    
    * Update python/samples/agentchat_graphrag/README.md
    
    * Comment remaining azure config
    
    ---------
    
    Co-authored-by: Leonardo Pinheiro <lpinheiro@microsoft.com>
    Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
    3 people authored Jan 15, 2025
    Configuration menu
    Copy the full SHA
    95bd514 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae98c9d View commit details
    Browse the repository at this point in the history
  5. Update studio dep (#5062)

    * Update studio dep
    ekzhu authored Jan 15, 2025
    Configuration menu
    Copy the full SHA
    dcaa6d0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5ca53d View commit details
    Browse the repository at this point in the history
  7. Update gpt-4o model version and add new model details (#5056)

    feat: Update gpt-4o-2024-11-20 version and model pointer
    
    - Add version information for gpt-4o-2024-11-20
    - Update model pointer
    
    Signed-off-by: Hankyeol Kyung <kghnkl0103@gmail.com>
    Co-authored-by: Ryan Sweet <rysweet@microsoft.com>
    Co-authored-by: gagb <gagb@users.noreply.github.com>
    3 people authored Jan 15, 2025
    Configuration menu
    Copy the full SHA
    acb9117 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f25ace View commit details
    Browse the repository at this point in the history
  9. Addressing comments

    srjoglekar246 committed Jan 15, 2025
    Configuration menu
    Copy the full SHA
    5db08c1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8c4170a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    18e5431 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ffc14ef View commit details
    Browse the repository at this point in the history
Loading