distributed-a2a 0.1.5rc4__py3-none-any.whl → 0.1.5rc5__py3-none-any.whl
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/server.py +4 -2
- {distributed_a2a-0.1.5rc4.dist-info → distributed_a2a-0.1.5rc5.dist-info}/METADATA +1 -1
- {distributed_a2a-0.1.5rc4.dist-info → distributed_a2a-0.1.5rc5.dist-info}/RECORD +6 -6
- {distributed_a2a-0.1.5rc4.dist-info → distributed_a2a-0.1.5rc5.dist-info}/WHEEL +0 -0
- {distributed_a2a-0.1.5rc4.dist-info → distributed_a2a-0.1.5rc5.dist-info}/licenses/LICENSE +0 -0
- {distributed_a2a-0.1.5rc4.dist-info → distributed_a2a-0.1.5rc5.dist-info}/top_level.txt +0 -0
distributed_a2a/server.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import asyncio
|
|
2
|
+
import logging
|
|
2
3
|
import time
|
|
3
4
|
from contextlib import asynccontextmanager
|
|
4
5
|
from typing import Any
|
|
@@ -40,8 +41,9 @@ async def heart_beat(name: str, agent_card_table: str, agent_card: AgentCard):
|
|
|
40
41
|
|
|
41
42
|
|
|
42
43
|
def load_app(agent_config: dict[str, Any]) -> FastAPI:
|
|
43
|
-
|
|
44
|
-
|
|
44
|
+
logging.info("Loading agent app")
|
|
45
|
+
logging.info(f"config dictionary: {agent_config}")
|
|
46
|
+
agent_config=AgentConfig.model_validate(agent_config)
|
|
45
47
|
|
|
46
48
|
skills = [AgentSkill(
|
|
47
49
|
id=skill.id,
|
|
@@ -4,9 +4,9 @@ distributed_a2a/client.py,sha256=2974Uw8YUuyBytwxxJJKYsWXCpEaIbGmMUHDraITxJ0,414
|
|
|
4
4
|
distributed_a2a/executors.py,sha256=PMBAxeE3-ZY2YNiRbgzdksxrsJb4Q10kHzGjt020TEo,4104
|
|
5
5
|
distributed_a2a/model.py,sha256=yXiqEBZfQh-B_ld5klUVSUuXxninYfZ1aC9IJmmJdMg,2323
|
|
6
6
|
distributed_a2a/registry.py,sha256=197eZVR6TW0isOUE0VjWSWs7aCqbWqnBzcV8EVXAxrI,677
|
|
7
|
-
distributed_a2a/server.py,sha256
|
|
8
|
-
distributed_a2a-0.1.
|
|
9
|
-
distributed_a2a-0.1.
|
|
10
|
-
distributed_a2a-0.1.
|
|
11
|
-
distributed_a2a-0.1.
|
|
12
|
-
distributed_a2a-0.1.
|
|
7
|
+
distributed_a2a/server.py,sha256=65k3_p1cS77E-_wVOD1eBb5xjRMtDQvAPthNo2BZTro,3089
|
|
8
|
+
distributed_a2a-0.1.5rc5.dist-info/licenses/LICENSE,sha256=Btzdu2kIoMbdSp6OyCLupB1aRgpTCJ_szMimgEnpkkE,1056
|
|
9
|
+
distributed_a2a-0.1.5rc5.dist-info/METADATA,sha256=r9PU1E1b7kHMnXJBOiDYs4hCd0P3C7OfuPM4Z-qvNx0,3106
|
|
10
|
+
distributed_a2a-0.1.5rc5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
11
|
+
distributed_a2a-0.1.5rc5.dist-info/top_level.txt,sha256=23qJ8n5k7796BHDK7a58uuO-X4GV0EgUWcGi8NIn-0k,16
|
|
12
|
+
distributed_a2a-0.1.5rc5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|