feat: add neural extraction APIs with NounType taxonomy

Add brain.extract() and brain.extractConcepts() methods that use
NeuralEntityExtractor with embeddings and sophisticated NounType
taxonomy (30+ entity types) for semantic entity and concept extraction.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
David Snelling 2025-09-29 13:51:47 -07:00
parent 27cc699555
commit dd50d89ad6
41 changed files with 3807 additions and 7391 deletions

View file

@ -273,12 +273,13 @@ const files = await vfs.getDirectChildren('/docs')
- **Directory structure?** → VFS
- **File explorer interface?** → VFS
### Knowledge-Enhanced Files
### Intelligent File Management
**Use VFS with Knowledge Layer when:**
**Use VFS (Semantic VFS) when:**
- Need semantic file search
- Want AI-powered file insights
- Want AI-powered concept extraction
- Building smart file systems
- Require multi-dimensional file access
```typescript
// ✅ Perfect for intelligent file systems
@ -468,8 +469,8 @@ import { BrainyAugmentation } from '@soulcraft/brainy'
- Complex graph → Triple Intelligence
**Need files?**
- Basic → VFS
- Smart → VFS + Knowledge Layer
- Basic → VFS (standard operations)
- Smart → Semantic VFS (6 dimensional access + neural extraction)
**Need AI analysis?**
- Patterns → Neural clustering