distributed-a2a 0.1.6rc7__py3-none-any.whl → 0.1.8__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/agent.py CHANGED
@@ -11,7 +11,7 @@ from .model import get_model, LLMConfig
11
11
 
12
12
 
13
13
  class AgentResponse(BaseModel):
14
- status: Literal[TaskState.rejected, TaskState.completed, TaskState.rejected, TaskState.failed] = Field(
14
+ status: Literal[TaskState.rejected, TaskState.completed, TaskState.failed] = Field(
15
15
  description=(
16
16
  f'You should select status as {TaskState.rejected} for requests that fall outside your area of expertise.'
17
17
  f'You should select status as {TaskState.completed} if the request is fully addressed and no further input is needed. '
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: distributed_a2a
3
- Version: 0.1.6rc7
3
+ Version: 0.1.8
4
4
  Summary: A library for building A2A agents with routing capabilities
5
5
  Home-page: https://github.com/Barra-Technologies/distributed-a2a
6
6
  Author: Fabian Bell
@@ -19,16 +19,17 @@ Classifier: Programming Language :: Python :: 3.12
19
19
  Requires-Python: >=3.10
20
20
  Description-Content-Type: text/markdown
21
21
  License-File: LICENSE
22
- Requires-Dist: langchain>=0.1.0
23
- Requires-Dist: langchain-core>=0.1.0
24
- Requires-Dist: langchain-openai>=0.0.5
25
- Requires-Dist: langgraph>=0.0.20
26
- Requires-Dist: langgraph-dynamodb-checkpoint>=0.2.6.4
27
- Requires-Dist: pydantic>=2.0.0
28
- Requires-Dist: boto3>=1.28.0
29
- Requires-Dist: a2a>=0.1.0
30
- Requires-Dist: build>=1.4.0
31
- Requires-Dist: twine>=6.2.0
22
+ Requires-Dist: langchain==1.2.3
23
+ Requires-Dist: langchain-core==1.2.7
24
+ Requires-Dist: langchain-openai==1.1.7
25
+ Requires-Dist: langgraph==1.0.5
26
+ Requires-Dist: langgraph-dynamodb-checkpoint==0.2.6.4
27
+ Requires-Dist: pydantic==2.12.5
28
+ Requires-Dist: boto3==1.42.25
29
+ Requires-Dist: a2a-sdk==0.3.22
30
+ Requires-Dist: a2a-types==0.1.0
31
+ Requires-Dist: build==1.4.0
32
+ Requires-Dist: twine==6.2.0
32
33
  Dynamic: author
33
34
  Dynamic: home-page
34
35
  Dynamic: license-file
@@ -1,13 +1,13 @@
1
1
  distributed_a2a/__init__.py,sha256=gO8sTT20O6XvDRzj7B322O9v6HxV-_eIlJD1wMlPYoI,171
2
- distributed_a2a/agent.py,sha256=c0ykzMDSizgDn2njXoCXePHMaPzy2YIA22WLURLYs-0,2930
2
+ distributed_a2a/agent.py,sha256=qY775N3Br2YMuaHLALU4t6MO47syuEoTtFLLPRr8TyA,2910
3
3
  distributed_a2a/client.py,sha256=3tEBqu3HKEQyOFk5vsO1YiuKP2pZx-n6SCzsJUYNcyc,4601
4
4
  distributed_a2a/executors.py,sha256=1toayqLUan0f1INyMo5v02L9uCHMq6hp1gf0jVdjX6I,7152
5
5
  distributed_a2a/model.py,sha256=K4ltuBHTm_r5I-viITDt4GrxntwcUj1sOjLenHYB79k,2981
6
6
  distributed_a2a/registry.py,sha256=197eZVR6TW0isOUE0VjWSWs7aCqbWqnBzcV8EVXAxrI,677
7
7
  distributed_a2a/router.py,sha256=NV8aKraFNrI53PxJAGXI5NtG3-Oy7x5ofHfgqeqsnsI,1780
8
8
  distributed_a2a/server.py,sha256=6DWLHc4ju5WK5IdmPteetn7V8dnCttAYEf5W8bryTpk,3131
9
- distributed_a2a-0.1.6rc7.dist-info/licenses/LICENSE,sha256=Btzdu2kIoMbdSp6OyCLupB1aRgpTCJ_szMimgEnpkkE,1056
10
- distributed_a2a-0.1.6rc7.dist-info/METADATA,sha256=eVRPZpS4ZzD1nXITqedwOryspHKlA7ThISaD2lbIt2M,3160
11
- distributed_a2a-0.1.6rc7.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
12
- distributed_a2a-0.1.6rc7.dist-info/top_level.txt,sha256=23qJ8n5k7796BHDK7a58uuO-X4GV0EgUWcGi8NIn-0k,16
13
- distributed_a2a-0.1.6rc7.dist-info/RECORD,,
9
+ distributed_a2a-0.1.8.dist-info/licenses/LICENSE,sha256=Btzdu2kIoMbdSp6OyCLupB1aRgpTCJ_szMimgEnpkkE,1056
10
+ distributed_a2a-0.1.8.dist-info/METADATA,sha256=MReZhC86KBh_gV5fvDka98UIgIsuVE0EkzPAZ2DIKZc,3195
11
+ distributed_a2a-0.1.8.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
12
+ distributed_a2a-0.1.8.dist-info/top_level.txt,sha256=23qJ8n5k7796BHDK7a58uuO-X4GV0EgUWcGi8NIn-0k,16
13
+ distributed_a2a-0.1.8.dist-info/RECORD,,