summaryrefslogtreecommitdiff
path: root/GEMINI.md
diff options
context:
space:
mode:
authorCaptainJack2491 <jayrupnakawala@gmail.com>2026-01-11 02:51:04 +0000
committerCaptainJack2491 <jayrupnakawala@gmail.com>2026-01-11 02:51:04 +0000
commiteefafc5dac05be3c721b5186f0d288811223744e (patch)
treef8456f36cdcdebe6b2cdea48a9a0754973ed8a26 /GEMINI.md
parent7523a575f1545506c8a2f63126bf20c187de4b5a (diff)
[fix] big moving around, probably made lot more bugs.
Diffstat (limited to 'GEMINI.md')
-rw-r--r--GEMINI.md16
1 files changed, 0 insertions, 16 deletions
diff --git a/GEMINI.md b/GEMINI.md
deleted file mode 100644
index 1c7ee5e..0000000
--- a/GEMINI.md
+++ /dev/null
@@ -1,16 +0,0 @@
-# GEMINI.md
-
-## Directory Overview
-
-This directory contains the dissertation for a project titled "Testing In-Context Sleeper Agents: Challenges in Detecting Hidden Goal Pursuit". The project is for the BSc (Hons) Data Science and AI program. The directory includes the dissertation proposal, research papers, notes, and source code for a simple LangChain agent.
-
-## Key Files
-
-* `docs/02_proposal/proposal.typ`: The source file for the dissertation proposal, written in the Typst typesetting language. This file contains the main content of the proposal, including the project title, aim, objectives, rationale, and required facilities.
-* `src/agents/01-simple_agent/main.py`: A Python script that implements a simple LangChain agent using the Llama 3.1 model from Groq. The agent is designed to answer philosophical questions.
-* `papers/`: A directory containing research papers related to the dissertation topic.
-* `notes/`: A directory containing notes and research materials.
-
-## Usage
-
-This directory is used for managing and developing the dissertation project. The `docs/02_proposal/proposal.typ` file is the primary document for the proposal, and the `src` directory contains the source code for the project. The `papers` and `notes` directories are for research and reference materials.