sentinel-ai-os 1.0__tar.gz → 1.0.1__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 (54) hide show
  1. {sentinel_ai_os-1.0/sentinel_ai_os.egg-info → sentinel_ai_os-1.0.1}/PKG-INFO +1 -3
  2. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/README.md +0 -2
  3. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/pyproject.toml +1 -1
  4. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1/sentinel_ai_os.egg-info}/PKG-INFO +1 -3
  5. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/LICENSE +0 -0
  6. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/MANIFEST.in +0 -0
  7. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/__init__.py +0 -0
  8. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/auth.py +0 -0
  9. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/cli.py +0 -0
  10. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/core/__init__.py +0 -0
  11. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/core/agent.py +0 -0
  12. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/core/audit.py +0 -0
  13. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/core/cognitive.py +0 -0
  14. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/core/config.py +0 -0
  15. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/core/llm.py +0 -0
  16. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/core/registry.py +0 -0
  17. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/core/scheduler.py +0 -0
  18. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/core/schema.py +0 -0
  19. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/core/setup.py +0 -0
  20. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/core/ui.py +0 -0
  21. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/main.py +0 -0
  22. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/paths.py +0 -0
  23. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/__init__.py +0 -0
  24. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/apps.py +0 -0
  25. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/audio.py +0 -0
  26. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/browser.py +0 -0
  27. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/calendar_ops.py +0 -0
  28. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/clock.py +0 -0
  29. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/context.py +0 -0
  30. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/desktop.py +0 -0
  31. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/email_ops.py +0 -0
  32. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/factory.py +0 -0
  33. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/file_ops.py +0 -0
  34. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/flights.py +0 -0
  35. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/gmail_auth.py +0 -0
  36. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/indexer.py +0 -0
  37. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/installer.py +0 -0
  38. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/macros.py +0 -0
  39. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/memory_ops.py +0 -0
  40. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/navigation.py +0 -0
  41. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/notes.py +0 -0
  42. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/office.py +0 -0
  43. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/organizer.py +0 -0
  44. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/smart_index.py +0 -0
  45. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/sql_index.py +0 -0
  46. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/system_ops.py +0 -0
  47. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/vision.py +0 -0
  48. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/weather_ops.py +0 -0
  49. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel_ai_os.egg-info/SOURCES.txt +0 -0
  50. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel_ai_os.egg-info/dependency_links.txt +0 -0
  51. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel_ai_os.egg-info/entry_points.txt +0 -0
  52. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel_ai_os.egg-info/requires.txt +0 -0
  53. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel_ai_os.egg-info/top_level.txt +0 -0
  54. {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sentinel-ai-os
3
- Version: 1.0
3
+ Version: 1.0.1
4
4
  Summary: Autonomous AI Operating System layer
5
5
  Author-email: Sam Selvaraj <samselvaraj1801@gmail.com>
6
6
  License: MIT
@@ -76,7 +76,6 @@ Dynamic: license-file
76
76
  ---
77
77
 
78
78
  ## 🔭 Overview
79
- <img width="1127" height="550" alt="image" src="https://github.com/user-attachments/assets/9ac617d6-a959-4a8c-b245-ff2c98f083ea" />
80
79
 
81
80
  Sentinel is not just a chatbot; it is an **Action Engine**. Unlike web-based LLMs that live in a sandbox, Sentinel runs locally on your machine with access to your file system, applications, and peripherals.
82
81
 
@@ -91,7 +90,6 @@ It operates on a **Think-Plan-Act** loop:
91
90
  ---
92
91
 
93
92
  ## ✨ Key Features
94
- <img width="2836" height="1338" alt="image" src="https://github.com/user-attachments/assets/877e5ec8-f398-4c04-b0b0-0c45b12d08c8" />
95
93
 
96
94
  * **🧠 Multi-Brain Support:** Powered by `litellm`, Sentinel can seamlessly switch between **OpenAI**, **Anthropic**, **Groq**, or run locally with **Ollama**.
97
95
  * **💾 Hybrid Memory Architecture:**
@@ -19,7 +19,6 @@
19
19
  ---
20
20
 
21
21
  ## 🔭 Overview
22
- <img width="1127" height="550" alt="image" src="https://github.com/user-attachments/assets/9ac617d6-a959-4a8c-b245-ff2c98f083ea" />
23
22
 
24
23
  Sentinel is not just a chatbot; it is an **Action Engine**. Unlike web-based LLMs that live in a sandbox, Sentinel runs locally on your machine with access to your file system, applications, and peripherals.
25
24
 
@@ -34,7 +33,6 @@ It operates on a **Think-Plan-Act** loop:
34
33
  ---
35
34
 
36
35
  ## ✨ Key Features
37
- <img width="2836" height="1338" alt="image" src="https://github.com/user-attachments/assets/877e5ec8-f398-4c04-b0b0-0c45b12d08c8" />
38
36
 
39
37
  * **🧠 Multi-Brain Support:** Powered by `litellm`, Sentinel can seamlessly switch between **OpenAI**, **Anthropic**, **Groq**, or run locally with **Ollama**.
40
38
  * **💾 Hybrid Memory Architecture:**
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "sentinel-ai-os"
7
- version = "1.0"
7
+ version = "1.0.1"
8
8
  description = "Autonomous AI Operating System layer"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: sentinel-ai-os
3
- Version: 1.0
3
+ Version: 1.0.1
4
4
  Summary: Autonomous AI Operating System layer
5
5
  Author-email: Sam Selvaraj <samselvaraj1801@gmail.com>
6
6
  License: MIT
@@ -76,7 +76,6 @@ Dynamic: license-file
76
76
  ---
77
77
 
78
78
  ## 🔭 Overview
79
- <img width="1127" height="550" alt="image" src="https://github.com/user-attachments/assets/9ac617d6-a959-4a8c-b245-ff2c98f083ea" />
80
79
 
81
80
  Sentinel is not just a chatbot; it is an **Action Engine**. Unlike web-based LLMs that live in a sandbox, Sentinel runs locally on your machine with access to your file system, applications, and peripherals.
82
81
 
@@ -91,7 +90,6 @@ It operates on a **Think-Plan-Act** loop:
91
90
  ---
92
91
 
93
92
  ## ✨ Key Features
94
- <img width="2836" height="1338" alt="image" src="https://github.com/user-attachments/assets/877e5ec8-f398-4c04-b0b0-0c45b12d08c8" />
95
93
 
96
94
  * **🧠 Multi-Brain Support:** Powered by `litellm`, Sentinel can seamlessly switch between **OpenAI**, **Anthropic**, **Groq**, or run locally with **Ollama**.
97
95
  * **💾 Hybrid Memory Architecture:**
File without changes
File without changes
File without changes