github-agent 0.28.0__tar.gz → 0.29.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.28.0/github_agent.egg-info → github_agent-0.29.0}/PKG-INFO +24 -4
- github_agent-0.28.0/PKG-INFO → github_agent-0.29.0/README.md +21 -22
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent/agent_server.py +1 -1
- github_agent-0.28.0/README.md → github_agent-0.29.0/github_agent.egg-info/PKG-INFO +42 -1
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent.egg-info/requires.txt +1 -1
- {github_agent-0.28.0 → github_agent-0.29.0}/pyproject.toml +3 -3
- {github_agent-0.28.0 → github_agent-0.29.0}/LICENSE +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent/__init__.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent/__main__.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent/api/__init__.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent/api/api_client_base.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent/api/api_client_branches.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent/api/api_client_commits.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent/api/api_client_contents.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent/api/api_client_issues.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent/api/api_client_orgs.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent/api/api_client_pulls.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent/api/api_client_releases.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent/api/api_client_repos.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent/api/api_client_search.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent/api/api_client_workflows.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent/api_client.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent/auth.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent/github_input_models.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent/github_response_models.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent/mcp/__init__.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent/mcp/mcp_action.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent/mcp/mcp_branch.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent/mcp/mcp_collaborator.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent/mcp/mcp_commit.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent/mcp/mcp_content.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent/mcp/mcp_issue.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent/mcp/mcp_org.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent/mcp/mcp_pull.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent/mcp/mcp_release.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent/mcp/mcp_repo.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent/mcp/mcp_search.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent/mcp_config.json +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent/mcp_server.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent.egg-info/SOURCES.txt +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent.egg-info/dependency_links.txt +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent.egg-info/entry_points.txt +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/github_agent.egg-info/top_level.txt +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/scripts/security_sanitizer.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/scripts/validate_a2a_agent.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/scripts/verify_api_integration.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/setup.cfg +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/tests/conftest.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/tests/test_api_client_endpoints.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/tests/test_api_validation.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/tests/test_auth_client_edge_cases.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/tests/test_concept_parity.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/tests/test_github_agent_api_brute_force_coverage.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/tests/test_github_agent_brute_force_coverage.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/tests/test_init_dynamics.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/tests/test_mcp_coverage.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.0}/tests/test_model_fields.py +0 -0
- {github_agent-0.28.0 → github_agent-0.29.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.29.0
|
|
4
4
|
Summary: GitHub Agent for MCP
|
|
5
5
|
Author-email: Audel Rouhi <knucklessg1@gmail.com>
|
|
6
6
|
License: MIT
|
|
@@ -9,10 +9,10 @@ Classifier: License :: Public Domain
|
|
|
9
9
|
Classifier: Environment :: Console
|
|
10
10
|
Classifier: Operating System :: POSIX :: Linux
|
|
11
11
|
Classifier: Programming Language :: Python :: 3
|
|
12
|
-
Requires-Python: <3.
|
|
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.47.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,11 @@ Dynamic: license-file
|
|
|
41
41
|

|
|
42
42
|

|
|
43
43
|
|
|
44
|
-
*Version: 0.
|
|
44
|
+
*Version: 0.29.0*
|
|
45
|
+
|
|
46
|
+
> **Documentation** — Installation, deployment, and usage across the MCP, API, and
|
|
47
|
+
> CLI interfaces, including the integrated A2A agent server, are maintained in the
|
|
48
|
+
> [official documentation](https://knuckles-team.github.io/github-agent/).
|
|
45
49
|
|
|
46
50
|
---
|
|
47
51
|
|
|
@@ -318,6 +322,22 @@ python -m pip install github-agent[all]
|
|
|
318
322
|
|
|
319
323
|
---
|
|
320
324
|
|
|
325
|
+
## Documentation
|
|
326
|
+
|
|
327
|
+
The complete documentation is published as the
|
|
328
|
+
[official documentation site](https://knuckles-team.github.io/github-agent/) and is the
|
|
329
|
+
recommended reference for installation, deployment, and day-to-day operation.
|
|
330
|
+
|
|
331
|
+
| Page | Contents |
|
|
332
|
+
|---|---|
|
|
333
|
+
| [Installation](https://knuckles-team.github.io/github-agent/installation/) | pip, source, extras, prebuilt Docker image |
|
|
334
|
+
| [Deployment](https://knuckles-team.github.io/github-agent/deployment/) | run the MCP and agent servers, Compose, Caddy + Technitium, env config |
|
|
335
|
+
| [Usage](https://knuckles-team.github.io/github-agent/usage/) | the MCP tools, the `Api` client, the CLI |
|
|
336
|
+
| [Overview](https://knuckles-team.github.io/github-agent/overview/) | supervisor architecture and specialized agents |
|
|
337
|
+
| [Concepts](https://knuckles-team.github.io/github-agent/concepts/) | concept registry (`CONCEPT:GH-*`) |
|
|
338
|
+
|
|
339
|
+
---
|
|
340
|
+
|
|
321
341
|
## Repository Owners
|
|
322
342
|
|
|
323
343
|
<img width="100%" height="180em" src="https://github-readme-stats.vercel.app/api?username=Knucklessg1&show_icons=true&hide_border=true&&count_private=true&include_all_commits=true" />
|
|
@@ -1,24 +1,3 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: github-agent
|
|
3
|
-
Version: 0.28.0
|
|
4
|
-
Summary: GitHub Agent for MCP
|
|
5
|
-
Author-email: Audel Rouhi <knucklessg1@gmail.com>
|
|
6
|
-
License: MIT
|
|
7
|
-
Classifier: Development Status :: 5 - Production/Stable
|
|
8
|
-
Classifier: License :: Public Domain
|
|
9
|
-
Classifier: Environment :: Console
|
|
10
|
-
Classifier: Operating System :: POSIX :: Linux
|
|
11
|
-
Classifier: Programming Language :: Python :: 3
|
|
12
|
-
Requires-Python: <3.14,>=3.11
|
|
13
|
-
Description-Content-Type: text/markdown
|
|
14
|
-
License-File: LICENSE
|
|
15
|
-
Requires-Dist: agent-utilities[agent,logfire]>=0.45.0
|
|
16
|
-
Provides-Extra: test
|
|
17
|
-
Requires-Dist: pytest-xdist>=3.6.0; extra == "test"
|
|
18
|
-
Requires-Dist: pytest; extra == "test"
|
|
19
|
-
Requires-Dist: pytest-asyncio; extra == "test"
|
|
20
|
-
Dynamic: license-file
|
|
21
|
-
|
|
22
1
|
# Github Agent
|
|
23
2
|
## CLI or API | MCP | Agent
|
|
24
3
|
|
|
@@ -41,7 +20,11 @@ Dynamic: license-file
|
|
|
41
20
|

|
|
42
21
|

|
|
43
22
|
|
|
44
|
-
*Version: 0.
|
|
23
|
+
*Version: 0.29.0*
|
|
24
|
+
|
|
25
|
+
> **Documentation** — Installation, deployment, and usage across the MCP, API, and
|
|
26
|
+
> CLI interfaces, including the integrated A2A agent server, are maintained in the
|
|
27
|
+
> [official documentation](https://knuckles-team.github.io/github-agent/).
|
|
45
28
|
|
|
46
29
|
---
|
|
47
30
|
|
|
@@ -318,6 +301,22 @@ python -m pip install github-agent[all]
|
|
|
318
301
|
|
|
319
302
|
---
|
|
320
303
|
|
|
304
|
+
## Documentation
|
|
305
|
+
|
|
306
|
+
The complete documentation is published as the
|
|
307
|
+
[official documentation site](https://knuckles-team.github.io/github-agent/) and is the
|
|
308
|
+
recommended reference for installation, deployment, and day-to-day operation.
|
|
309
|
+
|
|
310
|
+
| Page | Contents |
|
|
311
|
+
|---|---|
|
|
312
|
+
| [Installation](https://knuckles-team.github.io/github-agent/installation/) | pip, source, extras, prebuilt Docker image |
|
|
313
|
+
| [Deployment](https://knuckles-team.github.io/github-agent/deployment/) | run the MCP and agent servers, Compose, Caddy + Technitium, env config |
|
|
314
|
+
| [Usage](https://knuckles-team.github.io/github-agent/usage/) | the MCP tools, the `Api` client, the CLI |
|
|
315
|
+
| [Overview](https://knuckles-team.github.io/github-agent/overview/) | supervisor architecture and specialized agents |
|
|
316
|
+
| [Concepts](https://knuckles-team.github.io/github-agent/concepts/) | concept registry (`CONCEPT:GH-*`) |
|
|
317
|
+
|
|
318
|
+
---
|
|
319
|
+
|
|
321
320
|
## Repository Owners
|
|
322
321
|
|
|
323
322
|
<img width="100%" height="180em" src="https://github-readme-stats.vercel.app/api?username=Knucklessg1&show_icons=true&hide_border=true&&count_private=true&include_all_commits=true" />
|
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: github-agent
|
|
3
|
+
Version: 0.29.0
|
|
4
|
+
Summary: GitHub Agent for MCP
|
|
5
|
+
Author-email: Audel Rouhi <knucklessg1@gmail.com>
|
|
6
|
+
License: MIT
|
|
7
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
8
|
+
Classifier: License :: Public Domain
|
|
9
|
+
Classifier: Environment :: Console
|
|
10
|
+
Classifier: Operating System :: POSIX :: Linux
|
|
11
|
+
Classifier: Programming Language :: Python :: 3
|
|
12
|
+
Requires-Python: <3.15,>=3.11
|
|
13
|
+
Description-Content-Type: text/markdown
|
|
14
|
+
License-File: LICENSE
|
|
15
|
+
Requires-Dist: agent-utilities[agent,logfire]>=0.47.0
|
|
16
|
+
Provides-Extra: test
|
|
17
|
+
Requires-Dist: pytest-xdist>=3.6.0; extra == "test"
|
|
18
|
+
Requires-Dist: pytest; extra == "test"
|
|
19
|
+
Requires-Dist: pytest-asyncio; extra == "test"
|
|
20
|
+
Dynamic: license-file
|
|
21
|
+
|
|
1
22
|
# Github Agent
|
|
2
23
|
## CLI or API | MCP | Agent
|
|
3
24
|
|
|
@@ -20,7 +41,11 @@
|
|
|
20
41
|

|
|
21
42
|

|
|
22
43
|
|
|
23
|
-
*Version: 0.
|
|
44
|
+
*Version: 0.29.0*
|
|
45
|
+
|
|
46
|
+
> **Documentation** — Installation, deployment, and usage across the MCP, API, and
|
|
47
|
+
> CLI interfaces, including the integrated A2A agent server, are maintained in the
|
|
48
|
+
> [official documentation](https://knuckles-team.github.io/github-agent/).
|
|
24
49
|
|
|
25
50
|
---
|
|
26
51
|
|
|
@@ -297,6 +322,22 @@ python -m pip install github-agent[all]
|
|
|
297
322
|
|
|
298
323
|
---
|
|
299
324
|
|
|
325
|
+
## Documentation
|
|
326
|
+
|
|
327
|
+
The complete documentation is published as the
|
|
328
|
+
[official documentation site](https://knuckles-team.github.io/github-agent/) and is the
|
|
329
|
+
recommended reference for installation, deployment, and day-to-day operation.
|
|
330
|
+
|
|
331
|
+
| Page | Contents |
|
|
332
|
+
|---|---|
|
|
333
|
+
| [Installation](https://knuckles-team.github.io/github-agent/installation/) | pip, source, extras, prebuilt Docker image |
|
|
334
|
+
| [Deployment](https://knuckles-team.github.io/github-agent/deployment/) | run the MCP and agent servers, Compose, Caddy + Technitium, env config |
|
|
335
|
+
| [Usage](https://knuckles-team.github.io/github-agent/usage/) | the MCP tools, the `Api` client, the CLI |
|
|
336
|
+
| [Overview](https://knuckles-team.github.io/github-agent/overview/) | supervisor architecture and specialized agents |
|
|
337
|
+
| [Concepts](https://knuckles-team.github.io/github-agent/concepts/) | concept registry (`CONCEPT:GH-*`) |
|
|
338
|
+
|
|
339
|
+
---
|
|
340
|
+
|
|
300
341
|
## Repository Owners
|
|
301
342
|
|
|
302
343
|
<img width="100%" height="180em" src="https://github-readme-stats.vercel.app/api?username=Knucklessg1&show_icons=true&hide_border=true&&count_private=true&include_all_commits=true" />
|
|
@@ -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.29.0"
|
|
8
8
|
readme = "README.md"
|
|
9
9
|
description = "GitHub Agent for MCP"
|
|
10
|
-
requires-python = ">=3.11, <3.
|
|
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.47.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
|
{github_agent-0.28.0 → github_agent-0.29.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
|