Discover and explore top open-source AI tools and projects—updated daily.
Lyra-stellAIPersonal LLM-native wiki and knowledge library builder
Top 99.3% on SourcePulse
Summary
Lyra-stellAI/BYO-LLM-WIKI offers a local-first framework for building a personal, LLM-native knowledge library. It transforms unstructured data into a coherent, searchable knowledge base featuring contextual RAG, a layered knowledge graph, and reinforced memory. The system enables automatic generation of agent skills, gated by human review, providing a powerful tool for knowledge management and agentic task automation.
How It Works
This project utilizes a local-first architecture, storing state in plain JSON/SQLite files accessible via Flask UI, JSON API, and CLI. Knowledge ingestion populates a multi-layered knowledge graph and HNSW vector index. Contextual RAG retrieves information using a two-layer index, enhanced by LLM re-ranker/MMR for grounded, cited answers. A deepagents agent manages the KG and memory, while an agent-skill loop uses LangGraph for durable, human-gated skill generation and refinement. Integration with external MCP servers is supported.
Quick Start & Requirements
pip install -r requirements.txt (add ragas for RAGAS metrics).OPENAI_API_KEY for embeddings). Configure via .env.example to .env.python app.py (Flask UI) or python runner.py (CLI).https://byo-wiki-demo.onrender.comHighlighted Details
Maintenance & Community
The project is inspired by LangChain and uses common libraries. Specific details on active maintenance, core contributors, or community channels are not provided in the README.
Licensing & Compatibility
Limitations & Caveats
Primarily designed for local-first use; cloud features are opt-in. The agent skill pipeline requires human review, potentially creating a bottleneck. Reliance on external LLM APIs incurs costs and vendor dependencies. The absence of a declared license is a critical adoption blocker.
1 month ago
Inactive