mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-09-14 20:07:24 +00:00
.. | ||
README.md |
🚀 Unified AI Platform
A comprehensive AI platform that combines the best patterns and architectures from leading AI systems including Cursor, Devin, Manus, v0, and others.
🏗️ Architecture Overview
Core Components
- System Prompts - Adaptive behavior definition
- Agent Tools - Modular tool system with JSON definitions
- Memory Systems - Context-aware memory management
- Decision-making Logic - Intelligent workflow routing
- Module Systems - Component-based architecture
Key Features
- Multi-Modal Capabilities: Text, code, image, and audio processing
- Context-Aware Memory: Persistent user preferences and patterns
- Modular Tool System: Extensible tool definitions via JSON
- Intelligent Planning: Two-phase planning and execution modes
- Security-First: Built-in security protocols and data protection
- Multi-Language Support: Native support for multiple programming languages
📁 Project Structure
unified-ai-platform/
├── core/
│ ├── system-prompts/
│ ├── agent-tools/
│ ├── memory-systems/
│ ├── decision-logic/
│ └── modules/
├── tools/
│ ├── file-operations/
│ ├── code-analysis/
│ ├── terminal-commands/
│ └── communication/
├── memory/
│ ├── user-preferences/
│ ├── conversation-history/
│ └── knowledge-base/
├── modules/
│ ├── planner/
│ ├── knowledge/
│ ├── datasource/
│ └── executor/
└── config/
├── tools.json
├── memory-rules.json
└── system-config.json
🚀 Getting Started
- Install Dependencies
- Configure Tools
- Set Up Memory System
- Initialize Modules
- Start the Platform
🔧 Configuration
The platform uses JSON-based configuration for all components, making it easy to customize and extend.
📚 Documentation
🤝 Contributing
This platform is designed to be extensible. See CONTRIBUTING.md for guidelines.
📄 License
MIT License - see LICENSE for details.