Create Knowledge Library
create_knowledge_libraryCompresses large documents or codebases into a knowledge library using gravitational memory, achieving 15-60× compression with full data integrity.
Instructions
Creates a new knowledge library by compressing text using gravitational memory. The text is split into chunks and compressed 15-60× while maintaining 100% data integrity. Perfect for large documents, codebases, or research papers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Unique name for the knowledge library (e.g., 'react-docs', 'ml-papers') | |
| text | Yes | The text content to compress into a knowledge library | |
| n_max | No | Maximum orbital level for gravitational compression (higher = more compression, default: 15) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| library_name | Yes | ||
| chunks_created | Yes | ||
| total_words | Yes | ||
| compression_ratio | Yes | ||
| created_at | Yes |