Skip to content

Commit

Permalink
add __init__.py for capabilities (#1177)
Browse files Browse the repository at this point in the history
* Create __init__.py

* Update __init__.py

* Update __init__.py

Fix formatting to satisfy black.

---------

Co-authored-by: Ricky Loynd <[email protected]>
  • Loading branch information
btcioner and rickyloynd-microsoft authored Jan 8, 2024
1 parent 78a2d84 commit 5a72591
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions autogen/agentchat/contrib/capabilities/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from .teachability import Teachability
from .agent_capability import AgentCapability


__all__ = ["Teachability", "AgentCapability"]

0 comments on commit 5a72591

Please sign in to comment.