diff --git a/.local.env b/.local.env index bdf297e1..a9b1dc12 100644 --- a/.local.env +++ b/.local.env @@ -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 diff --git a/.local.env.bak b/.local.env.bak index bdf297e1..a9b1dc12 100644 --- a/.local.env.bak +++ b/.local.env.bak @@ -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 diff --git a/README.md b/README.md index ddc00e61..e77eb75a 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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: diff --git a/docs/images/agentdesigner.png b/docs/images/agentdesigner.png new file mode 100644 index 00000000..5d5dbed7 Binary files /dev/null and b/docs/images/agentdesigner.png differ diff --git a/docs/images/dashboard.png b/docs/images/dashboard.png new file mode 100644 index 00000000..73c3155f Binary files /dev/null and b/docs/images/dashboard.png differ diff --git a/docs/images/ssh.png b/docs/images/ssh.png new file mode 100644 index 00000000..c83b702c Binary files /dev/null and b/docs/images/ssh.png differ