mirror of
https://github.com/Jeuners/Time_Dilation_in_LLM_Agent_Systems.git
synced 2026-09-09 15:02:34 +02:00
docs: publish paper and implementation evidence with GitHub Pages
This commit is contained in:
parent
1c577511ed
commit
2f4b9cbde4
2 changed files with 10 additions and 0 deletions
3
_config.yml
Normal file
3
_config.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
title: Time Is Not Metadata
|
||||
description: Interpretable Timestamps and Measured Proper Time in LLM Agent Systems
|
||||
theme: jekyll-theme-cayman
|
||||
7
index.md
Normal file
7
index.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
layout: default
|
||||
title: Time Is Not Metadata
|
||||
---
|
||||
|
||||
{% capture paper %}{% include_relative README.md %}{% endcapture %}
|
||||
{{ paper | replace: 'IMPLEMENTATION.md', 'implementation.html' }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue