github-agent 0.9.0__tar.gz → 0.10.0__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 (24) hide show
  1. {github_agent-0.9.0 → github_agent-0.10.0}/PKG-INFO +2 -2
  2. {github_agent-0.9.0 → github_agent-0.10.0}/README.md +1 -1
  3. {github_agent-0.9.0 → github_agent-0.10.0}/github_agent/agent_server.py +1 -1
  4. {github_agent-0.9.0 → github_agent-0.10.0}/github_agent.egg-info/PKG-INFO +2 -2
  5. {github_agent-0.9.0 → github_agent-0.10.0}/pyproject.toml +1 -1
  6. {github_agent-0.9.0 → github_agent-0.10.0}/LICENSE +0 -0
  7. {github_agent-0.9.0 → github_agent-0.10.0}/github_agent/__init__.py +0 -0
  8. {github_agent-0.9.0 → github_agent-0.10.0}/github_agent/__main__.py +0 -0
  9. {github_agent-0.9.0 → github_agent-0.10.0}/github_agent/api_client.py +0 -0
  10. {github_agent-0.9.0 → github_agent-0.10.0}/github_agent/auth.py +0 -0
  11. {github_agent-0.9.0 → github_agent-0.10.0}/github_agent/github_input_models.py +0 -0
  12. {github_agent-0.9.0 → github_agent-0.10.0}/github_agent/github_response_models.py +0 -0
  13. {github_agent-0.9.0 → github_agent-0.10.0}/github_agent/mcp_config.json +0 -0
  14. {github_agent-0.9.0 → github_agent-0.10.0}/github_agent/mcp_server.py +0 -0
  15. {github_agent-0.9.0 → github_agent-0.10.0}/github_agent.egg-info/SOURCES.txt +0 -0
  16. {github_agent-0.9.0 → github_agent-0.10.0}/github_agent.egg-info/dependency_links.txt +0 -0
  17. {github_agent-0.9.0 → github_agent-0.10.0}/github_agent.egg-info/entry_points.txt +0 -0
  18. {github_agent-0.9.0 → github_agent-0.10.0}/github_agent.egg-info/requires.txt +0 -0
  19. {github_agent-0.9.0 → github_agent-0.10.0}/github_agent.egg-info/top_level.txt +0 -0
  20. {github_agent-0.9.0 → github_agent-0.10.0}/scripts/validate_a2a_agent.py +0 -0
  21. {github_agent-0.9.0 → github_agent-0.10.0}/setup.cfg +0 -0
  22. {github_agent-0.9.0 → github_agent-0.10.0}/tests/test_concept_parity.py +0 -0
  23. {github_agent-0.9.0 → github_agent-0.10.0}/tests/test_github_agent_api_brute_force_coverage.py +0 -0
  24. {github_agent-0.9.0 → github_agent-0.10.0}/tests/test_github_agent_brute_force_coverage.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: github-agent
3
- Version: 0.9.0
3
+ Version: 0.10.0
4
4
  Summary: GitHub Agent for MCP
5
5
  Author-email: Audel Rouhi <knucklessg1@gmail.com>
6
6
  License: MIT
@@ -41,7 +41,7 @@ Dynamic: license-file
41
41
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/github-agent)
42
42
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/github-agent)
43
43
 
44
- *Version: 0.9.0*
44
+ *Version: 0.10.0*
45
45
 
46
46
  ## Overview
47
47
 
@@ -21,7 +21,7 @@
21
21
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/github-agent)
22
22
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/github-agent)
23
23
 
24
- *Version: 0.9.0*
24
+ *Version: 0.10.0*
25
25
 
26
26
  ## Overview
27
27
 
@@ -12,7 +12,7 @@ from agent_utilities import (
12
12
  load_identity,
13
13
  )
14
14
 
15
- __version__ = "0.9.0"
15
+ __version__ = "0.10.0"
16
16
 
17
17
  logging.basicConfig(
18
18
  level=logging.INFO,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: github-agent
3
- Version: 0.9.0
3
+ Version: 0.10.0
4
4
  Summary: GitHub Agent for MCP
5
5
  Author-email: Audel Rouhi <knucklessg1@gmail.com>
6
6
  License: MIT
@@ -41,7 +41,7 @@ Dynamic: license-file
41
41
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/github-agent)
42
42
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/github-agent)
43
43
 
44
- *Version: 0.9.0*
44
+ *Version: 0.10.0*
45
45
 
46
46
  ## Overview
47
47
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "github-agent"
7
- version = "0.9.0"
7
+ version = "0.10.0"
8
8
  readme = "README.md"
9
9
  description = "GitHub Agent for MCP"
10
10
  requires-python = ">=3.11, <3.14"
File without changes
File without changes