814f216ea7
feat(gui): Minor UI Improvements to InteractView
2026-07-20 16:16:27 +05:30
7f74617077
chore(ci): Bump pnpm to 11.15.1
2026-07-20 11:47:36 +05:30
264a5ea0fe
feat(gui): Duplicate existing model instances ( #32 )
...
(fixes Allow Instance Duplication
Fixes #32 )
2026-07-20 11:41:28 +05:30
a8b2d425a1
refactor: Unified prompt composition, structured log analysis, parallel validator tracing, and intent hydration fixes
2026-07-19 22:22:58 +05:30
rhit-lid2
8f6fe0dc28
chore: fix linting issues
2026-07-19 22:18:42 +05:30
01ec062194
fix(gui): Add hydration fallback in gui
2026-07-19 21:55:12 +05:30
8ff1650657
feat(gui): Model Statistics now show Validators in the pipeline
2026-07-19 20:32:27 +05:30
7baf583b13
refactor(architect): Use IPromptBuilder Interface for LLMValidator
2026-07-19 20:31:58 +05:30
ee25bf4a4c
refactor(llm, memory): Use generic types prompt builder and prompt component for actor,intent and handoff
2026-07-19 18:20:28 +05:30
Regina Fischer
82fb3c34f7
Setup Docker builds and optimize Dockerfile layers ( #33 )
...
* feat(ci): Setup docker builds for GUI
* refactor(ci): Split dockerfile into layers
2026-07-19 18:04:27 +05:30
rhit-lid2
1e34becec7
refactor(gui): Unify prompt analysis components for actor, intent decoder and Handoff
2026-07-19 16:18:15 +05:30
rhit-lid2
f8977a14c6
refactor(gui): Use structured logging over string parsing
2026-07-19 16:08:55 +05:30
a4b620502a
FEAT!(voice): Implement intent hydration, dehydration system fixes : #29
2026-07-19 13:13:07 +05:30
0512be647c
feat(intent): Add additional "thought" intent type
2026-07-19 08:09:06 +05:30
1ed1edf4cf
refactor!(memory): Streamline memory terminology and architecture
2026-07-19 07:03:03 +05:30
b4bf70dbae
refactor(memory,gui): Streamline memory archtiecture and terminology
...
- Short term memory/ recent events are collectively now Cognitive Buffer (Tier 1)
- Long term memory/ memory ledgers are just Memory Ledger (Tier 2)
- Dossiers stay Dossiers (Tier 3)
2026-07-18 15:50:12 +05:30
c6b32bb546
Merge branch 'master' into fix/handoff
2026-07-18 14:18:35 +05:30
896ff6f210
feat(scenario): Custom names for simulations
2026-07-18 14:14:57 +05:30
821f6a03cd
refactor(gui): Merge master into fix/handoff
2026-07-18 13:51:16 +05:30
9223ae3750
refactor(gui): Pull out Interact and Manage simulation tabs into their own components
2026-07-18 13:46:16 +05:30
32ee8cda3a
feat(gui): Added handoff llm call log details to gui
2026-07-18 11:48:54 +05:30
eabe49552d
chore: Clean up repo
2026-07-17 09:22:18 +05:30
444c722708
feat(gui): Improve provider icons
2026-07-17 08:28:38 +05:30
64e049c976
feat(gui): Added icons for model providers
2026-07-17 07:25:48 +05:30
250bb87a8d
refactor!(llm): implement new model registration system
2026-07-16 22:05:45 +05:30
8ad94d3fc2
feat(llm): Dynamically fetch available models from providers
2026-07-16 19:16:55 +05:30
2b56c01e4c
feat(llm): Added Groq and Deepseek providers
2026-07-16 18:25:07 +05:30
13155cba23
feat(llm): Added OpenAI provider
2026-07-16 13:29:21 +05:30
622fdfe2f1
feat(llm): Added Anthropic Claude provider
2026-07-16 13:21:00 +05:30
9356e1f7d0
feat(llm): Added ollama provider
2026-07-16 13:10:59 +05:30
906ef2cdf3
refactor!(gui): Refactor simulation.ts
2026-07-16 08:43:07 +05:30
c55c7e222a
refactor(gui): Improve nextjs scaffolding
2026-07-16 08:14:46 +05:30
ce8b9176d3
minor(gui): Disable simulations if no model provider instance is present
2026-07-15 19:59:38 +05:30
9d18444220
chore: Format files
2026-07-15 19:20:13 +05:30
9838d4ce59
feat(core): Added isAgent field for entities
2026-07-15 19:19:29 +05:30
3b2a85aeaf
fix(tests): Incorporate TimeDeltaGenerator short-circuit for tests
2026-07-15 18:19:34 +05:30
c714fca6d7
feat(gui): Added home background
2026-07-12 15:36:43 +05:30
9e1eb41c55
fix(gui): Prevent fully autonomous simulation to auto start on load
2026-07-12 15:36:24 +05:30
35ab4b4d40
feat(gui): Improved responsivity
2026-07-12 13:23:12 +05:30
126da35e88
feat(gui): Revamp Simulation View
2026-07-12 13:13:24 +05:30
0dcb968670
fix(core): misc fixes
2026-07-12 12:28:14 +05:30
01b2e650f3
minor(gui): A lot of UI Improvements
2026-07-12 12:02:52 +05:30
607a68fdb5
refactor(gui): ScenarioCard as a component
2026-07-12 11:01:46 +05:30
35518ea096
refactor(gui): Revamp the home page and refactor playview out
2026-07-12 09:17:09 +05:30
c86c0295ef
feat(gui): Using amber tide styling for Omnia
2026-07-12 08:48:24 +05:30
4b71db3a34
refactor(gui): Provider Instances Configurator into its own component
2026-07-12 08:30:23 +05:30
3906259328
refactor(gui): Switch to retroUI
2026-07-11 23:13:34 +05:30
4cc48479fb
MAJOR(memory): Implement handoff protocol for buffer to memory conversion
2026-07-11 20:41:06 +05:30
77be8d59a5
feat(llm): Added max context length configuration and statistics
2026-07-11 18:29:34 +05:30
30ee7f9e8d
Merge remote-tracking branch 'origin/master' into master and resolve conflicts
2026-07-11 16:38:39 +05:30