gemini-agent-framework 0.1.11__py3-none-any.whl → 0.1.12__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.11"
3
+ __version__ = "0.1.12"
4
4
  __all__ = ["Agent"]
gemini_agent/agent.py CHANGED
@@ -590,5 +590,4 @@ class Agent:
590
590
  }
591
591
 
592
592
  return {"error": {"message": "Exited interaction loop unexpectedly."}}
593
- def test_agent(self) -> None:
594
- print("Testing agent...")
593
+
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gemini-agent-framework
3
- Version: 0.1.11
3
+ Version: 0.1.12
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/wiki
@@ -122,10 +122,10 @@ For detailed documentation, please visit our [documentation site](https://github
122
122
 
123
123
  ### Key Topics
124
124
 
125
- - [API Reference](https://github.com/m7mdony/gemini-agent-framework/API-Reference)
126
- - [Tutorials](https://github.com/m7mdony/gemini-agent-framework/Tutorials)
127
- - [Best Practices](https://github.com/m7mdony/gemini-agent-framework/Best-Practices)
128
- - [Architecture Overview](https://github.com/m7mdony/gemini-agent-framework/Architecture)
125
+ - [API Reference](https://m7mdony.github.io/gemini-agent-framework/api_refrences/)
126
+ - [Tutorials](https://m7mdony.github.io/gemini-agent-framework/tutorials/)
127
+ - [Best Practices](https://m7mdony.github.io/gemini-agent-framework/best_practices/)
128
+ - [Architecture Overview](https://m7mdony.github.io/gemini-agent-framework/architecture/)
129
129
 
130
130
  ## Contributing
131
131
 
@@ -0,0 +1,6 @@
1
+ gemini_agent/__init__.py,sha256=huzUkDtkZ8p2huUAyUUvGsVkxicgsmFaODAG8CiwMmQ,69
2
+ gemini_agent/agent.py,sha256=eY9Vjbew4N1dbY31oK37UVRb4a9w-StUUjCuAYCF8N8,26740
3
+ gemini_agent_framework-0.1.12.dist-info/METADATA,sha256=q1jN4pSaNw-JB1mlVxHZmfdrasQkG5YktxDmCuKLvBU,5044
4
+ gemini_agent_framework-0.1.12.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
5
+ gemini_agent_framework-0.1.12.dist-info/licenses/LICENSE,sha256=NHp9eKeWbB-Fp6Ff24BXSemJOa6UEZa9IAp9U7O9oBM,1073
6
+ gemini_agent_framework-0.1.12.dist-info/RECORD,,
@@ -1,6 +0,0 @@
1
- gemini_agent/__init__.py,sha256=vPDl7nFuQnO7y9kyMxbgYmnUIYamLdODPHfChCBe6ZY,69
2
- gemini_agent/agent.py,sha256=iEV3Mhc3s4KDPuiPA5KnRfPRoTbtoii6XJwC49u_wf8,26807
3
- gemini_agent_framework-0.1.11.dist-info/METADATA,sha256=Y4yJiydocGaCttxQSWd4glLGokBPxL-hFH7w5YEXh3s,5044
4
- gemini_agent_framework-0.1.11.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
5
- gemini_agent_framework-0.1.11.dist-info/licenses/LICENSE,sha256=NHp9eKeWbB-Fp6Ff24BXSemJOa6UEZa9IAp9U7O9oBM,1073
6
- gemini_agent_framework-0.1.11.dist-info/RECORD,,