github-agent 0.2.40__tar.gz → 0.2.41__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.2.40 → github_agent-0.2.41}/PKG-INFO +4 -4
- {github_agent-0.2.40 → github_agent-0.2.41}/README.md +2 -2
- {github_agent-0.2.40 → github_agent-0.2.41}/github_agent/agent_server.py +1 -1
- {github_agent-0.2.40 → github_agent-0.2.41}/github_agent.egg-info/PKG-INFO +4 -4
- github_agent-0.2.41/github_agent.egg-info/requires.txt +1 -0
- {github_agent-0.2.40 → github_agent-0.2.41}/pyproject.toml +2 -2
- github_agent-0.2.40/github_agent.egg-info/requires.txt +0 -1
- {github_agent-0.2.40 → github_agent-0.2.41}/LICENSE +0 -0
- {github_agent-0.2.40 → github_agent-0.2.41}/github_agent/__init__.py +0 -0
- {github_agent-0.2.40 → github_agent-0.2.41}/github_agent/agent_data/A2A_AGENTS.md +0 -0
- {github_agent-0.2.40 → github_agent-0.2.41}/github_agent/agent_data/CRON.md +0 -0
- {github_agent-0.2.40 → github_agent-0.2.41}/github_agent/agent_data/CRON_LOG.md +0 -0
- {github_agent-0.2.40 → github_agent-0.2.41}/github_agent/agent_data/HEARTBEAT.md +0 -0
- {github_agent-0.2.40 → github_agent-0.2.41}/github_agent/agent_data/IDENTITY.md +0 -0
- {github_agent-0.2.40 → github_agent-0.2.41}/github_agent/agent_data/MEMORY.md +0 -0
- {github_agent-0.2.40 → github_agent-0.2.41}/github_agent/agent_data/USER.md +0 -0
- {github_agent-0.2.40 → github_agent-0.2.41}/github_agent/agent_data/chats +0 -0
- {github_agent-0.2.40 → github_agent-0.2.41}/github_agent/agent_data/icon.png +0 -0
- {github_agent-0.2.40 → github_agent-0.2.41}/github_agent/agent_data/mcp_config.json +0 -0
- {github_agent-0.2.40 → github_agent-0.2.41}/github_agent/agent_data/templates.py +0 -0
- {github_agent-0.2.40 → github_agent-0.2.41}/github_agent.egg-info/SOURCES.txt +0 -0
- {github_agent-0.2.40 → github_agent-0.2.41}/github_agent.egg-info/dependency_links.txt +0 -0
- {github_agent-0.2.40 → github_agent-0.2.41}/github_agent.egg-info/entry_points.txt +0 -0
- {github_agent-0.2.40 → github_agent-0.2.41}/github_agent.egg-info/top_level.txt +0 -0
- {github_agent-0.2.40 → github_agent-0.2.41}/scripts/validate_a2a_agent.py +0 -0
- {github_agent-0.2.40 → github_agent-0.2.41}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: github-agent
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.41
|
|
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.10
|
|
13
13
|
Description-Content-Type: text/markdown
|
|
14
14
|
License-File: LICENSE
|
|
15
|
-
Requires-Dist: agent-utilities[agent,logfire]>=0.2.
|
|
15
|
+
Requires-Dist: agent-utilities[agent,logfire]>=0.2.26
|
|
16
16
|
Dynamic: license-file
|
|
17
17
|
|
|
18
18
|
# GitHub Agent - A2A | AG-UI | MCP
|
|
@@ -38,7 +38,7 @@ Dynamic: license-file
|
|
|
38
38
|

|
|
39
39
|

|
|
40
40
|
|
|
41
|
-
*Version: 0.2.
|
|
41
|
+
*Version: 0.2.41*
|
|
42
42
|
|
|
43
43
|
## Overview
|
|
44
44
|
|
|
@@ -167,7 +167,7 @@ The `github-agent` command starts the server.
|
|
|
167
167
|
| `--port` | Port to bind the server to | `9000` |
|
|
168
168
|
| `--mcp-config` | Path to MCP configuration file | `mcp_config.json` |
|
|
169
169
|
| `--provider` | LLM Provider (openai, anthropic, google, etc.) | `openai` |
|
|
170
|
-
| `--model-id` | LLM Model ID | `
|
|
170
|
+
| `--model-id` | LLM Model ID | `nvidia/nemotron-3-super` |
|
|
171
171
|
|
|
172
172
|
### Running the Agent Server
|
|
173
173
|
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|

|
|
22
22
|

|
|
23
23
|
|
|
24
|
-
*Version: 0.2.
|
|
24
|
+
*Version: 0.2.41*
|
|
25
25
|
|
|
26
26
|
## Overview
|
|
27
27
|
|
|
@@ -150,7 +150,7 @@ The `github-agent` command starts the server.
|
|
|
150
150
|
| `--port` | Port to bind the server to | `9000` |
|
|
151
151
|
| `--mcp-config` | Path to MCP configuration file | `mcp_config.json` |
|
|
152
152
|
| `--provider` | LLM Provider (openai, anthropic, google, etc.) | `openai` |
|
|
153
|
-
| `--model-id` | LLM Model ID | `
|
|
153
|
+
| `--model-id` | LLM Model ID | `nvidia/nemotron-3-super` |
|
|
154
154
|
|
|
155
155
|
### Running the Agent Server
|
|
156
156
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: github-agent
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.41
|
|
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.10
|
|
13
13
|
Description-Content-Type: text/markdown
|
|
14
14
|
License-File: LICENSE
|
|
15
|
-
Requires-Dist: agent-utilities[agent,logfire]>=0.2.
|
|
15
|
+
Requires-Dist: agent-utilities[agent,logfire]>=0.2.26
|
|
16
16
|
Dynamic: license-file
|
|
17
17
|
|
|
18
18
|
# GitHub Agent - A2A | AG-UI | MCP
|
|
@@ -38,7 +38,7 @@ Dynamic: license-file
|
|
|
38
38
|

|
|
39
39
|

|
|
40
40
|
|
|
41
|
-
*Version: 0.2.
|
|
41
|
+
*Version: 0.2.41*
|
|
42
42
|
|
|
43
43
|
## Overview
|
|
44
44
|
|
|
@@ -167,7 +167,7 @@ The `github-agent` command starts the server.
|
|
|
167
167
|
| `--port` | Port to bind the server to | `9000` |
|
|
168
168
|
| `--mcp-config` | Path to MCP configuration file | `mcp_config.json` |
|
|
169
169
|
| `--provider` | LLM Provider (openai, anthropic, google, etc.) | `openai` |
|
|
170
|
-
| `--model-id` | LLM Model ID | `
|
|
170
|
+
| `--model-id` | LLM Model ID | `nvidia/nemotron-3-super` |
|
|
171
171
|
|
|
172
172
|
### Running the Agent Server
|
|
173
173
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
agent-utilities[agent,logfire]>=0.2.26
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "github-agent"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.41"
|
|
8
8
|
readme = "README.md"
|
|
9
9
|
description = "GitHub Agent for MCP"
|
|
10
10
|
requires-python = ">=3.10"
|
|
@@ -17,7 +17,7 @@ classifiers = [
|
|
|
17
17
|
"Operating System :: POSIX :: Linux",
|
|
18
18
|
"Programming Language :: Python :: 3"]
|
|
19
19
|
dependencies = [
|
|
20
|
-
"agent-utilities[agent,logfire]>=0.2.
|
|
20
|
+
"agent-utilities[agent,logfire]>=0.2.26"]
|
|
21
21
|
|
|
22
22
|
[project.scripts]
|
|
23
23
|
github-agent = "github_agent.agent_server:agent_server"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
agent-utilities[agent,logfire]>=0.2.25
|
|
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
|