distributed-a2a 0.1.5rc13__py3-none-any.whl → 0.1.5rc14__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/model.py +0 -1
- {distributed_a2a-0.1.5rc13.dist-info → distributed_a2a-0.1.5rc14.dist-info}/METADATA +1 -1
- {distributed_a2a-0.1.5rc13.dist-info → distributed_a2a-0.1.5rc14.dist-info}/RECORD +6 -6
- {distributed_a2a-0.1.5rc13.dist-info → distributed_a2a-0.1.5rc14.dist-info}/WHEEL +0 -0
- {distributed_a2a-0.1.5rc13.dist-info → distributed_a2a-0.1.5rc14.dist-info}/licenses/LICENSE +0 -0
- {distributed_a2a-0.1.5rc13.dist-info → distributed_a2a-0.1.5rc14.dist-info}/top_level.txt +0 -0
distributed_a2a/model.py
CHANGED
|
@@ -19,7 +19,6 @@ class LLMConfig(BaseModel):
|
|
|
19
19
|
model: str = Field(description="The model to use for the LLM e.g. gpt-3.5-turbo")
|
|
20
20
|
api_key_env: str = Field(description="The environment variable containing the api key for the LLM provider")
|
|
21
21
|
reasoning_effort: str = Field(description="The reasoning effort to use for the LLM e.g. high", default="high")
|
|
22
|
-
system_prompt: str = Field(description="The system prompt to use for the LLM")
|
|
23
22
|
|
|
24
23
|
|
|
25
24
|
class CardConfig(BaseModel):
|
|
@@ -2,11 +2,11 @@ distributed_a2a/__init__.py,sha256=1q_7gRfBCGe-7sF_9YKzevyS97XQhtuFnZiYHIqaU-0,1
|
|
|
2
2
|
distributed_a2a/agent.py,sha256=CpIeEASjkIflGCiVo4f5c5_xUg3VwMr27l-o4cj73Mw,2597
|
|
3
3
|
distributed_a2a/client.py,sha256=2974Uw8YUuyBytwxxJJKYsWXCpEaIbGmMUHDraITxJ0,4149
|
|
4
4
|
distributed_a2a/executors.py,sha256=5Zp1fHERVAGFWZ3yYUCiAlLl2EO8-k5AhfTW_hqQ49I,4193
|
|
5
|
-
distributed_a2a/model.py,sha256=
|
|
5
|
+
distributed_a2a/model.py,sha256=tpxfQ9ORy8JqQsMMGIBYZavgqmXw3jfOdCmK-CKW4RM,2670
|
|
6
6
|
distributed_a2a/registry.py,sha256=197eZVR6TW0isOUE0VjWSWs7aCqbWqnBzcV8EVXAxrI,677
|
|
7
7
|
distributed_a2a/server.py,sha256=eVccqBos4nMQqe9feyglGlMmUYIGz2t5jmBbMVt-NGE,3085
|
|
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.
|
|
8
|
+
distributed_a2a-0.1.5rc14.dist-info/licenses/LICENSE,sha256=Btzdu2kIoMbdSp6OyCLupB1aRgpTCJ_szMimgEnpkkE,1056
|
|
9
|
+
distributed_a2a-0.1.5rc14.dist-info/METADATA,sha256=BLcaFugs2JkORXqhhtSAm28b3eyZf3me5ULkrfqAy_s,3107
|
|
10
|
+
distributed_a2a-0.1.5rc14.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
11
|
+
distributed_a2a-0.1.5rc14.dist-info/top_level.txt,sha256=23qJ8n5k7796BHDK7a58uuO-X4GV0EgUWcGi8NIn-0k,16
|
|
12
|
+
distributed_a2a-0.1.5rc14.dist-info/RECORD,,
|
|
File without changes
|
{distributed_a2a-0.1.5rc13.dist-info → distributed_a2a-0.1.5rc14.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|