Source
- Project: LaVague
- License:
Apache-2.0
- Clone mode:
code
Feature we want
Architectural pattern: a World-Model (LLM-driven planner) is decoupled from an Action-Engine (deterministic executor). Cleaner than monolithic agents.
Why we want it
Forces a clean architecture inside our agent layer. Easier to test, easier to swap models.
Acceptance criteria
Reference
See COMPETITIVE_STRATEGY.md for the full doctrine.
Source
Apache-2.0codeFeature we want
Architectural pattern: a World-Model (LLM-driven planner) is decoupled from an Action-Engine (deterministic executor). Cleaner than monolithic agents.
Why we want it
Forces a clean architecture inside our agent layer. Easier to test, easier to swap models.
Acceptance criteria
src/agent/world_model.ts— pure planner, LLM-only, returns action listsrc/agent/action_engine.ts— deterministic executor, no LLM callsdocs/architecture.mdTHIRD_PARTY_NOTICES.mdupdatedcloned from LaVague@<sha>Reference
See
COMPETITIVE_STRATEGY.mdfor the full doctrine.