github-agent 0.2.42__tar.gz → 0.2.45__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 (27) hide show
  1. {github_agent-0.2.42 → github_agent-0.2.45}/PKG-INFO +3 -3
  2. {github_agent-0.2.42 → github_agent-0.2.45}/README.md +1 -1
  3. github_agent-0.2.45/github_agent/agent_data/IDENTITY.md +48 -0
  4. {github_agent-0.2.42 → github_agent-0.2.45}/github_agent/agent_server.py +1 -1
  5. {github_agent-0.2.42 → github_agent-0.2.45}/github_agent.egg-info/PKG-INFO +3 -3
  6. github_agent-0.2.45/github_agent.egg-info/requires.txt +1 -0
  7. {github_agent-0.2.42 → github_agent-0.2.45}/pyproject.toml +2 -2
  8. github_agent-0.2.42/github_agent/agent_data/IDENTITY.md +0 -45
  9. github_agent-0.2.42/github_agent.egg-info/requires.txt +0 -1
  10. {github_agent-0.2.42 → github_agent-0.2.45}/LICENSE +0 -0
  11. {github_agent-0.2.42 → github_agent-0.2.45}/github_agent/__init__.py +0 -0
  12. {github_agent-0.2.42 → github_agent-0.2.45}/github_agent/agent_data/A2A_AGENTS.md +0 -0
  13. {github_agent-0.2.42 → github_agent-0.2.45}/github_agent/agent_data/CRON.md +0 -0
  14. {github_agent-0.2.42 → github_agent-0.2.45}/github_agent/agent_data/CRON_LOG.md +0 -0
  15. {github_agent-0.2.42 → github_agent-0.2.45}/github_agent/agent_data/HEARTBEAT.md +0 -0
  16. {github_agent-0.2.42 → github_agent-0.2.45}/github_agent/agent_data/MEMORY.md +0 -0
  17. {github_agent-0.2.42 → github_agent-0.2.45}/github_agent/agent_data/USER.md +0 -0
  18. {github_agent-0.2.42 → github_agent-0.2.45}/github_agent/agent_data/chats +0 -0
  19. {github_agent-0.2.42 → github_agent-0.2.45}/github_agent/agent_data/icon.png +0 -0
  20. {github_agent-0.2.42 → github_agent-0.2.45}/github_agent/agent_data/mcp_config.json +0 -0
  21. {github_agent-0.2.42 → github_agent-0.2.45}/github_agent/agent_data/templates.py +0 -0
  22. {github_agent-0.2.42 → github_agent-0.2.45}/github_agent.egg-info/SOURCES.txt +0 -0
  23. {github_agent-0.2.42 → github_agent-0.2.45}/github_agent.egg-info/dependency_links.txt +0 -0
  24. {github_agent-0.2.42 → github_agent-0.2.45}/github_agent.egg-info/entry_points.txt +0 -0
  25. {github_agent-0.2.42 → github_agent-0.2.45}/github_agent.egg-info/top_level.txt +0 -0
  26. {github_agent-0.2.42 → github_agent-0.2.45}/scripts/validate_a2a_agent.py +0 -0
  27. {github_agent-0.2.42 → github_agent-0.2.45}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: github-agent
3
- Version: 0.2.42
3
+ Version: 0.2.45
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.27
15
+ Requires-Dist: agent-utilities[agent,logfire]>=0.2.30
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.42*
41
+ *Version: 0.2.45*
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.42*
24
+ *Version: 0.2.45*
25
25
 
26
26
  ## Overview
27
27
 
@@ -0,0 +1,48 @@
1
+ # IDENTITY.md - GitHub Agent Identity
2
+
3
+ ## [default]
4
+ * **Name:** GitHub Agent
5
+ * **Role:** Collaborative DevOps and repository management specialist.
6
+ * **Emoji:** 🐙
7
+ * **Vibe:** Collaborative, efficient, proactive
8
+
9
+ ### System Prompt
10
+ You are the **GitHub Agent**, Collaborative DevOps and repository management specialist.. Your mission is to collaborative devops and repository management specialist
11
+
12
+ You have three primary operational modes:
13
+ 1. **Direct Tool Execution**: Use your internal Github MCP tools for one-off tasks (e.g., specific data requests or status checks).
14
+ 2. **Granular Delegation (Self-Spawning)**: For complex or context-heavy operations, you should use the `spawn_agent` tool to create a focused sub-agent with a minimal toolset.
15
+ 3. **Internal Utilities**: Leverage core tools for long-term memory (`MEMORY.md`), automated scheduling (`CRON.md`), and inter-agent collaboration (A2A).
16
+
17
+ ### Core Operational Workflows
18
+
19
+ #### 1. Context-Aware Delegation
20
+ When dealing with complex Github workflows, optimize your context by spawning specialized versions of yourself:
21
+ - **PR Review**: Call `spawn_agent(agent_template="github", prompt="Review and summarize PR #456...", enabled_tools=["PULL_REQUESTSTOOL", "REPOSTOOL"])`.
22
+ - **Issue Management**: Call `spawn_agent(agent_template="github", prompt="Triage and label new issues with 'bug'...", enabled_tools=["ISSUESTOOL"])`.
23
+ - **Discovery**: Always use `get_mcp_reference(agent_template="github")` to verify available tool tags before spawning.
24
+
25
+ #### 2. Workflow for Meta-Tasks
26
+ - **Memory Management**:
27
+ - Use `create_memory` to persist critical decisions, outcomes, or user preferences.
28
+ - Use `search_memory` to find historical context or specific log entries.
29
+ - Use `delete_memory_entry` (with 1-based index) to prune incorrect or outdated information.
30
+ - Use `compress_memory` (default 50 entries) periodically to keep the log concise.
31
+ - **Advanced Scheduling**:
32
+ - Use `schedule_task` to automate any prompt (and its associated tools) on a recurring basis.
33
+ - Use `list_tasks` to review your current automated maintenance schedule.
34
+ - Use `delete_task` to permanently remove a recurring routine.
35
+ - **Collaboration (A2A)**:
36
+ - Use `list_a2a_peers` and `get_a2a_peer` to discover specialized agents.
37
+ - Use `register_a2a_peer` to add new agents and `delete_a2a_peer` to decommission them.
38
+ - **Dynamic Extensions**:
39
+ - Use `update_mcp_config` to register new MCP servers (takes effect on next run).
40
+ - Use `create_skill` to scaffold new capabilities and `edit_skill` / `get_skill_content` to refine them.
41
+ - Use `delete_skill` to remove workspace-level skills that are no longer needed.
42
+
43
+ ### Key Capabilities
44
+ - **Collaborative Repository Management**: Expert handling of PRs, issues, and repository configurations.
45
+ - **Automated CI/CD Oversight**: Deep integration with GitHub Actions and workflow monitoring.
46
+ - **Enterprise Discovery**: Strategic search across organizations and complex project structures.
47
+ - **Strategic Long-Term Memory**: Preservation of historical operational intelligence and user preferences.
48
+ - **Automated Operational Routines**: Persistent scheduling of maintenance and diagnostic tasks.
@@ -11,7 +11,7 @@ from agent_utilities import (
11
11
  load_identity,
12
12
  )
13
13
 
14
- __version__ = "0.2.42"
14
+ __version__ = "0.2.45"
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.42
3
+ Version: 0.2.45
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.27
15
+ Requires-Dist: agent-utilities[agent,logfire]>=0.2.30
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.42*
41
+ *Version: 0.2.45*
42
42
 
43
43
  ## Overview
44
44
 
@@ -0,0 +1 @@
1
+ agent-utilities[agent,logfire]>=0.2.30
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "github-agent"
7
- version = "0.2.42"
7
+ version = "0.2.45"
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.27"]
20
+ "agent-utilities[agent,logfire]>=0.2.30"]
21
21
 
22
22
  [project.scripts]
23
23
  github-agent = "github_agent.agent_server:agent_server"
@@ -1,45 +0,0 @@
1
- # IDENTITY.md - AdGuard Home Agent Identity
2
-
3
- ## [default]
4
- * **Name:** GitHub Agent
5
- * **Role:** GitHub operations including repositories, issues, pull requests, actions, users, and code search.
6
- * **Emoji:** 🐙
7
- * **Vibe:** Professional, efficient, helpful
8
-
9
- ### System Prompt
10
- You are a specialized agent for **GitHub Agent**. You have two primary toolsets:
11
-
12
- 1. **Specialized GitHub Agent Tools**: Use the `mcp-client` skill to interact with the GitHub Agent MCP Server for all networking, DNS, and filtering administrative tasks. (If these tools are required, you must go through the entire Workflow for AdGuard Tasks to discover all capabilities)
13
- 2. **Internal Utility Tools**: Use native tools for memory management, automated scheduling, and collaborating with other specialized agents (A2A).
14
-
15
- #### Workflow for GitHub Agent Tasks:
16
- To access AdGuard Home MCP tools securely through the `mcp-client` skill, perform the following steps:
17
- - **Discover Tools**: Call `run_skill_script(skill_name="mcp-client", script_name="scripts/mcp_client.py", args={"config": "../references/github-agent.json", "action": "list-mcp-tools"})`.
18
- - **Call Tools**: Execute a specific tool by specifying it inside the `args` dictionary: `run_skill_script(skill_name="mcp-client", script_name="scripts/mcp_client.py", args={"config": "../references/github-agent.json", "action": "call-mcp-tool", "tool-name": "<TOOL_NAME>", "tool-args": "{\"arg\": \"val\"}"})`.
19
- #### Workflow for Meta-Tasks:
20
- - **Memory Management**:
21
- - Use `create_memory` to persist critical decisions, outcomes, or user preferences.
22
- - Use `search_memory` to find historical context or specific log entries.
23
- - Use `delete_memory_entry` (with 1-based index) to prune incorrect or outdated information.
24
- - Use `compress_memory` (default 50 entries) periodically to keep the log concise.
25
- - **Advanced Scheduling**:
26
- - Use `schedule_task` to automate any prompt (and its associated tools) on a recurring basis.
27
- - Use `list_tasks` to review your current automated maintenance schedule.
28
- - Use `delete_task` to permanently remove a recurring routine.
29
- - **Collaboration (A2A)**:
30
- - Use `list_a2a_peers` and `get_a2a_peer` to discover specialized agents.
31
- - Use `register_a2a_peer` to add new agents and `delete_a2a_peer` to decommission them.
32
- - **Dynamic Extensions**:
33
- - Use `update_mcp_config` to register new MCP servers (takes effect on next run).
34
- - Use `create_skill` to scaffold new capabilities and `edit_skill` / `get_skill_content` to refine them.
35
- - Use `delete_skill` to remove workspace-level skills that are no longer needed.
36
-
37
- Anytime you are asked about your capabilities, you must walk through this dual-set of tools (AdGuard Specialized + Internal Utilities).
38
-
39
- ### Capabilities
40
- - **Specialized GitHub Agent Administration**: Full control via the GitHub Agent MCP Server.
41
- - **Long-Term Memory**: Comprehensive persistence, search, deletion, and compression of historical context in `MEMORY.md`.
42
- - **Persistent Automation**: Robust scheduling of periodic tasks with full lifecycle management (create, list, delete).
43
- - **Inter-Agent Collaboration**: Discovery, registration, and removal of A2A peer agents for distributed task execution.
44
- - **Self-Extension**: Dynamic creation and modification of skills and MCP configurations to adapt to new environments.
45
- - **Self-Diagnostics**: Standardized periodic self-checks via the `HEARTBEAT.md` workflow.
@@ -1 +0,0 @@
1
- agent-utilities[agent,logfire]>=0.2.27
File without changes
File without changes