|
24 | 24 | "capabilities": ["PerformanceMonitor"] |
25 | 25 | } |
26 | 26 | }, |
27 | | - "cognitive": { |
28 | | - "name": "COGNITIVE SUBSTRATE", |
29 | | - "description": "Self-evolving neurosymbolic cognition - semantic memory + knowledge graph + rule inference", |
30 | | - "modules": { |
31 | | - "foundation": ["Utils", "EventBus", "RateLimiter"], |
32 | | - "storage": ["VFS", "StateHelpersPure", "AuditLogger", "StateManager"], |
33 | | - "services": ["LLMClient", "TransformersClient", "ResponseParser", "ContextManager"], |
34 | | - "tools": ["VerificationManager", "ToolWriter", "MetaToolWriter", "ToolRunner"], |
35 | | - "agent": ["PersonaManager", "ReflectionStore", "ReflectionAnalyzer", "AgentLoop"], |
36 | | - "capabilities": ["PerformanceMonitor", "EmbeddingStore", "SemanticMemory", "KnowledgeGraph", "RuleEngine", "SymbolGrounder", "CognitionAPI"] |
37 | | - } |
38 | | - }, |
39 | 27 | "full": { |
40 | 28 | "name": "FULL SUBSTRATE", |
41 | | - "description": "All capabilities including substrate loading and self-testing", |
| 29 | + "description": "All capabilities - monitoring, self-testing, and neurosymbolic cognition", |
42 | 30 | "modules": { |
43 | 31 | "foundation": ["Utils", "EventBus", "RateLimiter"], |
44 | 32 | "storage": ["VFS", "StateHelpersPure", "AuditLogger", "StateManager"], |
|
0 commit comments