github-agent 0.30.0__tar.gz → 0.31.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.
- {github_agent-0.30.0 → github_agent-0.31.0}/PKG-INFO +3 -3
- {github_agent-0.30.0 → github_agent-0.31.0}/README.md +1 -1
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/agent_server.py +1 -1
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent.egg-info/PKG-INFO +3 -3
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent.egg-info/requires.txt +1 -1
- {github_agent-0.30.0 → github_agent-0.31.0}/pyproject.toml +2 -2
- {github_agent-0.30.0 → github_agent-0.31.0}/LICENSE +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/__init__.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/__main__.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/api/__init__.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/api/api_client_base.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/api/api_client_branches.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/api/api_client_commits.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/api/api_client_contents.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/api/api_client_issues.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/api/api_client_orgs.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/api/api_client_pages.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/api/api_client_pulls.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/api/api_client_releases.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/api/api_client_repos.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/api/api_client_search.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/api/api_client_workflows.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/api_client.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/auth.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/github_input_models.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/github_response_models.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/mcp/__init__.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/mcp/mcp_action.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/mcp/mcp_branch.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/mcp/mcp_collaborator.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/mcp/mcp_commit.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/mcp/mcp_content.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/mcp/mcp_issue.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/mcp/mcp_org.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/mcp/mcp_pull.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/mcp/mcp_release.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/mcp/mcp_repo.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/mcp/mcp_search.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/mcp_config.json +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent/mcp_server.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent.egg-info/SOURCES.txt +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent.egg-info/dependency_links.txt +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent.egg-info/entry_points.txt +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/github_agent.egg-info/top_level.txt +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/scripts/security_sanitizer.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/scripts/validate_a2a_agent.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/scripts/verify_api_integration.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/setup.cfg +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/tests/conftest.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/tests/test_api_client_endpoints.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/tests/test_api_validation.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/tests/test_auth_client_edge_cases.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/tests/test_concept_parity.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/tests/test_github_agent_api_brute_force_coverage.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/tests/test_github_agent_brute_force_coverage.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/tests/test_init_dynamics.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/tests/test_mcp_coverage.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/tests/test_model_fields.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/tests/test_org_crud.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/tests/test_pages.py +0 -0
- {github_agent-0.30.0 → github_agent-0.31.0}/tests/test_startup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: github-agent
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.31.0
|
|
4
4
|
Summary: GitHub Agent for MCP
|
|
5
5
|
Author-email: Audel Rouhi <knucklessg1@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Requires-Python: <3.15,>=3.11
|
|
13
13
|
Description-Content-Type: text/markdown
|
|
14
14
|
License-File: LICENSE
|
|
15
|
-
Requires-Dist: agent-utilities[agent,logfire]>=0.
|
|
15
|
+
Requires-Dist: agent-utilities[agent,logfire]>=0.49.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest-xdist>=3.6.0; extra == "test"
|
|
18
18
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -41,7 +41,7 @@ Dynamic: license-file
|
|
|
41
41
|

|
|
42
42
|

|
|
43
43
|
|
|
44
|
-
*Version: 0.
|
|
44
|
+
*Version: 0.31.0*
|
|
45
45
|
|
|
46
46
|
> **Documentation** — Installation, deployment, and usage across the MCP, API, and
|
|
47
47
|
> CLI interfaces, including the integrated A2A agent server, are maintained in the
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|

|
|
21
21
|

|
|
22
22
|
|
|
23
|
-
*Version: 0.
|
|
23
|
+
*Version: 0.31.0*
|
|
24
24
|
|
|
25
25
|
> **Documentation** — Installation, deployment, and usage across the MCP, API, and
|
|
26
26
|
> CLI interfaces, including the integrated A2A agent server, are maintained in the
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: github-agent
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.31.0
|
|
4
4
|
Summary: GitHub Agent for MCP
|
|
5
5
|
Author-email: Audel Rouhi <knucklessg1@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -12,7 +12,7 @@ Classifier: Programming Language :: Python :: 3
|
|
|
12
12
|
Requires-Python: <3.15,>=3.11
|
|
13
13
|
Description-Content-Type: text/markdown
|
|
14
14
|
License-File: LICENSE
|
|
15
|
-
Requires-Dist: agent-utilities[agent,logfire]>=0.
|
|
15
|
+
Requires-Dist: agent-utilities[agent,logfire]>=0.49.0
|
|
16
16
|
Provides-Extra: test
|
|
17
17
|
Requires-Dist: pytest-xdist>=3.6.0; extra == "test"
|
|
18
18
|
Requires-Dist: pytest; extra == "test"
|
|
@@ -41,7 +41,7 @@ Dynamic: license-file
|
|
|
41
41
|

|
|
42
42
|

|
|
43
43
|
|
|
44
|
-
*Version: 0.
|
|
44
|
+
*Version: 0.31.0*
|
|
45
45
|
|
|
46
46
|
> **Documentation** — Installation, deployment, and usage across the MCP, API, and
|
|
47
47
|
> CLI interfaces, including the integrated A2A agent server, are maintained in the
|
|
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "github-agent"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "0.31.0"
|
|
8
8
|
readme = "README.md"
|
|
9
9
|
description = "GitHub Agent for MCP"
|
|
10
10
|
requires-python = ">=3.11, <3.15"
|
|
11
11
|
classifiers = [ "Development Status :: 5 - Production/Stable", "License :: Public Domain", "Environment :: Console", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3",]
|
|
12
|
-
dependencies = [ "agent-utilities[agent,logfire]>=0.
|
|
12
|
+
dependencies = [ "agent-utilities[agent,logfire]>=0.49.0",]
|
|
13
13
|
[[project.authors]]
|
|
14
14
|
name = "Audel Rouhi"
|
|
15
15
|
email = "knucklessg1@gmail.com"
|
|
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
|
|
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
|
|
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
|
{github_agent-0.30.0 → github_agent-0.31.0}/tests/test_github_agent_api_brute_force_coverage.py
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
|