🔧 LAZARUS - AI-Powered CMS
🎯 چیه؟
لازاروس یه سیستم مدیریت محتوا هوش مصنوعی هست که مثل یه پردازنده کار میکنه:
- AI = Control Unit — تصمیمگیری
- API calls = ALU — پردازش
- State Register = رجیسترها — ذخیره وضعیت
📦 نصب
pip install lazarus-cms
🚀 شروع
lazarus
اولین بار wizard اجرا میشه و ازت API و مدل رو میخواد.
📋 قابلیتها
- 🤖 چت با هوش مصنوعی
- 🔨 ساخت وبسایت با کد
- 🧠 حافظه (یادآوری مکالمات)
- 📚 Skills (مهارتهای طراحی)
- 🔍 جستجوی مدلها
- 🧪 تست مدل
- ⚙️ پنل ادمین
🏗️ معماری
User Input → needs_code? → Yes: decompose → generate → verify → save
→ No: chat (with memory)
📁 ساختار
lazarus/
├── src/lazarus/
│ ├── core/ ← هسته (config, memory, user)
│ ├── modules/ ← ماژولها (ai, executor, state, planner, pipeline)
│ ├── web/ ← رابط کاربری (flask, templates)
│ ├── skills.md ← مهارتها
│ └── __main__.py ← نقطه شروع
├── docs/ ← مستندات
└── pyproject.toml
🔧 API
لازاروس از هر API سازگار با OpenAI استفاده میکنه:
- OpenCode Zen
- OpenAI
- Anthropic
- DeepSeek
- و هر API دیگه
📄 License
MIT
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
lazarus_cms-5.9.0.tar.gz
(46.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file lazarus_cms-5.9.0.tar.gz.
File metadata
- Download URL: lazarus_cms-5.9.0.tar.gz
- Upload date:
- Size: 46.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d645c529070b04b4f9a5b8c3cb29c449eb4e30c036f1b7dc94ae052a446041a
|
|
| MD5 |
26e6cd149f45e1c772d972fc11d41ccb
|
|
| BLAKE2b-256 |
d5982d826d932aeb248eb5f5a89e763ce92b3c02d9c8944d750848092b261dbb
|
File details
Details for the file lazarus_cms-5.9.0-py3-none-any.whl.
File metadata
- Download URL: lazarus_cms-5.9.0-py3-none-any.whl
- Upload date:
- Size: 51.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/7.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8c24314904914e8d5903c29f45279133e1a72becc5c61a6834eb8c8c87184b4
|
|
| MD5 |
47906be04ab96b428f8509b7d11211e8
|
|
| BLAKE2b-256 |
e2d5fd439ab34a40cd5827bc0c55bc1ff75d828a0bf07f9cfc92e085bb46b99a
|