Commit 2bd83fd
committed
Restructure the agent_sdks folder
The code is reorganized with the following structure
```
agent_sdks/python
- src/a2ui
- core
- schema
- manager.py
- validation.py
- payload_fixer.py
- ...
- template
- ...
- inference_stategy.py
- adk
- a2a_extension
- a2ui_extension.py
- send_a2ui_to_client_toolset.py
```
Tested:
- [x] All individual sample ADKs are working with connected client.
- [x] The orchestrator sample is also working with all sub-agents.1 parent dde8862 commit 2bd83fd
59 files changed
Lines changed: 138 additions & 118 deletions
File tree
- agent_sdks
- java
- src
- main/java/org/a2ui
- test/java/org/a2ui
- python
- src/a2ui
- adk
- a2a_extension
- core
- schema
- template
- tests
- adk/a2a_extension
- core/schema
- integration
- samples/agent/adk
- component_gallery
- contact_lookup
- contact_multiple_surfaces
- mcp
- orchestrator
- restaurant_finder
- rizzcharts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 19 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
4 | 11 | | |
5 | 12 | | |
6 | 13 | | |
| |||
12 | 19 | | |
13 | 20 | | |
14 | 21 | | |
15 | | - | |
| 22 | + | |
16 | 23 | | |
17 | 24 | | |
18 | | - | |
| 25 | + | |
19 | 26 | | |
20 | 27 | | |
21 | 28 | | |
| |||
26 | 33 | | |
27 | 34 | | |
28 | 35 | | |
29 | | - | |
| 36 | + | |
30 | 37 | | |
31 | 38 | | |
32 | 39 | | |
33 | 40 | | |
34 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
35 | 50 | | |
36 | 51 | | |
37 | 52 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments