smarta2a 0.4.6__py3-none-any.whl → 0.4.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.
smarta2a/server/server.py CHANGED
@@ -84,7 +84,7 @@ class SmartA2A:
84
84
  def _setup_cors(self):
85
85
  self.app.add_middleware(
86
86
  CORSMiddleware,
87
- allow_origins=["http://localhost:3000"],
87
+ allow_origins=["http://localhost:3000", "http://localhost:80"],
88
88
  allow_credentials=True,
89
89
  allow_methods=["*"],
90
90
  allow_headers=["*"],
@@ -97,9 +97,6 @@ class ToolsManager:
97
97
  print("--- tool_name ---")
98
98
  print(tool_name)
99
99
  print("--- end of tool_name ---")
100
- print("--- client ---")
101
- print(client.url)
102
- print("--- end of client ---")
103
100
  result = await client.call_tool(tool_name, new_args)
104
101
  print("--- result ---")
105
102
  print(result)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: smarta2a
3
- Version: 0.4.6
3
+ Version: 0.4.8
4
4
  Summary: a Python framework that helps you build servers and AI agents that communicate using the A2A protocol
5
5
  Project-URL: Homepage, https://github.com/siddharthsma/smarta2a
6
6
  Project-URL: Bug Tracker, https://github.com/siddharthsma/smarta2a/issues
@@ -21,7 +21,7 @@ smarta2a/server/json_rpc_request_processor.py,sha256=qRB3sfj_n9ImkIOCdaUKMsDmKcO
21
21
  smarta2a/server/nats_client.py,sha256=akyNg1hLd9XYoLSH_qQVs8uoiTQerztgvqu_3TifSgE,1617
22
22
  smarta2a/server/request_handler.py,sha256=5KMtfpHQX6bOgk1DJbhs1fUCQ5tSvMYXWzheT3IW2Bo,26374
23
23
  smarta2a/server/send_task_handler.py,sha256=fiBeCCHCu9c2H4EJOUc0t3EZgpHVFJy4B_6qZOC140s,6336
24
- smarta2a/server/server.py,sha256=A0AC5hhgYv9xwpO3s6K1M8ETQztrurWD9UP1_xUT8Z4,6741
24
+ smarta2a/server/server.py,sha256=leizsge5Gvb4V10djOSS7To5s2a_mU5-GZRKZAMoCk8,6764
25
25
  smarta2a/server/state_manager.py,sha256=omjN3C9Sl4hqw5FepnX2qBm1do6QTSE5P9uip78dvEI,6807
26
26
  smarta2a/server/webhook_request_processor.py,sha256=_0XoUDmueSl9CvFQE-1zgKRSts-EW8QxbmolPTfFER8,5306
27
27
  smarta2a/state_stores/__init__.py,sha256=vafxAqpwvag_cYFH2XKGk3DPmJIWJr4Ioey30yLFkVQ,220
@@ -32,9 +32,9 @@ smarta2a/utils/agent_discovery_manager.py,sha256=6KpRSQH_EDUOZbF4wFRsZneZGIPLXFP
32
32
  smarta2a/utils/prompt_helpers.py,sha256=M3UUjFQEspEAnNm54Dip0-D7mMFFZLrP_s_89ZPe6fs,1438
33
33
  smarta2a/utils/task_builder.py,sha256=wqSyfVHNTaXuGESu09dhlaDi7D007gcN3-8tH-nPQ40,5159
34
34
  smarta2a/utils/task_request_builder.py,sha256=6cOGOqj2Rg43xWM03GRJQzlIZHBptsMCJRp7oD-TDAQ,3362
35
- smarta2a/utils/tools_manager.py,sha256=Xe0iFeT22nMnjZNceY3PE5zxLLswkM55fpcbSW-Nxr8,4966
35
+ smarta2a/utils/tools_manager.py,sha256=igKYeSi0SaYzd36jUqOMPvnYd5kK55EPQ0X_pdTo5e4,4857
36
36
  smarta2a/utils/types.py,sha256=kzA6Vv5xXfu1sJuxhEXrglI9e9S6eZVIljMnsrQVyN0,13650
37
- smarta2a-0.4.6.dist-info/METADATA,sha256=-11g19lk2qHM_AYTdjbkah4zltFj3pyRVRdKSZBjXMw,12987
38
- smarta2a-0.4.6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
39
- smarta2a-0.4.6.dist-info/licenses/LICENSE,sha256=lDbqrxVnzDMY5KJ8JS1WhvkWE8TJaw-O-CHDy-ecsJA,2095
40
- smarta2a-0.4.6.dist-info/RECORD,,
37
+ smarta2a-0.4.8.dist-info/METADATA,sha256=e6RzmHxhj8p3H4eLk2uNlGehaZ56tgeW01dbYB4zfZc,12987
38
+ smarta2a-0.4.8.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
39
+ smarta2a-0.4.8.dist-info/licenses/LICENSE,sha256=lDbqrxVnzDMY5KJ8JS1WhvkWE8TJaw-O-CHDy-ecsJA,2095
40
+ smarta2a-0.4.8.dist-info/RECORD,,