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

Graph group chat #857

Merged
merged 92 commits into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
Show all changes
92 commits
Select commit Hold shift + click to select a range
721e382
Move contrib-openai.yml
joshkyh Dec 4, 2023
d010679
Moved groupgroupchat
joshkyh Dec 4, 2023
747d0f0
From #753
joshkyh Dec 4, 2023
2dc2aeb
Removed local test references
joshkyh Dec 4, 2023
326bf33
Added ignore=test/agentchat/contrib
joshkyh Dec 4, 2023
07536c7
Trying to pass contrib-openai tests
joshkyh Dec 4, 2023
a2e5a9b
Merge branch 'main' into GraphGroupChat
thinkall Dec 4, 2023
39a2aeb
Merge branch 'main' into GraphGroupChat
joshkyh Dec 5, 2023
ce7bb75
More specific in unit testing.
joshkyh Dec 5, 2023
34e515f
Update .github/workflows/contrib-tests.yml
joshkyh Dec 7, 2023
949d05b
Merge branch 'main' into GraphGroupChat
joshkyh Dec 7, 2023
b78d3b8
Remove coverage as it is included in test dependencies
joshkyh Dec 7, 2023
815110c
Improved docstring with overview of GraphGroupChat
joshkyh Dec 8, 2023
df659fe
Merge branch 'main' into GraphGroupChat
joshkyh Dec 11, 2023
5ad3370
Iterate on feedback
joshkyh Dec 12, 2023
cb687dd
Precommit pass
joshkyh Dec 12, 2023
ad0e703
user just use pip install pyautogen[graphs]
joshkyh Dec 13, 2023
2bf1e21
Merge branch 'main' into GraphGroupChat
BeibinLi Dec 13, 2023
bbb3530
Merge branch 'main' into GraphGroupChat
joshkyh Jan 9, 2024
9cdef51
Pass precommit
joshkyh Jan 9, 2024
444d2ca
Pas precommit
joshkyh Jan 9, 2024
4ea4767
Graph utils an test completed
joshkyh Jan 9, 2024
c0e37e2
Added inversion tests
joshkyh Jan 9, 2024
36bf3eb
Added inversion util
joshkyh Jan 9, 2024
24fbbaa
allow_repeat_speaker can be a list of Agents
joshkyh Jan 9, 2024
9a20c4f
Remove unnessary imports
joshkyh Jan 9, 2024
d4e1e95
Expect ValueError with 1 and 0 agents
joshkyh Jan 9, 2024
cfe9120
Check that main passes all tests
joshkyh Jan 10, 2024
d735e86
Merge branch 'main' into graphgroupchat
joshkyh Jan 10, 2024
317c816
Check main
joshkyh Jan 10, 2024
95b6526
Pytest all in main
joshkyh Jan 10, 2024
59225e0
All done
joshkyh Jan 10, 2024
941b83e
pre-commit changes
joshkyh Jan 10, 2024
a894f84
noqa E402
joshkyh Jan 10, 2024
7314dce
precommit pass
joshkyh Jan 10, 2024
f8d1cca
Removed bin
joshkyh Jan 10, 2024
24a33d6
Removed old unit test
joshkyh Jan 10, 2024
bdd2261
Test test_graph_utils
joshkyh Jan 10, 2024
4e25a76
minor cleanup
joshkyh Jan 10, 2024
04f3583
restore tests
joshkyh Jan 10, 2024
296f9d0
Correct documentation
joshkyh Jan 10, 2024
a81a41e
Special case of only one agent remaining.
joshkyh Jan 10, 2024
3123fa8
Merge branch 'main' into GraphGroupChat
joshkyh Jan 10, 2024
d543848
Improved pytest
joshkyh Jan 10, 2024
c5e35af
precommit pass
joshkyh Jan 10, 2024
f32dc5d
Delete OAI_CONFIG_LIST_sample copy
joshkyh Jan 10, 2024
b8a8b01
Returns a filtered list for auto to work
joshkyh Jan 10, 2024
f813a34
Merge branch 'GraphGroupChat' of https://github.com/microsoft/autogen…
joshkyh Jan 10, 2024
df5c2a0
Merge branch 'main' into GraphGroupChat
joshkyh Jan 11, 2024
7545063
Rename var speaker_order_dict
joshkyh Jan 11, 2024
bae9b14
To write test cases
joshkyh Jan 11, 2024
756ff63
Added check for a list of Agents to repeat
joshkyh Jan 11, 2024
e355183
precommit pass
joshkyh Jan 11, 2024
835204d
Update documentation
joshkyh Jan 11, 2024
c895d4e
Extract names in allow_repeat_speaker
joshkyh Jan 11, 2024
4c88f55
Post review changes
joshkyh Jan 15, 2024
200c39a
hange "pull_request_target" into "pull_request" temporarily.
joshkyh Jan 15, 2024
e958ce6
3 return values from main
joshkyh Jan 15, 2024
fb5953a
pre-commit changes
joshkyh Jan 15, 2024
093fc5f
PC edits
joshkyh Jan 15, 2024
d34e9e5
docstr changes
joshkyh Jan 15, 2024
b35b047
Merge branch 'main' into GraphGroupChat
joshkyh Jan 15, 2024
ba6d7fa
PC edits
joshkyh Jan 15, 2024
eb46013
Rest of changes from main
joshkyh Jan 15, 2024
c9e9a10
Update autogen/agentchat/groupchat.py
joshkyh Jan 17, 2024
dc09c04
Merge branch 'main' into GraphGroupChat
joshkyh Jan 17, 2024
9fcdd88
Remove unnecessary script files from tracking
joshkyh Jan 17, 2024
1c5e4e0
Non empty scripts files from main
joshkyh Jan 17, 2024
be82c53
Revert changes in script files to match main branch
joshkyh Jan 17, 2024
4923bed
Removed link from website as notebook is removed.
joshkyh Jan 17, 2024
d7f848f
test/test_graph_utils.py is tested as part of L52 of build.yml
joshkyh Jan 17, 2024
e89bbc8
GroupChat ValueError check
joshkyh Jan 17, 2024
9b79bad
docstr update
joshkyh Jan 17, 2024
993fd00
More clarification in docstr
joshkyh Jan 17, 2024
1adb3d7
Update autogen/agentchat/groupchat.py
joshkyh Jan 28, 2024
26cdc04
Update autogen/agentchat/groupchat.py
joshkyh Jan 28, 2024
35f9184
Update autogen/agentchat/groupchat.py
joshkyh Jan 28, 2024
6da4e0a
Update autogen/agentchat/groupchat.py
joshkyh Jan 28, 2024
cd826af
Merge remote-tracking branch 'origin/main' into GraphGroupChat
qingyun-wu Feb 1, 2024
31325f9
1.add commit to line138 in groupchat.py;2.fix bug if random choice []…
Feb 3, 2024
c59bf67
Merge branch 'main' into GraphGroupChat
sonichi Feb 4, 2024
6c7c054
fix graph_modelling notebook in the last cell
freedeaths Feb 4, 2024
c91e4a0
fix failure in test_groupchat.py
freedeaths Feb 4, 2024
327a2a1
fix agent out of group to initiate a chat like SocietyOfMind
freedeaths Feb 4, 2024
a93fa44
add a warning rule in graph_utils to check duplicates in any lists
freedeaths Feb 5, 2024
440e99b
refactor allowed_or_disallowed_speaker_transitions to Dict[Agent, Lis…
freedeaths Feb 5, 2024
896d549
delete Rule 4 in graph_utils and related test case. Add a test to res…
freedeaths Feb 5, 2024
cbc7521
Merge branch 'main' into GraphGroupChat
sonichi Feb 5, 2024
3597d1e
fix as the final comments
freedeaths Feb 6, 2024
cc8330c
modify setup option from graphs to graph and add texts in optional-de…
freedeaths Feb 6, 2024
b893cd3
Update autogen/graph_utils.py
sonichi Feb 6, 2024
1e49883
Merge branch 'main' into GraphGroupChat
sonichi Feb 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Test with pytest
if: matrix.python-version != '3.10'
run: |
pytest test
pytest test --ignore=test/agentchat/contrib
joshkyh marked this conversation as resolved.
Show resolved Hide resolved
- name: Coverage
if: matrix.python-version == '3.10'
run: |
Expand Down
Loading
Loading