gemini-agent-framework 0.1.0__py3-none-any.whl → 0.1.1__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 +2 -0
- {gemini_agent_framework-0.1.0.dist-info → gemini_agent_framework-0.1.1.dist-info}/METADATA +1 -1
- gemini_agent_framework-0.1.1.dist-info/RECORD +5 -0
- gemini_agent_framework-0.1.0.dist-info/RECORD +0 -5
- {gemini_agent_framework-0.1.0.dist-info → gemini_agent_framework-0.1.1.dist-info}/WHEEL +0 -0
gemini_agent/__init__.py
CHANGED
gemini_agent/agent.py
CHANGED
@@ -192,6 +192,8 @@ class Agent:
|
|
192
192
|
self._intermediate_results = {}
|
193
193
|
|
194
194
|
if not system_prompt:
|
195
|
+
system_prompt = self._get_system_prompt() + system_prompt
|
196
|
+
else:
|
195
197
|
system_prompt = self._get_system_prompt()
|
196
198
|
|
197
199
|
current_contents = conversation_history if conversation_history else []
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: gemini-agent-framework
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.1
|
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://github.com/m7mdony/gemini-agent-framework#readme
|
@@ -0,0 +1,5 @@
|
|
1
|
+
gemini_agent/__init__.py,sha256=2AgrBW0ePFgOvwoNNqRcZaMPdbOaKPoNHXUo_VlFX-M,71
|
2
|
+
gemini_agent/agent.py,sha256=DqbUBsiI3qzEVAeKAMvlTp0yC0HuK8RAgpmxIJWbPYM,19552
|
3
|
+
gemini_agent_framework-0.1.1.dist-info/METADATA,sha256=glzOEjvwQP2wswyz_NPzPjdQYfaMOooDCMU3ewbGMBs,2386
|
4
|
+
gemini_agent_framework-0.1.1.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
5
|
+
gemini_agent_framework-0.1.1.dist-info/RECORD,,
|
@@ -1,5 +0,0 @@
|
|
1
|
-
gemini_agent/__init__.py,sha256=LOMwiMfThpfN5KBMHrkQX9C7WvJIcUb0BUsLo55id8c,71
|
2
|
-
gemini_agent/agent.py,sha256=4gKLM5-wdXpFo6jq430-v7XbLDLJIJ4AUqqUUotP7fU,19466
|
3
|
-
gemini_agent_framework-0.1.0.dist-info/METADATA,sha256=UVDxC4SIYk6Vwf6tbXfkjrHuECZRxJlfEFU4GwgZrrI,2386
|
4
|
-
gemini_agent_framework-0.1.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
5
|
-
gemini_agent_framework-0.1.0.dist-info/RECORD,,
|
File without changes
|