From 2d01db907a7bc06ed4a4920c06db16dba528edad Mon Sep 17 00:00:00 2001 From: overcuriousity Date: Sat, 19 Jul 2025 16:34:42 +0200 Subject: [PATCH] new AI features --- src/components/AIQueryInterface.astro | 378 ++++++++++++++++++++++++-- src/pages/api/ai/query.ts | 124 +++++++-- src/styles/global.css | 190 +++++++++++++ 3 files changed, 642 insertions(+), 50 deletions(-) diff --git a/src/components/AIQueryInterface.astro b/src/components/AIQueryInterface.astro index a56fbbc..e3bae69 100644 --- a/src/components/AIQueryInterface.astro +++ b/src/components/AIQueryInterface.astro @@ -1,13 +1,12 @@ --- import { getToolsData } from '../utils/dataService.js'; - // Load tools data for validation const data = await getToolsData(); const tools = data.tools; const phases = data.phases; -const domainAgnosticSoftware = data['domain-agnostic-software'] || []; // Add this line +const domainAgnosticSoftware = data['domain-agnostic-software'] || []; --- @@ -21,13 +20,35 @@ const domainAgnosticSoftware = data['domain-agnostic-software'] || []; // Add th KI-gestützte Tool-Empfehlungen -

+

Beschreiben Sie Ihr forensisches Szenario und erhalten Sie maßgeschneiderte Tool-Empfehlungen basierend auf bewährten DFIR-Workflows und der verfügbaren Software-Datenbank.

+ +
+ + + + + + Workflow-Empfehlung + + +
+
+
+ + + + + + Spezifisches Tool + +
+