Skip to content

Commit

Permalink
Add CaptainAgent tools to pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
marklysze committed Nov 23, 2024
1 parent d797af1 commit 6fa26f1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Include CaptainAgent tools
recursive-include autogen/agentchat/contrib/captainagent/tools *
6 changes: 6 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@
long_description_content_type="text/markdown",
url="https://github.com/ag2ai/ag2",
packages=setuptools.find_packages(include=["autogen*"], exclude=["test"]),
package_data={
"autogen.agentchat.contrib.captainagent": [
"tools/**/*", # CaptainAgent tools
]
},
include_package_data=True,
install_requires=install_requires,
extras_require=extra_require,
classifiers=[
Expand Down

0 comments on commit 6fa26f1

Please sign in to comment.