github-agent 0.1.2__tar.gz → 0.2.0__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.1.2 → github_agent-0.2.0}/PKG-INFO +2 -2
- {github_agent-0.1.2 → github_agent-0.2.0}/README.md +1 -1
- {github_agent-0.1.2 → github_agent-0.2.0}/github_agent/github_agent.py +2 -6
- {github_agent-0.1.2 → github_agent-0.2.0}/github_agent.egg-info/PKG-INFO +2 -2
- {github_agent-0.1.2 → github_agent-0.2.0}/pyproject.toml +1 -1
- {github_agent-0.1.2 → github_agent-0.2.0}/LICENSE +0 -0
- {github_agent-0.1.2 → github_agent-0.2.0}/github_agent/__init__.py +0 -0
- {github_agent-0.1.2 → github_agent-0.2.0}/github_agent/utils.py +0 -0
- {github_agent-0.1.2 → github_agent-0.2.0}/github_agent.egg-info/SOURCES.txt +0 -0
- {github_agent-0.1.2 → github_agent-0.2.0}/github_agent.egg-info/dependency_links.txt +0 -0
- {github_agent-0.1.2 → github_agent-0.2.0}/github_agent.egg-info/entry_points.txt +0 -0
- {github_agent-0.1.2 → github_agent-0.2.0}/github_agent.egg-info/requires.txt +0 -0
- {github_agent-0.1.2 → github_agent-0.2.0}/github_agent.egg-info/top_level.txt +0 -0
- {github_agent-0.1.2 → github_agent-0.2.0}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: github-agent
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.2.0
|
|
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
|

|
|
44
44
|

|
|
45
45
|
|
|
46
|
-
*Version: 0.
|
|
46
|
+
*Version: 0.2.0*
|
|
47
47
|
|
|
48
48
|
## Overview
|
|
49
49
|
|
|
@@ -34,7 +34,7 @@ from pydantic import ValidationError
|
|
|
34
34
|
from pydantic_ai.ui import SSE_CONTENT_TYPE
|
|
35
35
|
from pydantic_ai.ui.ag_ui import AGUIAdapter
|
|
36
36
|
|
|
37
|
-
__version__ = "0.
|
|
37
|
+
__version__ = "0.2.0"
|
|
38
38
|
|
|
39
39
|
logging.basicConfig(
|
|
40
40
|
level=logging.INFO,
|
|
@@ -609,11 +609,7 @@ def create_agent_server(
|
|
|
609
609
|
|
|
610
610
|
@asynccontextmanager
|
|
611
611
|
async def lifespan(app: FastAPI):
|
|
612
|
-
|
|
613
|
-
async with a2a_app.router.lifespan_context(a2a_app):
|
|
614
|
-
yield
|
|
615
|
-
else:
|
|
616
|
-
yield
|
|
612
|
+
yield
|
|
617
613
|
|
|
618
614
|
app = FastAPI(
|
|
619
615
|
title=f"{AGENT_NAME} - A2A + AG-UI Server",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: github-agent
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.2.0
|
|
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
|

|
|
44
44
|

|
|
45
45
|
|
|
46
|
-
*Version: 0.
|
|
46
|
+
*Version: 0.2.0*
|
|
47
47
|
|
|
48
48
|
## Overview
|
|
49
49
|
|
|
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
|