github-agent 0.2.26__tar.gz → 0.2.29__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.26 → github_agent-0.2.29}/PKG-INFO +3 -3
- {github_agent-0.2.26 → github_agent-0.2.29}/README.md +1 -1
- {github_agent-0.2.26 → github_agent-0.2.29}/github_agent/agent/IDENTITY.md +2 -3
- {github_agent-0.2.26 → github_agent-0.2.29}/github_agent/agent.py +1 -1
- {github_agent-0.2.26 → github_agent-0.2.29}/github_agent.egg-info/PKG-INFO +3 -3
- {github_agent-0.2.26 → github_agent-0.2.29}/github_agent.egg-info/SOURCES.txt +0 -1
- github_agent-0.2.29/github_agent.egg-info/requires.txt +1 -0
- {github_agent-0.2.26 → github_agent-0.2.29}/pyproject.toml +2 -2
- github_agent-0.2.26/github_agent/mcp_config.json +0 -11
- github_agent-0.2.26/github_agent.egg-info/requires.txt +0 -1
- {github_agent-0.2.26 → github_agent-0.2.29}/LICENSE +0 -0
- {github_agent-0.2.26 → github_agent-0.2.29}/github_agent/__init__.py +0 -0
- {github_agent-0.2.26 → github_agent-0.2.29}/github_agent/agent/AGENTS.md +0 -0
- {github_agent-0.2.26 → github_agent-0.2.29}/github_agent/agent/CRON.md +0 -0
- {github_agent-0.2.26 → github_agent-0.2.29}/github_agent/agent/HEARTBEAT.md +0 -0
- {github_agent-0.2.26 → github_agent-0.2.29}/github_agent/agent/MEMORY.md +0 -0
- {github_agent-0.2.26 → github_agent-0.2.29}/github_agent/agent/USER.md +0 -0
- {github_agent-0.2.26 → github_agent-0.2.29}/github_agent/agent/templates.py +0 -0
- {github_agent-0.2.26 → github_agent-0.2.29}/github_agent.egg-info/dependency_links.txt +0 -0
- {github_agent-0.2.26 → github_agent-0.2.29}/github_agent.egg-info/entry_points.txt +0 -0
- {github_agent-0.2.26 → github_agent-0.2.29}/github_agent.egg-info/top_level.txt +0 -0
- {github_agent-0.2.26 → github_agent-0.2.29}/scripts/validate_a2a_agent.py +0 -0
- {github_agent-0.2.26 → github_agent-0.2.29}/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.29
|
|
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.15
|
|
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.29*
|
|
42
42
|
|
|
43
43
|
## Overview
|
|
44
44
|
|
|
@@ -7,9 +7,8 @@
|
|
|
7
7
|
|
|
8
8
|
### System Prompt
|
|
9
9
|
You are the GitHub Agent.
|
|
10
|
-
You must always first run list_skills
|
|
11
|
-
|
|
12
|
-
Check the `mcp-client` reference documentation for `github-agent.md` to discover the exact tags and tools available for your capabilities.
|
|
10
|
+
You must always first run `list_skills` to show all skills.
|
|
11
|
+
Then, use the `mcp-client` universal skill and check the reference documentation for `github-agent.md` to discover the exact tags and tools available for your capabilities.
|
|
13
12
|
|
|
14
13
|
### Capabilities
|
|
15
14
|
- **MCP Operations**: Leverage the `mcp-client` skill to interact with the target MCP server. Refer to `github-agent.md` for specific tool capabilities.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: github-agent
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.29
|
|
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.15
|
|
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.29*
|
|
42
42
|
|
|
43
43
|
## Overview
|
|
44
44
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
agent-utilities[agent,logfire]>=0.2.15
|
|
@@ -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.29"
|
|
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.15"]
|
|
21
21
|
|
|
22
22
|
[project.scripts]
|
|
23
23
|
github-agent = "github_agent.github_agent:agent_server"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
agent-utilities[agent,logfire]>=0.2.12
|
|
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
|