You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: a2a_agents/python/a2ui_extension/README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,20 @@
2
2
3
3
This is the Python implementation of the a2ui extension.
4
4
5
+
## Running Tests
6
+
7
+
1. Navigate to the a2ui_extension dir:
8
+
9
+
```bash
10
+
cd a2a_agents/python/a2ui_extension
11
+
```
12
+
13
+
2. Run the tests
14
+
15
+
```bash
16
+
uv run --with pytest pytest tests/test_extension.py
17
+
```
18
+
5
19
## Disclaimer
6
20
7
21
Important: The sample code provided is for demonstration purposes and illustrates the mechanics of A2UI and the Agent-to-Agent (A2A) protocol. When building production applications, it is critical to treat any agent operating outside of your direct control as a potentially untrusted entity.
0 commit comments