github-agent 0.2.26__tar.gz → 0.2.28__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 (23) hide show
  1. {github_agent-0.2.26 → github_agent-0.2.28}/PKG-INFO +3 -3
  2. {github_agent-0.2.26 → github_agent-0.2.28}/README.md +1 -1
  3. {github_agent-0.2.26 → github_agent-0.2.28}/github_agent/agent/IDENTITY.md +2 -3
  4. {github_agent-0.2.26 → github_agent-0.2.28}/github_agent/agent.py +1 -1
  5. {github_agent-0.2.26 → github_agent-0.2.28}/github_agent.egg-info/PKG-INFO +3 -3
  6. {github_agent-0.2.26 → github_agent-0.2.28}/github_agent.egg-info/SOURCES.txt +0 -1
  7. github_agent-0.2.28/github_agent.egg-info/requires.txt +1 -0
  8. {github_agent-0.2.26 → github_agent-0.2.28}/pyproject.toml +2 -2
  9. github_agent-0.2.26/github_agent/mcp_config.json +0 -11
  10. github_agent-0.2.26/github_agent.egg-info/requires.txt +0 -1
  11. {github_agent-0.2.26 → github_agent-0.2.28}/LICENSE +0 -0
  12. {github_agent-0.2.26 → github_agent-0.2.28}/github_agent/__init__.py +0 -0
  13. {github_agent-0.2.26 → github_agent-0.2.28}/github_agent/agent/AGENTS.md +0 -0
  14. {github_agent-0.2.26 → github_agent-0.2.28}/github_agent/agent/CRON.md +0 -0
  15. {github_agent-0.2.26 → github_agent-0.2.28}/github_agent/agent/HEARTBEAT.md +0 -0
  16. {github_agent-0.2.26 → github_agent-0.2.28}/github_agent/agent/MEMORY.md +0 -0
  17. {github_agent-0.2.26 → github_agent-0.2.28}/github_agent/agent/USER.md +0 -0
  18. {github_agent-0.2.26 → github_agent-0.2.28}/github_agent/agent/templates.py +0 -0
  19. {github_agent-0.2.26 → github_agent-0.2.28}/github_agent.egg-info/dependency_links.txt +0 -0
  20. {github_agent-0.2.26 → github_agent-0.2.28}/github_agent.egg-info/entry_points.txt +0 -0
  21. {github_agent-0.2.26 → github_agent-0.2.28}/github_agent.egg-info/top_level.txt +0 -0
  22. {github_agent-0.2.26 → github_agent-0.2.28}/scripts/validate_a2a_agent.py +0 -0
  23. {github_agent-0.2.26 → github_agent-0.2.28}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: github-agent
3
- Version: 0.2.26
3
+ Version: 0.2.28
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.12
15
+ Requires-Dist: agent-utilities[agent,logfire]>=0.2.14
16
16
  Dynamic: license-file
17
17
 
18
18
  # GitHub Agent - A2A | AG-UI | MCP
@@ -38,7 +38,7 @@ Dynamic: license-file
38
38
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/github-agent)
39
39
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/github-agent)
40
40
 
41
- *Version: 0.2.26*
41
+ *Version: 0.2.28*
42
42
 
43
43
  ## Overview
44
44
 
@@ -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.26*
24
+ *Version: 0.2.28*
25
25
 
26
26
  ## Overview
27
27
 
@@ -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 and list_tools to discover available skills and tools.
11
- Your goal is to assist the user with GitHub operations using the `mcp-client` universal skill.
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.
@@ -11,7 +11,7 @@ from agent_utilities import (
11
11
  load_identity,
12
12
  )
13
13
 
14
- __version__ = "0.2.26"
14
+ __version__ = "0.2.28"
15
15
 
16
16
  logging.basicConfig(
17
17
  level=logging.INFO,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: github-agent
3
- Version: 0.2.26
3
+ Version: 0.2.28
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.12
15
+ Requires-Dist: agent-utilities[agent,logfire]>=0.2.14
16
16
  Dynamic: license-file
17
17
 
18
18
  # GitHub Agent - A2A | AG-UI | MCP
@@ -38,7 +38,7 @@ Dynamic: license-file
38
38
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/github-agent)
39
39
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/github-agent)
40
40
 
41
- *Version: 0.2.26*
41
+ *Version: 0.2.28*
42
42
 
43
43
  ## Overview
44
44
 
@@ -3,7 +3,6 @@ README.md
3
3
  pyproject.toml
4
4
  github_agent/__init__.py
5
5
  github_agent/agent.py
6
- github_agent/mcp_config.json
7
6
  github_agent.egg-info/PKG-INFO
8
7
  github_agent.egg-info/SOURCES.txt
9
8
  github_agent.egg-info/dependency_links.txt
@@ -0,0 +1 @@
1
+ agent-utilities[agent,logfire]>=0.2.14
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "github-agent"
7
- version = "0.2.26"
7
+ version = "0.2.28"
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.12"]
20
+ "agent-utilities[agent,logfire]>=0.2.14"]
21
21
 
22
22
  [project.scripts]
23
23
  github-agent = "github_agent.github_agent:agent_server"
@@ -1,11 +0,0 @@
1
- {
2
- "mcpServers": {
3
- "github": {
4
- "url": "${MCP_URL:-http://github-mcp:8787/mcp}",
5
- "env": {
6
- "GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_ACCESS_TOKEN}"
7
- },
8
- "timeout": 200000
9
- }
10
- }
11
- }
@@ -1 +0,0 @@
1
- agent-utilities[agent,logfire]>=0.2.12
File without changes
File without changes