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

Alex improvements #2

Merged
merged 60 commits into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from 54 commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
92b154a
add agentops req
areibman Oct 17, 2023
74e601b
track conversable agents with agentops
bboynton97 Apr 25, 2024
338ea70
Merge remote-tracking branch 'upstream/main'
bboynton97 Apr 25, 2024
0a0dd90
track tool usage
bboynton97 Apr 25, 2024
d6e9b50
track message sending
bboynton97 Apr 25, 2024
84ec943
Merge remote-tracking branch 'upstream/main'
bboynton97 Apr 25, 2024
7e2e1a9
remove record from parent
bboynton97 Apr 25, 2024
4b2fb8b
remove record
bboynton97 Apr 25, 2024
da8584b
simple example
bboynton97 Apr 25, 2024
d32423e
notebook example
bboynton97 Apr 25, 2024
2d75574
remove spacing change
bboynton97 Apr 25, 2024
ccd5e07
optional dependency
bboynton97 Apr 25, 2024
346005f
documentation
bboynton97 Apr 25, 2024
a0e533a
remove extra import
bboynton97 Apr 26, 2024
de4ea14
optional import
bboynton97 Apr 26, 2024
3a98b81
record if agentops
bboynton97 Apr 26, 2024
66b652c
if agentops
bboynton97 Apr 26, 2024
74dbc5e
Merge branch 'main' into main
sonichi Apr 26, 2024
c6b1a89
wrap function auto name
bboynton97 Apr 26, 2024
a78c718
install agentops before notebook test
bboynton97 Apr 26, 2024
0d685f3
Merge remote-tracking branch 'origin/main'
bboynton97 Apr 26, 2024
c2cad62
documentation fixes
bboynton97 Apr 29, 2024
40b1805
Merge remote-tracking branch 'upstream/main'
bboynton97 Apr 29, 2024
e7f7d0a
notebook metadata
bboynton97 Apr 29, 2024
41c08ea
notebook metadata
bboynton97 Apr 29, 2024
88c5395
Merge branch 'main' into main
sonichi Apr 30, 2024
db9fb81
pre-commit hook changes
bboynton97 May 1, 2024
8f03f57
Merge remote-tracking branch 'origin/main'
bboynton97 May 1, 2024
33ca96f
doc link fixes
bboynton97 May 2, 2024
9f7ee2e
git lfs
bboynton97 May 2, 2024
052cdd6
Merge remote-tracking branch 'upstream/main'
bboynton97 May 2, 2024
690efba
autogen tag
bboynton97 May 2, 2024
c3c58fc
bump agentops version
bboynton97 May 7, 2024
0dd15b3
Updated ecosystem manual
areibman May 17, 2024
1145fca
Merge branch 'main' into alex-improvements
areibman May 17, 2024
930294c
Update notebook for clarity
areibman May 17, 2024
ecf53cf
cleaned up notebook
areibman May 17, 2024
e6b822d
updated precommit recommendations
areibman May 17, 2024
3e65130
Fixed links to screenshots and examples
areibman May 21, 2024
72da203
removed unused files
areibman May 21, 2024
e1e0ee7
changed notebook hyperlink
areibman May 21, 2024
60863d1
update docusaurus link path
areibman May 21, 2024
a16b816
reverted setup.py
areibman May 21, 2024
76053b2
change setup again
areibman May 21, 2024
1f93f10
Merge remote-tracking branch 'upstream/extending-logging' into alex-i…
areibman May 21, 2024
4d14b9a
undo changes
areibman May 21, 2024
75f0768
revert conversable agent
areibman May 21, 2024
ecb00ff
removed file not in branch
areibman May 21, 2024
e57b8e5
Updated notebook to look nicer
areibman May 21, 2024
27d098d
change letter
areibman May 21, 2024
7abd704
revert setup
areibman May 21, 2024
3b01ec2
revert setup again
areibman May 21, 2024
268805a
change ref link
areibman May 21, 2024
6b0dee6
change reflink
areibman May 21, 2024
8ab6dc8
remove optional dependency
areibman May 21, 2024
7432ca8
removed duplicated section
areibman May 21, 2024
9a213e5
Addressed clarity commetns from howard
areibman May 21, 2024
4901be4
minor updates to wording
areibman May 22, 2024
52dd5bc
added info markdown cell
areibman May 22, 2024
60a3633
Merge branch 'extending-logging' into alex-improvements
areibman May 22, 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 autogen/agentchat/conversable_agent.py
Original file line number Diff line number Diff line change
Expand Up @@ -2811,4 +2811,4 @@ def register_function(

"""
f = caller.register_for_llm(name=name, description=description)(f)
executor.register_for_execution(name=name)(f)
executor.register_for_execution(name=name)(f)
Loading
Loading