localgpt-core 0.3.6

Core library for LocalGPT — agent, memory, config, security
Documentation
1
2
3
4
5
6
7
8
9
10
11
# LocalGPT Core

The fundamental building blocks of the LocalGPT system. This crate provides the essential logic for agent reasoning, memory management, configuration handling, and security modules.

## Features

- **Agent Framework**: Trait-based tool definitions and task orchestration.
- **Memory System**: Persistent knowledge storage using SQLite with FTS5 and semantic search.
- **Security**: OS-level sandbox integration, HMAC-signed policies, and audit logging.
- **Configuration**: Robust handling of JSON5/TOML configuration with environment variable overrides.
- **Embeddings**: Support for local ONNX embeddings via `fastembed`, OpenAI API, and GGUF models.