<feed xmlns='http://www.w3.org/2005/Atom'>
<title>dissertation.git/src/config_loader.py, branch main</title>
<subtitle>Undergraduate dissertation — Deceptive Alignment in Autonomous LLM Agents (UEL, 2026). Sandboxed agentic-LLM deception study: 960 runs, three-tier judging (regex + blackbox + glassbox).</subtitle>
<id>http://git.jayrup.me/c/dissertation.git/atom?h=main</id>
<link rel='self' href='http://git.jayrup.me/c/dissertation.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://git.jayrup.me/c/dissertation.git/'/>
<updated>2026-03-25T17:37:43Z</updated>
<entry>
<title>feat: add goal_type variation system and parallel processing</title>
<updated>2026-03-25T17:37:43Z</updated>
<author>
<name>CaptainJack2491</name>
<email>jayrupnakawala@gmail.com</email>
</author>
<published>2026-03-25T17:37:43Z</published>
<link rel='alternate' type='text/html' href='http://git.jayrup.me/c/dissertation.git/commit/?id=3c80864a0d9391b6390920cd91e4dbd52e5c95bc'/>
<id>urn:sha1:3c80864a0d9391b6390920cd91e4dbd52e5c95bc</id>
<content type='text'>
- vfs.py: add VFS.create() factory for parallel-safe independent instances
- tools.py: add make_tools_for_vfs() to bind tools to specific VFS instances
- config_loader.py: add goal_types and max_workers config properties
- agent.py: add goal_type field, vfs_instance param, goal_type in log paths
- runner.py: rewrite with goal_type loop dimension, ThreadPoolExecutor parallel
  execution, isolated VFS per run, flattened work items, thread-safe results

All backward compatible - empty goal_types defaults to legacy hidden_goal.md,
max_workers=1 defaults to sequential execution.
</content>
</entry>
<entry>
<title>feat: add generate_baseline toggle to config</title>
<updated>2026-03-02T15:23:50Z</updated>
<author>
<name>CaptainJack2491</name>
<email>jayrupnakawala@gmail.com</email>
</author>
<published>2026-03-02T15:23:50Z</published>
<link rel='alternate' type='text/html' href='http://git.jayrup.me/c/dissertation.git/commit/?id=239ec5c0660d2b618cefa35b0a6a1599279d533c'/>
<id>urn:sha1:239ec5c0660d2b618cefa35b0a6a1599279d533c</id>
<content type='text'>
- New 'generate_baseline' option in defaults (default: true)
- When false, skips baseline generation entirely
- Warns if no baseline exists when generation is disabled
- Updated config.yaml.example and README.md with docs
</content>
</entry>
<entry>
<title>feat: add centralized logging with configurable debug levels</title>
<updated>2026-03-01T23:44:39Z</updated>
<author>
<name>CaptainJack2491</name>
<email>jayrupnakawala@gmail.com</email>
</author>
<published>2026-03-01T23:36:14Z</published>
<link rel='alternate' type='text/html' href='http://git.jayrup.me/c/dissertation.git/commit/?id=3d8b71ac0921c6df64699dde6447c9effbbc54b7'/>
<id>urn:sha1:3d8b71ac0921c6df64699dde6447c9effbbc54b7</id>
<content type='text'>
- Create src/logger.py with Python logging module
- Add 4 debug levels: 1=CRITICAL, 2=WARNING, 3=INFO, 4=DEBUG
- Level 4 includes reasoning, VFS info, and available tools
- Level 4 auto-enables file output (both mode)
- Update agent.py and runner.py to use logger instead of print
- Update config.yaml.example with logging configuration
- Update README with logging documentation
</content>
</entry>
<entry>
<title>[feat] baseline system - auto-generates baselines before experiments</title>
<updated>2026-02-24T19:52:14Z</updated>
<author>
<name>CaptainJack2491</name>
<email>jayrupnakawala@gmail.com</email>
</author>
<published>2026-02-24T19:52:14Z</published>
<link rel='alternate' type='text/html' href='http://git.jayrup.me/c/dissertation.git/commit/?id=fa191a311e4067711634200d3a2f490afcbf8541'/>
<id>urn:sha1:fa191a311e4067711634200d3a2f490afcbf8541</id>
<content type='text'>
- Added _extract_baseline_content() to extract output from create_file tool calls
- Baselines now saved to logs/{model}/{scenario}/baseline.md
- Added global oversight fallback (scenario-specific → global oversight dir)
- Updated config_loader with oversight level loading from scenario dirs
</content>
</entry>
<entry>
<title>[feat] added a baseline to the runner</title>
<updated>2026-02-18T19:54:46Z</updated>
<author>
<name>CaptainJack2491</name>
<email>jayrupnakawala@gmail.com</email>
</author>
<published>2026-02-12T11:15:27Z</published>
<link rel='alternate' type='text/html' href='http://git.jayrup.me/c/dissertation.git/commit/?id=6c068d9613ec288f6fc4b87c11540c39eaf203ee'/>
<id>urn:sha1:6c068d9613ec288f6fc4b87c11540c39eaf203ee</id>
<content type='text'>
(no commit message provided)

(no commit message provided)

Co-authored-by: aider (openrouter/openrouter/aurora-alpha) &lt;aider@aider.chat&gt;
</content>
</entry>
<entry>
<title>[fix] big moving around, probably made lot more bugs.</title>
<updated>2026-01-11T02:51:04Z</updated>
<author>
<name>CaptainJack2491</name>
<email>jayrupnakawala@gmail.com</email>
</author>
<published>2026-01-11T02:51:04Z</published>
<link rel='alternate' type='text/html' href='http://git.jayrup.me/c/dissertation.git/commit/?id=eefafc5dac05be3c721b5186f0d288811223744e'/>
<id>urn:sha1:eefafc5dac05be3c721b5186f0d288811223744e</id>
<content type='text'>
</content>
</entry>
</feed>
