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.
Files changed (25) hide show
  1. {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/PKG-INFO +5 -5
  2. {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/README.md +4 -4
  3. {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/pyproject.toml +1 -1
  4. {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/src/gemini_agent/__init__.py +1 -1
  5. {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/src/gemini_agent/agent.py +1 -2
  6. {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/.flake8 +0 -0
  7. {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/.github/workflows/ci.yml +0 -0
  8. {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/.github/workflows/docs.yml +0 -0
  9. {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/.github/workflows/python-publish.yml +0 -0
  10. {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/.github/workflows/tests.yml +0 -0
  11. {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/.gitignore +0 -0
  12. {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/CHANGELOG.md +0 -0
  13. {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/CODE_OF_CONDUCT.md +0 -0
  14. {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/CONTRIBUTING.md +0 -0
  15. {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/LICENSE +0 -0
  16. {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/docs/api_reference.md +0 -0
  17. {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/docs/architecture.md +0 -0
  18. {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/docs/best_practices.md +0 -0
  19. {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/docs/index.md +0 -0
  20. {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/docs/installation.md +0 -0
  21. {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/docs/tutorials.md +0 -0
  22. {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/mkdocs.yml +0 -0
  23. {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/payload_variable_0.json +0 -0
  24. {gemini_agent_framework-0.1.11 → gemini_agent_framework-0.1.12}/requirements.txt +0 -0
  25. {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.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
 
@@ -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.com/m7mdony/gemini-agent-framework/API-Reference)
94
- - [Tutorials](https://github.com/m7mdony/gemini-agent-framework/Tutorials)
95
- - [Best Practices](https://github.com/m7mdony/gemini-agent-framework/Best-Practices)
96
- - [Architecture Overview](https://github.com/m7mdony/gemini-agent-framework/Architecture)
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.11"
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"
@@ -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"]
@@ -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
+