Commit Graph

22 Commits

Author SHA1 Message Date
13f6dd424e MAJOR: introduce split providers per LLM call and config system 2026-07-09 12:24:15 +05:30
6cf099821b refactor: Serializers include available location attributes 2026-07-09 03:04:48 +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
7412ab48ea refactor: Remove serializer and polymorphed forms from AttributableObject AC in favor of generic helper function
1. Decoupled Attributes Serialization:
      • Removed all  serialize()  methods from  AttributableObject
(attribute.ts),  WorldState  (world.ts), and  Entity  (entity.ts).
      • Implemented a standalone, uncoupled function
serializeAttributes(attributes: Attribute[]): string  in attribute.ts.
This function receives an array of attributes and outputs their
formatted
      representation.
  2. System Objective Serializer:
      • Implemented  serializeObjectiveWorldState(worldState:
WorldState): string  in world.ts for system LLMs that need objective
reality dumps (e.g. validators and intent decoders). It manually
      retrieves and formats attributes using  serializeAttributes()
alongside class-specific fields like  locationId .
  3. System prompt updates:
      • Updated  LLMValidator  (llm-validator.ts),  TimeDeltaGenerator
(delta.ts), and  IntentDecoder  (intent-decoder.ts) to use the new
standalone  serializeObjectiveWorldState(worldState)  helper imported
      from  @omnia/core .
  4. Unit Tests (Tier 1):
      • Updated core.test.ts to verify  serializeAttributes  and
serializeObjectiveWorldState  utilities directly.
2026-07-06 23:21:04 +05:30
de0510636d feat: Implemented Delta generator for time advancement 2026-07-06 20:11:59 +05:30
215b7b171e test: Added tests for serializer 2026-07-06 12:42:53 +05:30
8148e7cbbb refactor: Use a generic serializer for attributableObject and use polymorphism for world 2026-07-06 12:42:43 +05:30
41f72b19e0 refactor: use package imports over relative imports for cross package ref and tests 2026-07-06 12:28:54 +05:30
05e5d77c6d tests: Added core tier 1 tests 2026-07-06 10:01:08 +05:30
fe164eb84c fix: SET PRAGMA foreign keys within the constructor 2026-07-06 09:44:39 +05:30
2657cb0ee4 feat: include worldclock in repository 2026-07-06 09:41:30 +05:30
b99e2335a7 refactor: switch to process.env for all packages, fix typos 2026-07-06 09:11:23 +05:30
535ed1142f feat: Implement config system 2026-07-06 08:02:54 +05:30
496b17faf0 feat: Implement primitive WorldClock 2026-07-06 08:02:06 +05:30
e87d98a47d feat: Added repository abstraction for worldState and Entity (closes #4) 2026-07-05 23:42:04 +05:30
7d34f4067e chore: Clean out *.tsbuildinfo 2026-07-05 22:45:17 +05:30
4b3a253751 refactor: Move attributes and entity to @omnia/core 2026-07-05 21:37:06 +05:30
e11f18a69a feat: Scaffold Initial monorepo structure (closes #1) 2026-07-04 12:35:27 +05:30