File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ The library is designed to be used with any agentic framework, and is **not excl
27
27
28
28
### Design
29
29
30
- ** FastA2A** is built on top of [ Starlette] ( https://starlette.io ) , which means it's fully compatible with any ASGI server.
30
+ ** FastA2A** is built on top of [ Starlette] ( https://www. starlette.io ) , which means it's fully compatible with any ASGI server.
31
31
32
32
Given the nature of the A2A protocol, it's important to understand the design before using it, as a developer
33
33
you'll need to provide some components:
@@ -66,7 +66,7 @@ pip/uv-add fasta2a
66
66
67
67
The only dependencies are:
68
68
69
- - [ starlette] ( https://starlette.io ) : to expose the A2A server as an [ ASGI application] ( https://asgi.readthedocs.io/en/latest/ )
69
+ - [ starlette] ( https://www. starlette.io ) : to expose the A2A server as an [ ASGI application] ( https://asgi.readthedocs.io/en/latest/ )
70
70
- [ pydantic] ( https://pydantic.dev ) : to validate the request/response messages
71
71
- [ opentelemetry-api] ( https://opentelemetry-python.readthedocs.io/en/latest ) : to provide tracing capabilities
72
72
You can’t perform that action at this time.
0 commit comments