Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .local.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SENTRIUS_VERSION=1.1.345
SENTRIUS_SSH_VERSION=1.1.41
SENTRIUS_KEYCLOAK_VERSION=1.1.53
SENTRIUS_AGENT_VERSION=1.1.42
SENTRIUS_AI_AGENT_VERSION=1.1.263
SENTRIUS_AI_AGENT_VERSION=1.1.264
LLMPROXY_VERSION=1.0.78
LAUNCHER_VERSION=1.0.82
AGENTPROXY_VERSION=1.0.85
Expand Down
2 changes: 1 addition & 1 deletion .local.env.bak
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ SENTRIUS_VERSION=1.1.345
SENTRIUS_SSH_VERSION=1.1.41
SENTRIUS_KEYCLOAK_VERSION=1.1.53
SENTRIUS_AGENT_VERSION=1.1.42
SENTRIUS_AI_AGENT_VERSION=1.1.263
SENTRIUS_AI_AGENT_VERSION=1.1.264
LLMPROXY_VERSION=1.0.78
LAUNCHER_VERSION=1.0.82
AGENTPROXY_VERSION=1.0.85
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Sentrius

![image](docs/images/mainscreen.png)
![image](docs/images/dashboard.png)

Sentrius is zero trust (and if you want AI assisted) management system. to protect your infrastructure. It is split
into several maven projects. Agents can be leveraged to monitor and control infra ( SSH, APIs, RDP eventually), ensuring that all connections are secure and compliant with your organization's policies.
Expand Down Expand Up @@ -49,6 +49,12 @@ Key Features
REST API
Manage your SSH configurations, enclaves, security rules, and sessions programmatically using a well-documented REST API.

Custom SSH Server responds via Sentrius UI or terminals
![image](docs/images/ssh.png)

Agent Designer supports natural language prompts to create custom agents that can monitor and control SSH sessions, automate tasks, and provide user assistance. The Agent Designer allows you to define agent behavior, capabilities, and interactions with the Sentrius platform.
![image](docs/images/agentdesigner.png)

Project Structure

Sentrius consists of multiple sub-projects:
Expand Down
Binary file added docs/images/agentdesigner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/ssh.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.