mirror of https://github.com/microsoft/autogen.git
![]() <!-- Thank you for your contribution! Please review https://microsoft.github.io/autogen/docs/Contribute before opening a pull request. --> <!-- Please add a reviewer to the assignee section when you create a PR. If you don't have the access to it, we will shortly find a reviewer and assign them to your PR. --> ## Why are these changes needed? `IncludeEnum` was removed in ChromaDB when it was updated to `1.0.0`. This caused issues when using `ChromaDBVectorMemory`. This PR fixes those issues ## Related issue number Closes #6241 ## Checks - [x] I've included any doc changes needed for <https://microsoft.github.io/autogen/>. See <https://github.com/microsoft/autogen/blob/main/CONTRIBUTING.md> to build and test documentation locally. - [x] I've added tests (if relevant) corresponding to the changes introduced in this PR. - [x] I've made sure all auto checks have passed. --------- Co-authored-by: Victor Dibia <victordibia@microsoft.com> |
||
---|---|---|
.. | ||
src/gitty | ||
.python-version | ||
LICENSE | ||
README.md | ||
pyproject.toml | ||
uv.lock |
README.md
gitty (Warning: WIP)
This is an AutoGen powered CLI that generates draft replies for issues and pull requests to reduce maintenance overhead for open source projects.
Simple installation and CLI:
gitty --repo microsoft/autogen issue 5212
Important: Install the dependencies and set OpenAI API key:
uv sync --all-extras
source .venv/bin/activate
export OPENAI_API_KEY=sk-....