From 4e0bab9897238f7b427a583f482a53d6b31f554d Mon Sep 17 00:00:00 2001 From: William Jeynes Date: Thu, 7 May 2026 18:45:12 +0100 Subject: [PATCH] Update README, lock langchain CLI to specific version --- README.md | 19 ++++++++++++++----- run.sh | 2 +- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6cb8fdd..1e3bffb 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,22 @@ # AI models for identifying trigger events in disinformation analysis Final Dissertation Submission Repository -## Project Description +## Abstract -- todo -- +[Project Presentation](https://jillweynes.github.io/LLMsForDisinformationPrediction-GraphVizBuilt/presentation) + +## Generated Database Link and Usage Experiments +Generated Dataset Link: [https://huggingface.co/datasets/WillJeynes/LLMsForDisinformationAnalysis-Dataset](https://huggingface.co/datasets/WillJeynes/LLMsForDisinformationAnalysis-Dataset) + +Graph-Based Dataset Visualisation: [https://jillweynes.github.io/LLMsForDisinformationPrediction-GraphVizBuilt/](https://jillweynes.github.io/LLMsForDisinformationPrediction-GraphVizBuilt/) + +Usage Experiments (incl graph visualisation) Source Code: [https://github.com/WillJeynes/LLMsForDisinformationPrediction](https://github.com/WillJeynes/LLMsForDisinformationPrediction) + + + +# This repository: + ## Solution Diagram -- todo -- @@ -13,10 +26,6 @@ Final Dissertation Submission Repository ## Agent Refinement [See agent](/agent/) -## Generated Database Link and Usage Experiments -Generated Dataset Link: [https://huggingface.co/datasets/WillJeynes/LLMsForDisinformationAnalysis-Dataset](https://huggingface.co/datasets/WillJeynes/LLMsForDisinformationAnalysis-Dataset) - -Usage Experiments Link: [https://github.com/WillJeynes/LLMsForDisinformationPrediction](https://github.com/WillJeynes/LLMsForDisinformationPrediction) ## Repository Structure ``` diff --git a/run.sh b/run.sh index 7b9a876..47f8242 100755 --- a/run.sh +++ b/run.sh @@ -5,7 +5,7 @@ set -e run_agent () { echo "Starting LangGraph agent..." cd agent - npx @langchain/langgraph-cli dev + npx @langchain/langgraph-cli@1.1.17 dev } run_ensemble_service () {