distributed-a2a 0.1.6rc1__tar.gz → 0.1.6rc2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {distributed_a2a-0.1.6rc1/distributed_a2a.egg-info → distributed_a2a-0.1.6rc2}/PKG-INFO +1 -1
- {distributed_a2a-0.1.6rc1 → distributed_a2a-0.1.6rc2}/distributed_a2a/router.py +4 -4
- {distributed_a2a-0.1.6rc1 → distributed_a2a-0.1.6rc2/distributed_a2a.egg-info}/PKG-INFO +1 -1
- {distributed_a2a-0.1.6rc1 → distributed_a2a-0.1.6rc2}/pyproject.toml +1 -1
- {distributed_a2a-0.1.6rc1 → distributed_a2a-0.1.6rc2}/LICENSE +0 -0
- {distributed_a2a-0.1.6rc1 → distributed_a2a-0.1.6rc2}/MANIFEST.in +0 -0
- {distributed_a2a-0.1.6rc1 → distributed_a2a-0.1.6rc2}/README.md +0 -0
- {distributed_a2a-0.1.6rc1 → distributed_a2a-0.1.6rc2}/distributed_a2a/__init__.py +0 -0
- {distributed_a2a-0.1.6rc1 → distributed_a2a-0.1.6rc2}/distributed_a2a/agent.py +0 -0
- {distributed_a2a-0.1.6rc1 → distributed_a2a-0.1.6rc2}/distributed_a2a/client.py +0 -0
- {distributed_a2a-0.1.6rc1 → distributed_a2a-0.1.6rc2}/distributed_a2a/executors.py +0 -0
- {distributed_a2a-0.1.6rc1 → distributed_a2a-0.1.6rc2}/distributed_a2a/model.py +0 -0
- {distributed_a2a-0.1.6rc1 → distributed_a2a-0.1.6rc2}/distributed_a2a/registry.py +0 -0
- {distributed_a2a-0.1.6rc1 → distributed_a2a-0.1.6rc2}/distributed_a2a/server.py +0 -0
- {distributed_a2a-0.1.6rc1 → distributed_a2a-0.1.6rc2}/distributed_a2a.egg-info/SOURCES.txt +0 -0
- {distributed_a2a-0.1.6rc1 → distributed_a2a-0.1.6rc2}/distributed_a2a.egg-info/dependency_links.txt +0 -0
- {distributed_a2a-0.1.6rc1 → distributed_a2a-0.1.6rc2}/distributed_a2a.egg-info/requires.txt +0 -0
- {distributed_a2a-0.1.6rc1 → distributed_a2a-0.1.6rc2}/distributed_a2a.egg-info/top_level.txt +0 -0
- {distributed_a2a-0.1.6rc1 → distributed_a2a-0.1.6rc2}/requirements.txt +0 -0
- {distributed_a2a-0.1.6rc1 → distributed_a2a-0.1.6rc2}/setup.cfg +0 -0
- {distributed_a2a-0.1.6rc1 → distributed_a2a-0.1.6rc2}/setup.py +0 -0
|
@@ -6,10 +6,10 @@ from a2a.server.tasks import InMemoryTaskStore
|
|
|
6
6
|
from a2a.types import AgentCard
|
|
7
7
|
from fastapi import FastAPI
|
|
8
8
|
|
|
9
|
-
from
|
|
10
|
-
from
|
|
11
|
-
from
|
|
12
|
-
from
|
|
9
|
+
from .executors import RoutingExecutor
|
|
10
|
+
from .model import RouterConfig
|
|
11
|
+
from .registry import DynamoDbRegistryLookup
|
|
12
|
+
from .server import CAPABILITIES, AGENT_CARD_TABLE
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
def load_router(router_dic: dict[str, Any]) -> FastAPI:
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{distributed_a2a-0.1.6rc1 → distributed_a2a-0.1.6rc2}/distributed_a2a.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
{distributed_a2a-0.1.6rc1 → distributed_a2a-0.1.6rc2}/distributed_a2a.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|