google / timesketch

Collaborative forensic timeline analysis
Apache License 2.0
2.52k stars 577 forks source link

Support for Large Language Model (LLM) services #3019

Closed berggren closed 5 months ago

berggren commented 5 months ago

This PR adds a plugin system for Large Language Model (LLM) services. Build a lightweight plugin based framework to connect to third-party LLM services (e.g. VortexAI) to Timesketch using a common interface for prompt based communication.

Initial support for:

closes #3021