From 728cab6b60a4046310bce172907b9154c698e0a0 Mon Sep 17 00:00:00 2001 From: Dustin Updyke <43444464+sei-dupdyke@users.noreply.github.com> Date: Mon, 4 Nov 2024 09:55:40 -0500 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index a8b85279..87426c25 100755 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ There is a [short demonstration video available on YouTube](https://www.youtube. --- +## Key Links + +- [Quick Start: Installation from distribution binaries](https://cmu-sei.github.io/GHOSTS/quickstart/) +- [GHOSTS Documentation](https://cmu-sei.github.io/GHOSTS/) +- [Submit issues and feature requests](https://github.com/cmu-sei/GHOSTS/issues) + +--- + **Version 8.2 is here!** GHOSTS has undergone major updates, including breaking changes introduced in version 8.0. Version 8 absorbed the [ANIMATOR](https://github.com/cmu-sei/GHOSTS-ANIMATOR) and [SPECTRE](https://github.com/cmu-sei/GHOSTS-SPECTRE) modules, simplifying the installation, configuration, and administration of a GHOSTS instance, while bringing further capabilities to core agents by integrating previously segregated data. With version 8.2, more improvements and features are introduced, making it easier and more powerful to use. @@ -24,9 +32,9 @@ There is no upgrade path from previous versions โ€” a fresh install is required ## What's New in GHOSTS v8.2 ๐Ÿ†• Welcome to the latest version of GHOSTS! Hereโ€™s a look at whatโ€™s new and improved in v8.2: -- [GHOSTS now has a UI](core/ui.md) โ€” Manage machines, machine groups, deploy new timelines, and view activities through a sleek interface. ๐Ÿ˜ -- [GHOSTS Shadows](shadows/index.md) now integrates with large language models (LLMs) for GHOSTS agents, offering various models for activities, chat, content generation, social interactions, and more. ๐Ÿ‘ป -- [GHOSTS LITE](core/lite.md) is a lightweight version of GHOSTS that requires fewer resources, making it ideal for training, exercises, and simulations on minimal hardware. ๐Ÿ‘€ +- [GHOSTS now has a UI](src/ghosts.ui) โ€” Manage machines, machine groups, deploy new timelines, and view activities through a sleek interface. ๐Ÿ˜ +- [GHOSTS Shadows](src/ghosts.shadows) now integrates with large language models (LLMs) for GHOSTS agents, offering various models for activities, chat, content generation, social interactions, and more. ๐Ÿ‘ป +- [GHOSTS LITE](src/Ghosts.Client.Lite) is a lightweight version of GHOSTS that requires fewer resources, making it ideal for training, exercises, and simulations on minimal hardware. ๐Ÿ‘€ - Fixes #385: Default GUID issue with Animator NPCs. - Fixes #384: Client path bug. - Resolved various animation cancellation token bugs in chat features. @@ -63,14 +71,6 @@ Welcome to the latest version of GHOSTS! Hereโ€™s a look at whatโ€™s new and imp --- -## Key Links - -- [Quick Start: Installation from distribution binaries](https://cmu-sei.github.io/GHOSTS/quickstart/) -- [GHOSTS Documentation](https://cmu-sei.github.io/GHOSTS/) -- [Submit issues and feature requests](https://github.com/cmu-sei/GHOSTS/issues) - ---- - ## Platform Components ### Ghosts Clients (Windows & Linux)