File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,8 +62,7 @@ plugins:
6262 - search
6363
6464markdown_extensions :
65- # TODO(b/503795717): re-enable once google-agents-cli is published to PyPI
66- # - mkdocs-click
65+ - mkdocs-click
6766 - admonition
6867 - attr_list
6968 - md_in_html
Original file line number Diff line number Diff line change @@ -20,11 +20,9 @@ requires-python = ">=3.11"
2020dependencies = [
2121 " mkdocs==1.6.1" ,
2222 " mkdocs-material==9.7.6" ,
23- # TODO(b/503795717): re-enable once google-agents-cli is published to PyPI
24- # "mkdocs-click==0.9.0",
25- # "google-agents-cli",
23+ " mkdocs-click==0.9.0" ,
24+ " google-agents-cli" ,
2625]
2726
28- # TODO(b/503795717): re-enable once google-agents-cli is published to PyPI
29- # [tool.uv.sources]
30- # google-agents-cli = { path = "..", editable = true }
27+ [tool .uv .sources ]
28+ google-agents-cli = { path = " .." , editable = true }
Original file line number Diff line number Diff line change 22
33Complete reference for every command in Agents CLI in Agent Platform (the ` agents-cli ` binary).
44
5- <!-- TODO(b/503795717): re-enable auto-generation once google-agents-cli is published to PyPI
65::: mkdocs-click
76 :module: google.agents.cli.main
87 :command: main
98 :prog_name: agents-cli
109 :depth: 2
1110 :show_subcommand_aliases: true
12- -->
13-
14- * Coming soon.*
You can’t perform that action at this time.
0 commit comments