gemini-agent-framework 0.1.11__tar.gz → 0.1.12__tar.gz
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_framework-0.1.11 → gemini_agent_framework-0.1.12}/PKG-INFO +5 -5
- {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/README.md +4 -4
- {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/pyproject.toml +1 -1
- {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/src/gemini_agent/__init__.py +1 -1
- {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/src/gemini_agent/agent.py +1 -2
- {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/.flake8 +0 -0
- {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/.github/workflows/ci.yml +0 -0
- {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/.github/workflows/docs.yml +0 -0
- {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/.github/workflows/python-publish.yml +0 -0
- {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/.github/workflows/tests.yml +0 -0
- {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/.gitignore +0 -0
- {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/CHANGELOG.md +0 -0
- {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/CODE_OF_CONDUCT.md +0 -0
- {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/CONTRIBUTING.md +0 -0
- {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/LICENSE +0 -0
- {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/docs/api_reference.md +0 -0
- {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/docs/architecture.md +0 -0
- {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/docs/best_practices.md +0 -0
- {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/docs/index.md +0 -0
- {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/docs/installation.md +0 -0
- {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/docs/tutorials.md +0 -0
- {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/mkdocs.yml +0 -0
- {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/payload_variable_0.json +0 -0
- {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/requirements.txt +0 -0
- {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/tests/test_agent.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: gemini-agent-framework
|
3
|
-
Version: 0.1.
|
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.
|
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_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
|
|
@@ -90,10 +90,10 @@ For detailed documentation, please visit our [documentation site](https://github
|
|
90
90
|
|
91
91
|
### Key Topics
|
92
92
|
|
93
|
-
- [API Reference](https://github.
|
94
|
-
- [Tutorials](https://github.
|
95
|
-
- [Best Practices](https://github.
|
96
|
-
- [Architecture Overview](https://github.
|
93
|
+
- [API Reference](https://m7mdony.github.io/gemini-agent-framework/api_refrences/)
|
94
|
+
- [Tutorials](https://m7mdony.github.io/gemini-agent-framework/tutorials/)
|
95
|
+
- [Best Practices](https://m7mdony.github.io/gemini-agent-framework/best_practices/)
|
96
|
+
- [Architecture Overview](https://m7mdony.github.io/gemini-agent-framework/architecture/)
|
97
97
|
|
98
98
|
## Contributing
|
99
99
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "gemini-agent-framework"
|
7
|
-
version = "0.1.
|
7
|
+
version = "0.1.12"
|
8
8
|
description = "A framework for building agents that use Gemini's function calling capabilities"
|
9
9
|
readme = "README.md"
|
10
10
|
requires-python = ">=3.8"
|
File without changes
|
File without changes
|
File without changes
|
{gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/.github/workflows/python-publish.yml
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|