autogen/python/samples/gitty
Macon Pegram 196be34cb6
[Bugfix] Fix for Issue #6241 - ChromaDB removed IncludeEnum (#6260)
<!-- 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>
2025-04-10 09:41:41 -07:00
..
src/gitty [Bugfix] Fix for Issue #6241 - ChromaDB removed IncludeEnum (#6260) 2025-04-10 09:41:41 -07:00
.python-version Add new sample: Gitty (#5842) 2025-03-07 23:24:07 +00:00
LICENSE Add new sample: Gitty (#5842) 2025-03-07 23:24:07 +00:00
README.md Add new sample: Gitty (#5842) 2025-03-07 23:24:07 +00:00
pyproject.toml Add new sample: Gitty (#5842) 2025-03-07 23:24:07 +00:00
uv.lock Add new sample: Gitty (#5842) 2025-03-07 23:24:07 +00:00

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-....