@thetabase/core
Version:
The core cognition engine for Thetabase.
28 lines (18 loc) • 461 B
Markdown
# @thetabase/core
🧠 The core cognition engine for Thetabase.
This package defines the structured state model, types, and reducers for mental objects:
- Beliefs
- Questions
- Plans
- Thought logs
It is fully typed, serializable, diffable, and designed to power browser-, CLI-, and IDE-based agents.
## Install
```bash
pnpm add @thetabase/core
````
## Usage
```ts
import { createEmptyAgentState, applyDelta } from "@thetabase/core"
```
## License
MIT