gemini-agent-framework 0.1.5__py3-none-any.whl → 0.1.7__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 CHANGED
@@ -1,4 +1,4 @@
1
1
  from .agent import Agent
2
2
 
3
- __version__ = "0.1.5"
3
+ __version__ = "0.1.7"
4
4
  __all__ = ["Agent"]
gemini_agent/agent.py CHANGED
@@ -213,7 +213,7 @@ class Agent:
213
213
  - If a step requires multiple tools, execute them sequentially
214
214
  - If you're unsure about the next step, explain your reasoning
215
215
  - You can use both stored variables and values from the prompt
216
- - You don't have the ability to set new varaibles during the conversation
216
+ - You don't have the ability to set new varaibles during the conversation.
217
217
  - When using stored variables, ALWAYS use the {{"variable": "variable_name"}} syntax
218
218
  """.format(
219
219
  tools_list="\n".join([f"- {name}: {desc}" for name, desc in
@@ -391,7 +391,6 @@ class Agent:
391
391
  "name": tool_name,
392
392
  "response": {
393
393
  "content": function_result,
394
- "result_key": result_key
395
394
  }
396
395
  }
397
396
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gemini-agent-framework
3
- Version: 0.1.5
3
+ Version: 0.1.7
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=ZdOR-AAyVQtbRro_ygAXHnRTwHnJSv47czfFp2EXq9w,71
2
+ gemini_agent/agent.py,sha256=Of-iGnxirZbF2qIfUt2accqgIfyPGByeWqHBMKvWg70,24251
3
+ gemini_agent_framework-0.1.7.dist-info/METADATA,sha256=fcWeXEwQVqSA9zpdV9Grpn9MOBGaYCs9syN67oQ_Tj0,2386
4
+ gemini_agent_framework-0.1.7.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
5
+ gemini_agent_framework-0.1.7.dist-info/RECORD,,
@@ -1,5 +0,0 @@
1
- gemini_agent/__init__.py,sha256=1clMUsayB4m1Ez9RbtlTYvfNdwYYc0MN_jdQp7xtZB4,71
2
- gemini_agent/agent.py,sha256=D6zMq9rJ9g_ieBtyfcPa-Hdjgxy5qO-oXGvonC7VOGY,24316
3
- gemini_agent_framework-0.1.5.dist-info/METADATA,sha256=Z9LkPsd5qkCZnDJVbIFrVeqx1OGF7Shv38s_9_JSALM,2386
4
- gemini_agent_framework-0.1.5.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
5
- gemini_agent_framework-0.1.5.dist-info/RECORD,,