gemini-agent-framework 0.1.11__py3-none-any.whl → 0.1.13__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 +1 -2
- {gemini_agent_framework-0.1.11.dist-info → gemini_agent_framework-0.1.13.dist-info}/METADATA +6 -6
- gemini_agent_framework-0.1.13.dist-info/RECORD +6 -0
- gemini_agent_framework-0.1.11.dist-info/RECORD +0 -6
- {gemini_agent_framework-0.1.11.dist-info → gemini_agent_framework-0.1.13.dist-info}/WHEEL +0 -0
- {gemini_agent_framework-0.1.11.dist-info → gemini_agent_framework-0.1.13.dist-info}/licenses/LICENSE +0 -0
gemini_agent/__init__.py
CHANGED
gemini_agent/agent.py
CHANGED
{gemini_agent_framework-0.1.11.dist-info → gemini_agent_framework-0.1.13.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: gemini-agent-framework
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.13
|
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
|
@@ -118,14 +118,14 @@ response = agent.prompt(
|
|
118
118
|
|
119
119
|
## Documentation
|
120
120
|
|
121
|
-
For detailed documentation, please visit our [documentation site](https://github.com/m7mdony/gemini-agent-framework
|
121
|
+
For detailed documentation, please visit our [documentation site](https://github.com/m7mdony/gemini-agent-framework).
|
122
122
|
|
123
123
|
### Key Topics
|
124
124
|
|
125
|
-
- [API Reference](https://github.
|
126
|
-
- [Tutorials](https://github.
|
127
|
-
- [Best Practices](https://github.
|
128
|
-
- [Architecture Overview](https://github.
|
125
|
+
- [API Reference](https://m7mdony.github.io/gemini-agent-framework/api_reference/)
|
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=VJDQ1Ve3Y3wf_xjRODOnr2gYm0bAg04sHA_i8HXGudc,69
|
2
|
+
gemini_agent/agent.py,sha256=eY9Vjbew4N1dbY31oK37UVRb4a9w-StUUjCuAYCF8N8,26740
|
3
|
+
gemini_agent_framework-0.1.13.dist-info/METADATA,sha256=Y_h_pZhD05QrRdYk2WrD0Xr2EeBjPun2JquhI8vIyCE,5039
|
4
|
+
gemini_agent_framework-0.1.13.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
5
|
+
gemini_agent_framework-0.1.13.dist-info/licenses/LICENSE,sha256=NHp9eKeWbB-Fp6Ff24BXSemJOa6UEZa9IAp9U7O9oBM,1073
|
6
|
+
gemini_agent_framework-0.1.13.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,,
|
File without changes
|
{gemini_agent_framework-0.1.11.dist-info → gemini_agent_framework-0.1.13.dist-info}/licenses/LICENSE
RENAMED
File without changes
|