distributed-a2a 0.1.5rc11__py3-none-any.whl → 0.1.5rc12__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 CHANGED
@@ -36,7 +36,7 @@ class CardConfig(BaseModel):
36
36
  class AgentItem(BaseModel):
37
37
  card: CardConfig = Field(description="The agent card configuration node")
38
38
  llm: LLMConfig = Field(description="The LLM configuration node")
39
- _system_prompt: str = Field(description="The system prompt to use for the LLM or a path to a file containing the system prompt")
39
+ _system_prompt: str = Field(description="The system prompt to use for the LLM or a path to a file containing the system prompt", alias="system_prompt")
40
40
 
41
41
  @lru_cache
42
42
  def get_system_prompt(self) -> str:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: distributed_a2a
3
- Version: 0.1.5rc11
3
+ Version: 0.1.5rc12
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
@@ -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=E-4-jSqgChl661lc9Q1d6HdxoMzWMf5Uv_KtHHW-7ro,2754
5
+ distributed_a2a/model.py,sha256=jYjzW60xTriPuvG7TG8JS6mwgnieq8klPtlrMlyxFEw,2777
6
6
  distributed_a2a/registry.py,sha256=197eZVR6TW0isOUE0VjWSWs7aCqbWqnBzcV8EVXAxrI,677
7
7
  distributed_a2a/server.py,sha256=eVccqBos4nMQqe9feyglGlMmUYIGz2t5jmBbMVt-NGE,3085
8
- distributed_a2a-0.1.5rc11.dist-info/licenses/LICENSE,sha256=Btzdu2kIoMbdSp6OyCLupB1aRgpTCJ_szMimgEnpkkE,1056
9
- distributed_a2a-0.1.5rc11.dist-info/METADATA,sha256=HFU8MSjniTPkN5OAwWVtbLte_tNP08sBj2wleOrUyls,3107
10
- distributed_a2a-0.1.5rc11.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
11
- distributed_a2a-0.1.5rc11.dist-info/top_level.txt,sha256=23qJ8n5k7796BHDK7a58uuO-X4GV0EgUWcGi8NIn-0k,16
12
- distributed_a2a-0.1.5rc11.dist-info/RECORD,,
8
+ distributed_a2a-0.1.5rc12.dist-info/licenses/LICENSE,sha256=Btzdu2kIoMbdSp6OyCLupB1aRgpTCJ_szMimgEnpkkE,1056
9
+ distributed_a2a-0.1.5rc12.dist-info/METADATA,sha256=7F1zrtjHKn0lO2WpFXWUYCsZoeK1E119QUpsT6JEVpc,3107
10
+ distributed_a2a-0.1.5rc12.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
11
+ distributed_a2a-0.1.5rc12.dist-info/top_level.txt,sha256=23qJ8n5k7796BHDK7a58uuO-X4GV0EgUWcGi8NIn-0k,16
12
+ distributed_a2a-0.1.5rc12.dist-info/RECORD,,