File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/a2a/server/apps/jsonrpc Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11"""A2A JSON-RPC Applications."""
22
3- from .fastapi_app import A2AFastAPIApplication
43from .jsonrpc_app import CallContextBuilder , JSONRPCApplication
4+ from .fastapi_app import A2AFastAPIApplication
55from .starlette_app import A2AStarletteApplication
66
77
Original file line number Diff line number Diff line change 44
55from fastapi import FastAPI , Request
66
7- from a2a . server . apps . jsonrpc import CallContextBuilder , JSONRPCApplication
7+ from . jsonrpc_app import CallContextBuilder , JSONRPCApplication
88from a2a .server .request_handlers .jsonrpc_handler import RequestHandler
99from a2a .types import AgentCard
1010
Original file line number Diff line number Diff line change 55from starlette .applications import Starlette
66from starlette .routing import Route
77
8- from a2a . server . apps . jsonrpc import CallContextBuilder , JSONRPCApplication
8+ from . jsonrpc_app import CallContextBuilder , JSONRPCApplication
99from a2a .server .request_handlers .jsonrpc_handler import RequestHandler
1010from a2a .types import AgentCard
1111
You can’t perform that action at this time.
0 commit comments