File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ authors = [
99requires-python = " >=3.11"
1010dependencies = [
1111 " openai-chatkit>=1.0.2" ,
12-
1312]
1413
1514classifiers = [
@@ -30,4 +29,3 @@ repository = "https://github.com/ksachdeva/adk-chatkit"
3029[build-system ]
3130requires = [" hatchling" ]
3231build-backend = " hatchling.build"
33-
Original file line number Diff line number Diff line change 1+ __author__ = "Kapil Sachdeva"
2+ __application__ = "adk-chatkit"
3+ __version__ = "0.0.1"
Original file line number Diff line number Diff line change 1+ from .__about__ import __application__ , __author__ , __version__
12from ._callbacks import remove_widgets_and_client_tool_calls
23from ._client_tool_call import ClientToolCallState , add_client_tool_call_to_tool_response
34from ._context import ADKContext
67from ._widgets import add_widget_to_tool_response
78
89__all__ = [
10+ "__version__" ,
11+ "__application__" ,
12+ "__author__" ,
913 "ADKContext" ,
1014 "ADKStore" ,
1115 "stream_agent_response" ,
You can’t perform that action at this time.
0 commit comments