github-agent 0.26.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.
Files changed (58) hide show
  1. {github_agent-0.26.0/github_agent.egg-info → github_agent-0.29.0}/PKG-INFO +24 -4
  2. github_agent-0.26.0/PKG-INFO → github_agent-0.29.0/README.md +21 -22
  3. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent/agent_server.py +1 -1
  4. github_agent-0.26.0/README.md → github_agent-0.29.0/github_agent.egg-info/PKG-INFO +42 -1
  5. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent.egg-info/requires.txt +1 -1
  6. {github_agent-0.26.0 → github_agent-0.29.0}/pyproject.toml +3 -3
  7. {github_agent-0.26.0 → github_agent-0.29.0}/LICENSE +0 -0
  8. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent/__init__.py +0 -0
  9. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent/__main__.py +0 -0
  10. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent/api/__init__.py +0 -0
  11. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent/api/api_client_base.py +0 -0
  12. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent/api/api_client_branches.py +0 -0
  13. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent/api/api_client_commits.py +0 -0
  14. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent/api/api_client_contents.py +0 -0
  15. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent/api/api_client_issues.py +0 -0
  16. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent/api/api_client_orgs.py +0 -0
  17. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent/api/api_client_pulls.py +0 -0
  18. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent/api/api_client_releases.py +0 -0
  19. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent/api/api_client_repos.py +0 -0
  20. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent/api/api_client_search.py +0 -0
  21. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent/api/api_client_workflows.py +0 -0
  22. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent/api_client.py +0 -0
  23. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent/auth.py +0 -0
  24. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent/github_input_models.py +0 -0
  25. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent/github_response_models.py +0 -0
  26. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent/mcp/__init__.py +0 -0
  27. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent/mcp/mcp_action.py +0 -0
  28. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent/mcp/mcp_branch.py +0 -0
  29. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent/mcp/mcp_collaborator.py +0 -0
  30. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent/mcp/mcp_commit.py +0 -0
  31. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent/mcp/mcp_content.py +0 -0
  32. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent/mcp/mcp_issue.py +0 -0
  33. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent/mcp/mcp_org.py +0 -0
  34. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent/mcp/mcp_pull.py +0 -0
  35. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent/mcp/mcp_release.py +0 -0
  36. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent/mcp/mcp_repo.py +0 -0
  37. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent/mcp/mcp_search.py +0 -0
  38. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent/mcp_config.json +0 -0
  39. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent/mcp_server.py +0 -0
  40. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent.egg-info/SOURCES.txt +0 -0
  41. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent.egg-info/dependency_links.txt +0 -0
  42. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent.egg-info/entry_points.txt +0 -0
  43. {github_agent-0.26.0 → github_agent-0.29.0}/github_agent.egg-info/top_level.txt +0 -0
  44. {github_agent-0.26.0 → github_agent-0.29.0}/scripts/security_sanitizer.py +0 -0
  45. {github_agent-0.26.0 → github_agent-0.29.0}/scripts/validate_a2a_agent.py +0 -0
  46. {github_agent-0.26.0 → github_agent-0.29.0}/scripts/verify_api_integration.py +0 -0
  47. {github_agent-0.26.0 → github_agent-0.29.0}/setup.cfg +0 -0
  48. {github_agent-0.26.0 → github_agent-0.29.0}/tests/conftest.py +0 -0
  49. {github_agent-0.26.0 → github_agent-0.29.0}/tests/test_api_client_endpoints.py +0 -0
  50. {github_agent-0.26.0 → github_agent-0.29.0}/tests/test_api_validation.py +0 -0
  51. {github_agent-0.26.0 → github_agent-0.29.0}/tests/test_auth_client_edge_cases.py +0 -0
  52. {github_agent-0.26.0 → github_agent-0.29.0}/tests/test_concept_parity.py +0 -0
  53. {github_agent-0.26.0 → github_agent-0.29.0}/tests/test_github_agent_api_brute_force_coverage.py +0 -0
  54. {github_agent-0.26.0 → github_agent-0.29.0}/tests/test_github_agent_brute_force_coverage.py +0 -0
  55. {github_agent-0.26.0 → github_agent-0.29.0}/tests/test_init_dynamics.py +0 -0
  56. {github_agent-0.26.0 → github_agent-0.29.0}/tests/test_mcp_coverage.py +0 -0
  57. {github_agent-0.26.0 → github_agent-0.29.0}/tests/test_model_fields.py +0 -0
  58. {github_agent-0.26.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.26.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.14,>=3.11
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.41.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
  ![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.26.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.26.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.41.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
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/github-agent)
42
21
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/github-agent)
43
22
 
44
- *Version: 0.26.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" />
@@ -4,7 +4,7 @@ import os
4
4
  import sys
5
5
  import warnings
6
6
 
7
- __version__ = "0.26.0"
7
+ __version__ = "0.29.0"
8
8
 
9
9
  logging.basicConfig(
10
10
  level=logging.INFO,
@@ -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
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/github-agent)
21
42
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/github-agent)
22
43
 
23
- *Version: 0.26.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" />
@@ -1,4 +1,4 @@
1
- agent-utilities[agent,logfire]>=0.41.0
1
+ agent-utilities[agent,logfire]>=0.47.0
2
2
 
3
3
  [test]
4
4
  pytest-xdist>=3.6.0
@@ -4,12 +4,12 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "github-agent"
7
- version = "0.26.0"
7
+ version = "0.29.0"
8
8
  readme = "README.md"
9
9
  description = "GitHub Agent for MCP"
10
- requires-python = ">=3.11, <3.14"
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.41.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