ragbits-agents 1.4.0.dev202512100237__py3-none-any.whl → 1.4.0.dev202512151244__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.
- ragbits/agents/_main.py +2 -0
- {ragbits_agents-1.4.0.dev202512100237.dist-info → ragbits_agents-1.4.0.dev202512151244.dist-info}/METADATA +2 -2
- {ragbits_agents-1.4.0.dev202512100237.dist-info → ragbits_agents-1.4.0.dev202512151244.dist-info}/RECORD +4 -4
- {ragbits_agents-1.4.0.dev202512100237.dist-info → ragbits_agents-1.4.0.dev202512151244.dist-info}/WHEEL +0 -0
ragbits/agents/_main.py
CHANGED
|
@@ -409,6 +409,8 @@ class Agent(
|
|
|
409
409
|
self.tools.append(Tool.from_agent(agent, **kwargs))
|
|
410
410
|
elif isinstance(tool, Agent):
|
|
411
411
|
self.tools.append(Tool.from_agent(tool))
|
|
412
|
+
elif isinstance(tool, Tool):
|
|
413
|
+
self.tools.append(tool)
|
|
412
414
|
else:
|
|
413
415
|
self.tools.append(Tool.from_callable(tool))
|
|
414
416
|
self.mcp_servers = mcp_servers or []
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: ragbits-agents
|
|
3
|
-
Version: 1.4.0.
|
|
3
|
+
Version: 1.4.0.dev202512151244
|
|
4
4
|
Summary: Building blocks for rapid development of GenAI applications
|
|
5
5
|
Project-URL: Homepage, https://github.com/deepsense-ai/ragbits
|
|
6
6
|
Project-URL: Bug Reports, https://github.com/deepsense-ai/ragbits/issues
|
|
@@ -22,7 +22,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
22
22
|
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
|
23
23
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
24
24
|
Requires-Python: >=3.10
|
|
25
|
-
Requires-Dist: ragbits-core==1.4.0.
|
|
25
|
+
Requires-Dist: ragbits-core==1.4.0.dev202512151244
|
|
26
26
|
Provides-Extra: a2a
|
|
27
27
|
Requires-Dist: a2a-sdk<1.0.0,>=0.2.9; extra == 'a2a'
|
|
28
28
|
Requires-Dist: fastapi<1.0.0,>=0.115.0; extra == 'a2a'
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
ragbits/agents/__init__.py,sha256=SuM-RMiS_EkMsOgVXwhNtfZKSoKiA5B4QmaaOYWw7a4,996
|
|
2
|
-
ragbits/agents/_main.py,sha256=
|
|
2
|
+
ragbits/agents/_main.py,sha256=5AGHPh5_pRwh0mv8Hwx9xuj8vs5edu5NURkONL_fmSc,51904
|
|
3
3
|
ragbits/agents/cli.py,sha256=xUS7k8IAn0479n165i4YVFKo4Jx0M2iCpaMILZi9xt8,17649
|
|
4
4
|
ragbits/agents/confirmation.py,sha256=cwdd1feSSobxa7gxBvEZcL9e3tcLdc8CyfvvQwaHF1Y,619
|
|
5
5
|
ragbits/agents/exceptions.py,sha256=TiompKlP1QRD4TZ7hpp52dyZqg0rjoq1t5QUTxFZud8,3552
|
|
@@ -20,6 +20,6 @@ ragbits/agents/tools/memory.py,sha256=IrRGpZvdylNbn_Z7FFFwun9Rx3OSQimjVynSt3WgUo
|
|
|
20
20
|
ragbits/agents/tools/openai.py,sha256=SpoB6my_T6LwfHjrP7ivQL6H4KvwInVampXq-6nGAHE,4955
|
|
21
21
|
ragbits/agents/tools/todo.py,sha256=R86_Hu0HIl5Ujp8B2ctOo1iSLAHmfrzyu6jnyCLs4uc,18576
|
|
22
22
|
ragbits/agents/tools/types.py,sha256=6yNG7IjG476muiCIcXKRgDJSemCeO2ZgycpXLyfu8jc,441
|
|
23
|
-
ragbits_agents-1.4.0.
|
|
24
|
-
ragbits_agents-1.4.0.
|
|
25
|
-
ragbits_agents-1.4.0.
|
|
23
|
+
ragbits_agents-1.4.0.dev202512151244.dist-info/METADATA,sha256=pprX7Rl16G9xEl1QbAkOJQtgypnb7wO9kWpgqItKMdo,2273
|
|
24
|
+
ragbits_agents-1.4.0.dev202512151244.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
25
|
+
ragbits_agents-1.4.0.dev202512151244.dist-info/RECORD,,
|
|
File without changes
|