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.
- {sentinel_ai_os-1.0/sentinel_ai_os.egg-info → sentinel_ai_os-1.0.1}/PKG-INFO +1 -3
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/README.md +0 -2
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/pyproject.toml +1 -1
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1/sentinel_ai_os.egg-info}/PKG-INFO +1 -3
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/LICENSE +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/MANIFEST.in +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/__init__.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/auth.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/cli.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/core/__init__.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/core/agent.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/core/audit.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/core/cognitive.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/core/config.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/core/llm.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/core/registry.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/core/scheduler.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/core/schema.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/core/setup.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/core/ui.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/main.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/paths.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/__init__.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/apps.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/audio.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/browser.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/calendar_ops.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/clock.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/context.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/desktop.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/email_ops.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/factory.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/file_ops.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/flights.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/gmail_auth.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/indexer.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/installer.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/macros.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/memory_ops.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/navigation.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/notes.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/office.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/organizer.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/smart_index.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/sql_index.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/system_ops.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/vision.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel/tools/weather_ops.py +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel_ai_os.egg-info/SOURCES.txt +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel_ai_os.egg-info/dependency_links.txt +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel_ai_os.egg-info/entry_points.txt +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel_ai_os.egg-info/requires.txt +0 -0
- {sentinel_ai_os-1.0 → sentinel_ai_os-1.0.1}/sentinel_ai_os.egg-info/top_level.txt +0 -0
- {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:**
|
|
@@ -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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|