agentr 0.1.4__tar.gz → 0.1.5__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.
- agentr-0.1.5/LICENSE +21 -0
- {agentr-0.1.4 → agentr-0.1.5}/PKG-INFO +9 -5
- {agentr-0.1.4 → agentr-0.1.5}/README.md +6 -3
- {agentr-0.1.4 → agentr-0.1.5}/pyproject.toml +2 -2
- {agentr-0.1.4 → agentr-0.1.5}/.gitignore +0 -0
- {agentr-0.1.4 → agentr-0.1.5}/.python-version +0 -0
- {agentr-0.1.4 → agentr-0.1.5}/src/agentr/__init__.py +0 -0
- {agentr-0.1.4 → agentr-0.1.5}/src/agentr/application.py +0 -0
- {agentr-0.1.4 → agentr-0.1.5}/src/agentr/applications/github/app.py +0 -0
- {agentr-0.1.4 → agentr-0.1.5}/src/agentr/applications/google_calendar/app.py +0 -0
- {agentr-0.1.4 → agentr-0.1.5}/src/agentr/applications/google_mail/app.py +0 -0
- {agentr-0.1.4 → agentr-0.1.5}/src/agentr/applications/reddit/app.py +0 -0
- {agentr-0.1.4 → agentr-0.1.5}/src/agentr/applications/resend/app.py +0 -0
- {agentr-0.1.4 → agentr-0.1.5}/src/agentr/applications/tavily/app.py +0 -0
- {agentr-0.1.4 → agentr-0.1.5}/src/agentr/applications/zenquotes/app.py +0 -0
- {agentr-0.1.4 → agentr-0.1.5}/src/agentr/cli.py +0 -0
- {agentr-0.1.4 → agentr-0.1.5}/src/agentr/exceptions.py +0 -0
- {agentr-0.1.4 → agentr-0.1.5}/src/agentr/integration.py +0 -0
- {agentr-0.1.4 → agentr-0.1.5}/src/agentr/py.typed +0 -0
- {agentr-0.1.4 → agentr-0.1.5}/src/agentr/server.py +0 -0
- {agentr-0.1.4 → agentr-0.1.5}/src/agentr/store.py +0 -0
- {agentr-0.1.4 → agentr-0.1.5}/src/agentr/test.py +0 -0
- {agentr-0.1.4 → agentr-0.1.5}/src/agentr/utils/bridge.py +0 -0
- {agentr-0.1.4 → agentr-0.1.5}/src/agentr/utils/openapi.py +0 -0
- {agentr-0.1.4 → agentr-0.1.5}/uv.lock +0 -0
agentr-0.1.5/LICENSE
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
MIT License
|
2
|
+
|
3
|
+
Copyright (c) 2025 AgentR
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
@@ -1,8 +1,9 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: agentr
|
3
|
-
Version: 0.1.
|
4
|
-
Summary:
|
3
|
+
Version: 0.1.5
|
4
|
+
Summary: AgentR is a Python framework for building MCP servers to serve agentic applications and LLM clients
|
5
5
|
Author-email: Manoj Bajaj <manojbajaj95@gmail.com>
|
6
|
+
License-File: LICENSE
|
6
7
|
Requires-Python: >=3.11
|
7
8
|
Requires-Dist: loguru>=0.7.3
|
8
9
|
Requires-Dist: mcp>=1.5.0
|
@@ -12,14 +13,14 @@ Description-Content-Type: text/markdown
|
|
12
13
|
|
13
14
|
# AgentR
|
14
15
|
|
15
|
-
AgentR is a Python framework for building
|
16
|
+
AgentR is a Python framework for building MCP servers to serve agentic applications and LLM clients. It provides a clean abstraction for incorporating various API services as "applications" into your agent workflow.
|
16
17
|
|
17
18
|
## 🌟 Features
|
18
19
|
|
20
|
+
- **MCP (Model Context Protocol) Integration**: Seamlessly works with MCP server architecture
|
19
21
|
- **Simplified API Integration**: Connect to services like GitHub, Google Calendar, Gmail, Reddit, Tavily, and more with minimal code
|
20
|
-
- **Authentication
|
22
|
+
- **Managed Authentication**: Built-in support for API keys and OAuth-based authentication flows
|
21
23
|
- **Extensible Architecture**: Easily build and add new app integrations with minimal boilerplate
|
22
|
-
- **MCP (Model Context Protocol) Integration**: Seamlessly works with MCP server architecture
|
23
24
|
- **Credential Management**: Flexible storage options for API credentials with memory and environment-based implementations
|
24
25
|
|
25
26
|
## 🔧 Installation
|
@@ -154,3 +155,6 @@ agentr install claude
|
|
154
155
|
- typer >= 0.15.2
|
155
156
|
|
156
157
|
|
158
|
+
## 📝 License
|
159
|
+
|
160
|
+
This project is licensed under the MIT License.
|
@@ -1,13 +1,13 @@
|
|
1
1
|
# AgentR
|
2
2
|
|
3
|
-
AgentR is a Python framework for building
|
3
|
+
AgentR is a Python framework for building MCP servers to serve agentic applications and LLM clients. It provides a clean abstraction for incorporating various API services as "applications" into your agent workflow.
|
4
4
|
|
5
5
|
## 🌟 Features
|
6
6
|
|
7
|
+
- **MCP (Model Context Protocol) Integration**: Seamlessly works with MCP server architecture
|
7
8
|
- **Simplified API Integration**: Connect to services like GitHub, Google Calendar, Gmail, Reddit, Tavily, and more with minimal code
|
8
|
-
- **Authentication
|
9
|
+
- **Managed Authentication**: Built-in support for API keys and OAuth-based authentication flows
|
9
10
|
- **Extensible Architecture**: Easily build and add new app integrations with minimal boilerplate
|
10
|
-
- **MCP (Model Context Protocol) Integration**: Seamlessly works with MCP server architecture
|
11
11
|
- **Credential Management**: Flexible storage options for API credentials with memory and environment-based implementations
|
12
12
|
|
13
13
|
## 🔧 Installation
|
@@ -142,3 +142,6 @@ agentr install claude
|
|
142
142
|
- typer >= 0.15.2
|
143
143
|
|
144
144
|
|
145
|
+
## 📝 License
|
146
|
+
|
147
|
+
This project is licensed under the MIT License.
|
@@ -1,7 +1,7 @@
|
|
1
1
|
[project]
|
2
2
|
name = "agentr"
|
3
|
-
version = "0.1.
|
4
|
-
description = "
|
3
|
+
version = "0.1.5"
|
4
|
+
description = "AgentR is a Python framework for building MCP servers to serve agentic applications and LLM clients"
|
5
5
|
readme = "README.md"
|
6
6
|
authors = [
|
7
7
|
{ name = "Manoj Bajaj", email = "manojbajaj95@gmail.com" }
|
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
|
File without changes
|
File without changes
|