AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing mayneyao/eidos in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context on-demand, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Overview (README excerpt)
Crawler viewAn extensible framework for Personal Data Management. Transform SQLite into a personal pocket database that everyone can use. English | 中文文档 > [!IMPORTANT] > Eidos is under active development. While you can try it out, it's not recommended for production use. Stay tuned for updates on the official release. Features • **Personal Data Management**: A comprehensive framework for organizing, storing, and managing your personal data with Notion-like documents and databases • **Offline Support**: Everything runs inside your local machine. Access your data without an internet connection. Data is stored locally for blazing-fast performance. • **AI Features**: Deeply integrated with LLM for AI-powered capabilities. Translate, summarize, and interact with your data within Eidos. • **Extensible**: Simple and powerful extension system, make Eidos a malleable software, write extension code manually or use AI to generate extension code. Build tools and use tools, unlimited extension. Block: UI components for customized data display and interaction. Script: Create powerful data processing logic with TypeScript/JavaScript/Python. • Open Format: You get the raw data, everything in sqlite is open. How to use Get the app from: https://eidos.space/download How to develop • Clone the repository • Run to install dependencies • Install SQLite extensions: • Run to install required SQLite extensions (only for the first time) • Start development: • For desktop development: Run to start the desktop app How Eidos works For more details, visit https://docs.eidos.space/ Contributors License This project is licensed under AGPL. Specific packages are released under MIT to facilitate integration and ecosystem growth: • : MIT • : MIT Additionally, all extensions under the extensions/ directory are released under the MIT License.