@learncard/network-brain-service
v3.16.9
Published
This service exposes the LearnCard Network API and local Neo4j-backed skills flows.
Keywords
Readme
Brain Service
This service exposes the LearnCard Network API and local Neo4j-backed skills flows.
Skill framework seeding
- Auto-bootstrap: on local/dev startup, if no
SkillFrameworknodes exist, the service seeds a default public set owned by thenetwork-seedprofile. - Disable auto-bootstrap: set
SKIP_SKILL_FRAMEWORK_SEED=true. - Re-seed manually: run
bun run skill-frameworks seed [local|staging]fromservices/learn-card-network/brain-service. - Add an admin: run
bun run skill-frameworks add-admin [local|staging]and enter the profile id when prompted. - Default environment: if you omit the stage, the command defaults to
localand prints a note. - Production safety: the manual seed command still refuses to run in production unless
--forceis provided.
Notes
- The default fixture is idempotent by framework and skill ID, so running the seed command multiple times does not duplicate data.
- Seeded skills are compatible with the existing skill search, boost alignment, and OBv3 alignment flows.
