agentr 0.1.5__tar.gz → 0.1.6__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 (25) hide show
  1. {agentr-0.1.5 → agentr-0.1.6}/PKG-INFO +2 -2
  2. {agentr-0.1.5 → agentr-0.1.6}/pyproject.toml +2 -2
  3. {agentr-0.1.5 → agentr-0.1.6}/.gitignore +0 -0
  4. {agentr-0.1.5 → agentr-0.1.6}/.python-version +0 -0
  5. {agentr-0.1.5 → agentr-0.1.6}/LICENSE +0 -0
  6. {agentr-0.1.5 → agentr-0.1.6}/README.md +0 -0
  7. {agentr-0.1.5 → agentr-0.1.6}/src/agentr/__init__.py +0 -0
  8. {agentr-0.1.5 → agentr-0.1.6}/src/agentr/application.py +0 -0
  9. {agentr-0.1.5 → agentr-0.1.6}/src/agentr/applications/github/app.py +0 -0
  10. {agentr-0.1.5 → agentr-0.1.6}/src/agentr/applications/google_calendar/app.py +0 -0
  11. {agentr-0.1.5 → agentr-0.1.6}/src/agentr/applications/google_mail/app.py +0 -0
  12. {agentr-0.1.5 → agentr-0.1.6}/src/agentr/applications/reddit/app.py +0 -0
  13. {agentr-0.1.5 → agentr-0.1.6}/src/agentr/applications/resend/app.py +0 -0
  14. {agentr-0.1.5 → agentr-0.1.6}/src/agentr/applications/tavily/app.py +0 -0
  15. {agentr-0.1.5 → agentr-0.1.6}/src/agentr/applications/zenquotes/app.py +0 -0
  16. {agentr-0.1.5 → agentr-0.1.6}/src/agentr/cli.py +0 -0
  17. {agentr-0.1.5 → agentr-0.1.6}/src/agentr/exceptions.py +0 -0
  18. {agentr-0.1.5 → agentr-0.1.6}/src/agentr/integration.py +0 -0
  19. {agentr-0.1.5 → agentr-0.1.6}/src/agentr/py.typed +0 -0
  20. {agentr-0.1.5 → agentr-0.1.6}/src/agentr/server.py +0 -0
  21. {agentr-0.1.5 → agentr-0.1.6}/src/agentr/store.py +0 -0
  22. {agentr-0.1.5 → agentr-0.1.6}/src/agentr/test.py +0 -0
  23. {agentr-0.1.5 → agentr-0.1.6}/src/agentr/utils/bridge.py +0 -0
  24. {agentr-0.1.5 → agentr-0.1.6}/src/agentr/utils/openapi.py +0 -0
  25. {agentr-0.1.5 → agentr-0.1.6}/uv.lock +0 -0
@@ -1,7 +1,7 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: agentr
3
- Version: 0.1.5
4
- Summary: AgentR is a Python framework for building MCP servers to serve agentic applications and LLM clients
3
+ Version: 0.1.6
4
+ Summary: A python framework to build MCP servers
5
5
  Author-email: Manoj Bajaj <manojbajaj95@gmail.com>
6
6
  License-File: LICENSE
7
7
  Requires-Python: >=3.11
@@ -1,7 +1,7 @@
1
1
  [project]
2
2
  name = "agentr"
3
- version = "0.1.5"
4
- description = "AgentR is a Python framework for building MCP servers to serve agentic applications and LLM clients"
3
+ version = "0.1.6"
4
+ description = "A python framework to build MCP servers"
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