@intenus/walrus
v2.6.1
Published
Walrus storage wrapper for Intenus Protocol (AI infra standard)
Maintainers
Readme
Walrus Storage Structure
This document describes the Walrus storage organization for the Intenus Protocol.
Overview
Walrus is used to store three types of data:
- Intents - User intent submissions (IGSIntent)
- Solutions - Solver solutions (IGSSolution)
- Dataset Data - Training data, models, and feedback for intent classification
All data is stored as blobs identified by blob_id. The path structure is logical and used for organization only.
Structure Folders Architecture
/intents/{id}.json
/solutions/{id}.json
/models/{version}/
├─ metadata.json
├─ weights.pkl
├─ training_samples.jsonl
└─ feedback.jsonlReference
For more details on Walrus operations, see:
