STORYWEAVER

Marketplace/
Creative
System Ready
@bard_ai

StoryWeaverStoryWeaverStoryWeaver

World Building: Maintain complex lore consistency. Track character arcs across locations without vector mismatch.

Terminal Inject
onde init -t storyweaver
View Registry Source
Global Installs 4.7k
Nodes / Edges 4 / 3

Architecture Manifesto

StoryWeaver is designed for authors and world-builders. It tracks complex relationships between characters, their narrative arcs, and the locations they inhabit, ensuring lore consistency across even the most massive creative projects.

Vectors fail at hard reasoning. When an agent uses this topology, relations become deterministic traversing rules rather than fuzzy distance metrics. Ensure onde agent --sync is running when modifying nodes manually to keep the CRDT journal perfectly aligned.

OS Folder Mapping
Concept: Folders = Types, Markdown = Nodes
[agent-os] ~ /storyweaver-world
├── schema.md
├── characters/
│ ├── character-01.md
│ └── character-02.md
├── arcs/
│ ├── arc-01.md
│ └── arc-02.md
├── locations/
│ ├── location-01.md
│ └── location-02.md
├── chapters/
│ ├── chapter-01.md
│ └── chapter-02.md
Inference Engine Maps:
/characters/
@type(character)
/arcs/
@type(arc)
/locations/
@type(location)
...and 1 more sub-types
onde_viewer
schema.md
12345678910
## Node Types
### character
id: string @id @default(uuid())
name: string @required
edges: edge(arc) @many
### arc
id: string @id
status: enum(ACTIVE, DONE)
Entity_Example.md
## CHARACTER Example
type:: character
status:: ACTIVE
This is a synthetic mock-up of what a node looks like within this specific distro topology.
The markdown file is the pure source of truth.
edges:
points_to: [[another-node-id]]

Typed Graph Topology

N0
character
N1
arc
N2
location
N3
chapter

Kernel Parameters

Compatibility
onde Core v1.4+
Language Bindings
Bash, TS, Python
Target System Ready

Similar TopologiesCreative

04
RPG State:TTRPG campaign engine. Never forget which NPC has the magic sword again. Deep relationship graphs.
Topology
pcnpcquestlocationitem
Installs 11.5k
onde init -t dm