In Simple Terms
Our Architecture
Unified Graph
Graphs are perfect for storing information needed for the agent, be it knowledge, state of the world, patterns and so on.
The reason we use graphs is because they represent both pieces of information and relations between them...

Knowledge Base
The agent needs a lot of knowledge to function. Knowledge base stores specific type of knowledge - only conceptual knowledge.

World Model
The agent needs to keep track of the real world and model it. This is what we use World Model for.
