github-agent 0.2.11__tar.gz → 0.2.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: github-agent
3
- Version: 0.2.11
3
+ Version: 0.2.12
4
4
  Summary: GitHub Agent for MCP
5
5
  Author-email: Audel Rouhi <knucklessg1@gmail.com>
6
6
  License: MIT
@@ -43,7 +43,7 @@ Dynamic: license-file
43
43
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/github-agent)
44
44
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/github-agent)
45
45
 
46
- *Version: 0.2.11*
46
+ *Version: 0.2.12*
47
47
 
48
48
  ## Overview
49
49
 
@@ -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.2.11*
24
+ *Version: 0.2.12*
25
25
 
26
26
  ## Overview
27
27
 
@@ -39,7 +39,7 @@ from pydantic import ValidationError
39
39
  from pydantic_ai.ui import SSE_CONTENT_TYPE
40
40
  from pydantic_ai.ui.ag_ui import AGUIAdapter
41
41
 
42
- __version__ = "0.2.11"
42
+ __version__ = "0.2.12"
43
43
 
44
44
  logging.basicConfig(
45
45
  level=logging.INFO,
@@ -901,7 +901,7 @@ def agent_server():
901
901
 
902
902
  if hasattr(args, "help") and args.help:
903
903
 
904
- usage()
904
+ parser.print_help()
905
905
 
906
906
  sys.exit(0)
907
907
 
@@ -938,28 +938,5 @@ def agent_server():
938
938
  )
939
939
 
940
940
 
941
- def usage():
942
- print(
943
- f"Github Agent ({__version__}): CLI Tool\n\n"
944
- "Usage:\n"
945
- "--host [ Host to bind the server to ]\n"
946
- "--port [ Port to bind the server to ]\n"
947
- "--debug [ Debug mode ]\n"
948
- "--reload [ Enable auto-reload ]\n"
949
- "--provider [ LLM Provider ]\n"
950
- "--model-id [ LLM Model ID ]\n"
951
- "--base-url [ LLM Base URL (for OpenAI compatible providers) ]\n"
952
- "--api-key [ LLM API Key ]\n"
953
- "--mcp-url [ MCP Server URL ]\n"
954
- "--mcp-config [ MCP Server Config ]\n"
955
- "--custom-skills-directory [ Directory containing additional custom agent skills ]\n"
956
- "--web [ Enable Pydantic AI Web UI ]\n"
957
- "\n"
958
- "Examples:\n"
959
- " [Simple] github-agent \n"
960
- ' [Complex] github-agent --host "value" --port "value" --debug "value" --reload --provider "value" --model-id "value" --base-url "value" --api-key "value" --mcp-url "value" --mcp-config "value" --custom-skills-directory "value" --web\n'
961
- )
962
-
963
-
964
941
  if __name__ == "__main__":
965
942
  agent_server()
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: github-agent
3
- Version: 0.2.11
3
+ Version: 0.2.12
4
4
  Summary: GitHub Agent for MCP
5
5
  Author-email: Audel Rouhi <knucklessg1@gmail.com>
6
6
  License: MIT
@@ -43,7 +43,7 @@ Dynamic: license-file
43
43
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/github-agent)
44
44
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/github-agent)
45
45
 
46
- *Version: 0.2.11*
46
+ *Version: 0.2.12*
47
47
 
48
48
  ## Overview
49
49
 
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "github-agent"
7
- version = "0.2.11"
7
+ version = "0.2.12"
8
8
  readme = "README.md"
9
9
  description = "GitHub Agent for MCP"
10
10
  requires-python = ">=3.10"
File without changes
File without changes