nextcloud-agent 0.2.45__tar.gz → 0.2.46__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 (29) hide show
  1. {nextcloud_agent-0.2.45 → nextcloud_agent-0.2.46}/PKG-INFO +3 -3
  2. {nextcloud_agent-0.2.45 → nextcloud_agent-0.2.46}/README.md +1 -1
  3. nextcloud_agent-0.2.46/nextcloud_agent/__main__.py +4 -0
  4. {nextcloud_agent-0.2.45 → nextcloud_agent-0.2.46}/nextcloud_agent/agent_data/IDENTITY.md +1 -1
  5. {nextcloud_agent-0.2.45 → nextcloud_agent-0.2.46}/nextcloud_agent/agent_server.py +1 -1
  6. {nextcloud_agent-0.2.45 → nextcloud_agent-0.2.46}/nextcloud_agent/mcp_server.py +1 -1
  7. {nextcloud_agent-0.2.45 → nextcloud_agent-0.2.46}/nextcloud_agent.egg-info/PKG-INFO +3 -3
  8. {nextcloud_agent-0.2.45 → nextcloud_agent-0.2.46}/nextcloud_agent.egg-info/SOURCES.txt +1 -0
  9. {nextcloud_agent-0.2.45 → nextcloud_agent-0.2.46}/nextcloud_agent.egg-info/requires.txt +1 -1
  10. {nextcloud_agent-0.2.45 → nextcloud_agent-0.2.46}/pyproject.toml +2 -2
  11. {nextcloud_agent-0.2.45 → nextcloud_agent-0.2.46}/LICENSE +0 -0
  12. {nextcloud_agent-0.2.45 → nextcloud_agent-0.2.46}/nextcloud_agent/__init__.py +0 -0
  13. {nextcloud_agent-0.2.45 → nextcloud_agent-0.2.46}/nextcloud_agent/agent_data/A2A_AGENTS.md +0 -0
  14. {nextcloud_agent-0.2.45 → nextcloud_agent-0.2.46}/nextcloud_agent/agent_data/CRON.md +0 -0
  15. {nextcloud_agent-0.2.45 → nextcloud_agent-0.2.46}/nextcloud_agent/agent_data/CRON_LOG.md +0 -0
  16. {nextcloud_agent-0.2.45 → nextcloud_agent-0.2.46}/nextcloud_agent/agent_data/HEARTBEAT.md +0 -0
  17. {nextcloud_agent-0.2.45 → nextcloud_agent-0.2.46}/nextcloud_agent/agent_data/MEMORY.md +0 -0
  18. {nextcloud_agent-0.2.45 → nextcloud_agent-0.2.46}/nextcloud_agent/agent_data/USER.md +0 -0
  19. {nextcloud_agent-0.2.45 → nextcloud_agent-0.2.46}/nextcloud_agent/agent_data/chats +0 -0
  20. {nextcloud_agent-0.2.45 → nextcloud_agent-0.2.46}/nextcloud_agent/agent_data/icon.png +0 -0
  21. {nextcloud_agent-0.2.45 → nextcloud_agent-0.2.46}/nextcloud_agent/agent_data/mcp_config.json +0 -0
  22. {nextcloud_agent-0.2.45 → nextcloud_agent-0.2.46}/nextcloud_agent/agent_data/templates.py +0 -0
  23. {nextcloud_agent-0.2.45 → nextcloud_agent-0.2.46}/nextcloud_agent/auth.py +0 -0
  24. {nextcloud_agent-0.2.45 → nextcloud_agent-0.2.46}/nextcloud_agent/nextcloud_api.py +0 -0
  25. {nextcloud_agent-0.2.45 → nextcloud_agent-0.2.46}/nextcloud_agent.egg-info/dependency_links.txt +0 -0
  26. {nextcloud_agent-0.2.45 → nextcloud_agent-0.2.46}/nextcloud_agent.egg-info/entry_points.txt +0 -0
  27. {nextcloud_agent-0.2.45 → nextcloud_agent-0.2.46}/nextcloud_agent.egg-info/top_level.txt +0 -0
  28. {nextcloud_agent-0.2.45 → nextcloud_agent-0.2.46}/scripts/validate_a2a_agent.py +0 -0
  29. {nextcloud_agent-0.2.45 → nextcloud_agent-0.2.46}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nextcloud-agent
3
- Version: 0.2.45
3
+ Version: 0.2.46
4
4
  Summary: Nextcloud MCP Server for Agentic AI!
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.30
15
+ Requires-Dist: agent-utilities[agent,logfire]>=0.2.31
16
16
  Requires-Dist: python-dateutil>=2.8.2
17
17
  Requires-Dist: icalendar>=6.1.1
18
18
  Requires-Dist: vobject>=0.9.9
@@ -41,7 +41,7 @@ Dynamic: license-file
41
41
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/nextcloud-agent)
42
42
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/nextcloud-agent)
43
43
 
44
- *Version: 0.2.45*
44
+ *Version: 0.2.46*
45
45
 
46
46
  ## Overview
47
47
 
@@ -21,7 +21,7 @@
21
21
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/nextcloud-agent)
22
22
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/nextcloud-agent)
23
23
 
24
- *Version: 0.2.45*
24
+ *Version: 0.2.46*
25
25
 
26
26
  ## Overview
27
27
 
@@ -0,0 +1,4 @@
1
+ from nextcloud_agent.agent_server import agent_server
2
+
3
+ if __name__ == "__main__":
4
+ agent_server()
@@ -7,7 +7,7 @@
7
7
  * **Vibe:** Efficient, Structured, Precise, and Helpful.
8
8
 
9
9
  ### System Prompt
10
- You are the **Nextcloud Agent**, a specialized orchestrator for Nextcloud ecosystem management. Your mission is to ensure seamless file synchronization, secure sharing, and efficient management of collaborative services (calendar, contacts).
10
+ You are the **Nextcloud Agent**, a specialized orchestrator for Nextcloud ecosystem management. The queries you receive will be directed to the Nextcloud platform. Your mission is to ensure seamless file synchronization, secure sharing, and efficient management of collaborative services (calendar, contacts).
11
11
 
12
12
  You have three primary operational modes:
13
13
  1. **Direct Tool Execution**: Use your internal Nextcloud tools for one-off tasks (checking file status, listing shares, or managing a single user).
@@ -11,7 +11,7 @@ from agent_utilities import (
11
11
  load_identity,
12
12
  )
13
13
 
14
- __version__ = "0.2.45"
14
+ __version__ = "0.2.46"
15
15
 
16
16
  logging.basicConfig(
17
17
  level=logging.INFO,
@@ -20,7 +20,7 @@ from agent_utilities.mcp_utilities import (
20
20
  )
21
21
  from nextcloud_agent.auth import get_client
22
22
 
23
- __version__ = "0.2.45"
23
+ __version__ = "0.2.46"
24
24
  print(f"Nextcloud MCP v{__version__}")
25
25
 
26
26
  logger = get_logger(name="TokenMiddleware")
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nextcloud-agent
3
- Version: 0.2.45
3
+ Version: 0.2.46
4
4
  Summary: Nextcloud MCP Server for Agentic AI!
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.30
15
+ Requires-Dist: agent-utilities[agent,logfire]>=0.2.31
16
16
  Requires-Dist: python-dateutil>=2.8.2
17
17
  Requires-Dist: icalendar>=6.1.1
18
18
  Requires-Dist: vobject>=0.9.9
@@ -41,7 +41,7 @@ Dynamic: license-file
41
41
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/nextcloud-agent)
42
42
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/nextcloud-agent)
43
43
 
44
- *Version: 0.2.45*
44
+ *Version: 0.2.46*
45
45
 
46
46
  ## Overview
47
47
 
@@ -2,6 +2,7 @@ LICENSE
2
2
  README.md
3
3
  pyproject.toml
4
4
  nextcloud_agent/__init__.py
5
+ nextcloud_agent/__main__.py
5
6
  nextcloud_agent/agent_server.py
6
7
  nextcloud_agent/auth.py
7
8
  nextcloud_agent/mcp_server.py
@@ -1,4 +1,4 @@
1
- agent-utilities[agent,logfire]>=0.2.30
1
+ agent-utilities[agent,logfire]>=0.2.31
2
2
  python-dateutil>=2.8.2
3
3
  icalendar>=6.1.1
4
4
  vobject>=0.9.9
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "nextcloud-agent"
7
- version = "0.2.45"
7
+ version = "0.2.46"
8
8
  description = "Nextcloud MCP Server for Agentic AI!"
9
9
  readme = "README.md"
10
10
  authors = [{ name = "Audel Rouhi", email = "knucklessg1@gmail.com" }]
@@ -17,7 +17,7 @@ classifiers = [
17
17
  "Programming Language :: Python :: 3"]
18
18
  requires-python = ">=3.10"
19
19
  dependencies = [
20
- "agent-utilities[agent,logfire]>=0.2.30",
20
+ "agent-utilities[agent,logfire]>=0.2.31",
21
21
  "python-dateutil>=2.8.2",
22
22
  "icalendar>=6.1.1",
23
23
  "vobject>=0.9.9"]