c230934625
feat: Added base ledger
2026-07-10 21:27:05 +05:30
b5fb48ed99
docs: refined readme
2026-07-10 17:08:55 +05:30
ae06982620
feat(gui): Switch to tailwind
2026-07-10 15:53:51 +05:30
d8d9015015
refactor: dynamically fetch available InferenceProviders for gui
2026-07-10 15:38:08 +05:30
Aditya Gupta
f88cc4efb4
docs: Improve Illustrations
2026-07-10 13:42:04 +05:30
185e68b541
feat: Added OpenRouter LLMProvider and setup bootstrapping
2026-07-10 07:59:31 +05:30
ebd0b76c23
minor: Updated favicon for web interfaces
2026-07-10 07:51:59 +05:30
2c842b1520
docs: Added CoC and Contributing guidelines
2026-07-10 07:51:48 +05:30
Aditya Gupta
b36517e5f3
Add files via upload
2026-07-10 07:44:14 +05:30
3c9c55157c
merge: badge style change
2026-07-09 22:33:32 +05:30
cf6c015726
docs: Refined readme
2026-07-09 22:32:39 +05:30
8c0f1b45fd
Update README.md
2026-07-09 22:16:20 +05:30
6d9155ef28
docs: Added docs link
2026-07-09 22:06:08 +05:30
b854dfe45c
ci: fix node version
2026-07-09 21:57:45 +05:30
61c6fe8513
ci: Workflow for docs deployment to cf
2026-07-09 21:56:22 +05:30
30e26f78f9
minor: remove redundant pnpm scripts
2026-07-09 21:12:59 +05:30
1ebd5f77dc
docs: Refine readme
2026-07-09 21:12:40 +05:30
Aditya Gupta
fd377e8794
Add files via upload
2026-07-09 20:53:30 +05:30
817bbde265
Merge pull request #21 from sortedcord/feat/config
...
Refactor LLM provider system and introduce GUI for simulations
2026-07-09 19:38:20 +05:30
cc9d0006e5
docs: Added documentation for LLMProviders and named instances
2026-07-09 19:35:18 +05:30
6626adf38d
MAJOR: deprecated cli interface
2026-07-09 19:09:52 +05:30
053748564f
refactor: Decouple model from provider
2026-07-09 19:02:42 +05:30
acd62bdb65
minor: Switch to master-detail layout for LLMProviderInstance
2026-07-09 18:54:35 +05:30
46b12cd668
feat: LLMProviderInstance over LLMProvider
...
allows for using multiple keys of the same provider
implemented per llm call providerinstance mapping
2026-07-09 18:40:52 +05:30
4ef52f926e
MAJOR: Added a GUI app for simulations
2026-07-09 18:14:26 +05:30
0c59756c08
refactor: Move cli package to apps/cli
2026-07-09 13:17:29 +05:30
6e096415ee
Merge pull request #20 from sortedcord/remotes/origin/feat/config
...
MAJOR: Removed old scenario builder and moved scenario loader into pa…
2026-07-09 13:10:24 +05:30
be076d81e5
MAJOR: Removed old scenario builder and moved scenario loader into packages/scenario
2026-07-09 13:09:05 +05:30
13f6dd424e
MAJOR: introduce split providers per LLM call and config system
2026-07-09 12:24:15 +05:30
4339a8b4b5
feat: Added openrouter provider
2026-07-09 11:13:02 +05:30
907c3b8ed7
minor: Improve systme prompt for Alias Generation
2026-07-09 10:56:21 +05:30
9642e2bb54
refactor: Group subsequent events under a naturalized time head
...
Strips out actual world clock from memories.
2026-07-09 10:19:09 +05:30
8934422a4d
feat: Add logging to file for a CLI run
2026-07-09 09:44:00 +05:30
63badedf75
feat: Show context usage breakdown in cli verbose mode
2026-07-09 09:31:22 +05:30
717f9f20d4
minor: Update actor prompt to only output in first person
2026-07-09 09:27:07 +05:30
3da043952c
feat: Added Alias Resolver DeltaGenerator
2026-07-09 09:26:56 +05:30
17c5b95f3b
update: docs
2026-07-09 05:07:25 +05:30
53b221f80c
docs: logo path fix
2026-07-09 04:54:37 +05:30
d9940a036a
docs: Migrated to astro v7 for live docs
2026-07-09 04:53:00 +05:30
093f8de4c5
docs: Update readme
2026-07-09 03:14:18 +05:30
6cf099821b
refactor: Serializers include available location attributes
2026-07-09 03:04:48 +05:30
fadea41e6f
cli: FIRST RUN!!!! ITS ALIVE!
2026-07-09 02:51:57 +05:30
701bc56d0c
content: Added demo scenario and tests
2026-07-09 02:07:50 +05:30
d96fc04542
feat: Implement ScenarioLoader pipeline
2026-07-09 01:59:27 +05:30
fa698619b3
feat: Implement actor prompt builder
2026-07-09 01:40:38 +05:30
15abfdd898
feat: Design and implement time naturalization helper function
2026-07-08 22:05:26 +05:30
74ffb456a7
feat: Implement tier 1 memory buffer
2026-07-08 21:33:25 +05:30
1aa00532ed
refactor: Fix alias duplication for unit and eval tests
2026-07-07 07:26:48 +05:30
0d0b1e5dd8
tests: Added tier 2 integration tests for validating game loop
2026-07-07 06:07:28 +05:30
1b667446dd
feat: Wire up intent and architect packages together
...
- Added "@omnia/intent": "workspace:*" dependency to package.json.
- Referenced ../intent in the project references of tsconfig.json.
- Updated validate in llm-validator.ts to accept intent:Intent instead
of actorId and actionIntent strings
- Promoted the LLM prompt's action details block to include the
structured fields of the intent (type , description , originalText ,
targetIds ), passing this context to the validator.)
- Updated the IDeltaGenerator interface and TimeDeltaGenerator 's
generate signature in delta.ts to accept intent: Intent .
- Refined the LLM prompt's action details block in TimeDeltaGenerator
to utilize the structured structured Intent object.
- Updated all validation and execution mock calls in architect.test.ts
to construct and pass valid Intent objects.
2026-07-06 23:49:12 +05:30