gemini-agent-framework 0.2.2__py3-none-any.whl → 0.2.3__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.
- gemini_agent/__init__.py +1 -1
- gemini_agent/agent.py +0 -2
- {gemini_agent_framework-0.2.2.dist-info → gemini_agent_framework-0.2.3.dist-info}/METADATA +1 -1
- gemini_agent_framework-0.2.3.dist-info/RECORD +6 -0
- gemini_agent_framework-0.2.2.dist-info/RECORD +0 -6
- {gemini_agent_framework-0.2.2.dist-info → gemini_agent_framework-0.2.3.dist-info}/WHEEL +0 -0
- {gemini_agent_framework-0.2.2.dist-info → gemini_agent_framework-0.2.3.dist-info}/licenses/LICENSE +0 -0
gemini_agent/__init__.py
CHANGED
gemini_agent/agent.py
CHANGED
@@ -314,7 +314,6 @@ class Agent:
|
|
314
314
|
|
315
315
|
def _log_json(self, json_data: Dict[str, Any], file_name: str, debug_scope: Optional[str] = None) -> None:
|
316
316
|
"""Logs the JSON data to a file."""
|
317
|
-
print("in log json")
|
318
317
|
if "json" not in debug_scope:
|
319
318
|
return
|
320
319
|
with open(file_name, "w") as f:
|
@@ -388,7 +387,6 @@ class Agent:
|
|
388
387
|
self._log_json(payload, f"payload_{count}.json", debug_scope)
|
389
388
|
count += 1
|
390
389
|
response_data = self._call_gemini_api(payload, debug_scope)
|
391
|
-
print("response data " , response_data)
|
392
390
|
if "error" in response_data:
|
393
391
|
self._log_text(
|
394
392
|
f"API call failed: {response_data['error'].get('message', 'Unknown API error')}"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: gemini-agent-framework
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.3
|
4
4
|
Summary: A framework for building agents that use Gemini's function calling capabilities
|
5
5
|
Project-URL: Homepage, https://github.com/m7mdony/gemini-agent-framework
|
6
6
|
Project-URL: Documentation, https://m7mdony.github.io/gemini-agent-framework
|
@@ -0,0 +1,6 @@
|
|
1
|
+
gemini_agent/__init__.py,sha256=oQVInJJsdELQRFQPmj5oFTcxcP7gxj3kTPC66a7ZMZE,68
|
2
|
+
gemini_agent/agent.py,sha256=0MxUrVt91hHCpHqe-eCkLAlTYS9bec2VNwX-3Q3gNXo,28457
|
3
|
+
gemini_agent_framework-0.2.3.dist-info/METADATA,sha256=2ksoadA6mTEd3xM2611j46fiUvfX9pmkapZV_uKe1XQ,5032
|
4
|
+
gemini_agent_framework-0.2.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
5
|
+
gemini_agent_framework-0.2.3.dist-info/licenses/LICENSE,sha256=NHp9eKeWbB-Fp6Ff24BXSemJOa6UEZa9IAp9U7O9oBM,1073
|
6
|
+
gemini_agent_framework-0.2.3.dist-info/RECORD,,
|
@@ -1,6 +0,0 @@
|
|
1
|
-
gemini_agent/__init__.py,sha256=2220VPV3WqLMo3kDIRmbjzxzY3O_kd0fkkbjjBWJ0-o,68
|
2
|
-
gemini_agent/agent.py,sha256=ymZLfcB_0W4pcnu8pFQwFRLUR2RpfMtOPTa51lb9gvg,28538
|
3
|
-
gemini_agent_framework-0.2.2.dist-info/METADATA,sha256=2Nk-YfrwziO79Al0yy2sidfpmBMx1qu4se7osek8mDo,5032
|
4
|
-
gemini_agent_framework-0.2.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
5
|
-
gemini_agent_framework-0.2.2.dist-info/licenses/LICENSE,sha256=NHp9eKeWbB-Fp6Ff24BXSemJOa6UEZa9IAp9U7O9oBM,1073
|
6
|
-
gemini_agent_framework-0.2.2.dist-info/RECORD,,
|
File without changes
|
{gemini_agent_framework-0.2.2.dist-info → gemini_agent_framework-0.2.3.dist-info}/licenses/LICENSE
RENAMED
File without changes
|