File tree 5 files changed +28
-1
lines changed
5 files changed +28
-1
lines changed Original file line number Diff line number Diff line change 17
17
run : |
18
18
git config user.name github-actions[bot]
19
19
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
20
+ - name : Checkout a2a-python repo
21
+ uses : actions/checkout@v4
22
+ with :
23
+ repository : google/a2a-python
24
+ path : a2a-python-repo
20
25
- uses : actions/setup-python@v5
21
26
with :
22
- python-version : 3.x
27
+ python-version-file : pyproject.toml
23
28
- run : echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
24
29
- uses : actions/cache@v4
25
30
with :
Original file line number Diff line number Diff line change
1
+ Subproject commit d1869bb8a74f8a630eae3a7ec434b54d68cae6b4
Original file line number Diff line number Diff line change
1
+ # Python SDK Reference
2
+
3
+ This page contains SDK documentation for the [ ` a2a-python ` ] ( https://github.com/a2a-python ) package.
4
+
5
+ ::: a2a
6
+ options:
7
+ show_root_heading: false
8
+ show_source: false
9
+ show_submodules: true
10
+ members_order: alphabetical
11
+ inherited_members: true
Original file line number Diff line number Diff line change 27
27
- Interact with Server : tutorials/python/6-interact-with-server.md
28
28
- Streaming & Multiturn : tutorials/python/7-streaming-and-multiturn.md
29
29
- Next Steps : tutorials/python/8-next-steps.md
30
+ - SDK Reference :
31
+ - Python : sdk/python/index.md
30
32
31
33
# Repository
32
34
repo_name : google/A2A
@@ -138,3 +140,10 @@ plugins:
138
140
" tutorials/python/8-agent-capabilities.md " : " tutorials/python/7-streaming-and-multiturn.md"
139
141
" tutorials/python/9-ollama-agent.md " : " tutorials/python/7-streaming-and-multiturn.md"
140
142
" tutorials/python/10-next-steps.md " : " tutorials/python/8-next-steps.md"
143
+ - mkdocstrings :
144
+ handlers :
145
+ python :
146
+ options :
147
+ show_root_heading : false
148
+ show_object_full_path : false
149
+ paths : [a2a-python-repo/src]
Original file line number Diff line number Diff line change 1
1
mkdocs-material==9.6.12
2
2
mkdocs-redirects==1.2.2
3
+ mkdocstrings[python]
You can’t perform that action at this time.
0 commit comments