GitHub - Lspace-io/lspace-docs (original) (raw)

Lspace Official Docs

Overview

This repository contains a structured knowledge base designed to synthesize information from raw input documents stored securely in the /.lspace/raw_inputs/ directory, while the model-generated knowledge base resides in the repository root. Leveraging Lspace, this platform transforms dispersed documents into a unified, searchable repository, tackling challenges like information silos and outdated documentation while promoting collaboration.

The latest addition to our documentation is the Lspace Server's Getting Started Guide, providing detailed instructions on setting up and leveraging the intelligent capabilities of Lspace Server. It enables developers to integrate comprehensive knowledge management and AI orchestration into their workflows with ease.

Latest Features:

Repository Structure

repository/
├── .lspace/            # System-level raw inputs and metadata
│   ├── timeline.json    # Operation history for source files
│   └── raw_inputs/      # Storage for raw documents
├── README.md           # Main entry point & overview of the knowledge base
├── getting-started/    # Getting Started Guides
│   └── README.md       # Lspace Server Getting Started Guide
├── protocols-and-standards/ # Protocols and Standards Overview
│   └── understanding-mcp.md # Description of the Model Context Protocol and its integration
├── lspace-introduction/ # Lspace introduction and use cases
│   └── lspace-benefits-use-cases.md # Details on Lspace's benefits and use cases
├── mcp-server/         # MCP Server Setup and Configuration
│   └── setup-and-configuration.md # MCP server setup guide
├── services/           # Services directory
│   └── orchestrator/   # Orchestrator Service documentation
│       ├── overview.md
│       └── api-endpoints.md
├── api-guide/         # API Usage documentation
│   └── usage.md
├── knowledge-base-generation/ # KB Generation Internals
│   └── internals.md
└── licensing/         # Licensing strategy documentation
    └── licensing-strategy.md

Knowledge Base Architecture

...

Recent Updates