feat: admin panelini ve kurulum dokumanlarini genislet
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
WiseClaw uses a single FastAPI process with modular tool adapters:
|
||||
|
||||
- `telegram`: inbound/outbound bot handling and whitelist checks
|
||||
- `llm`: Ollama client and simple tool-routing planner
|
||||
- `llm`: LM Studio/OpenAI-compatible client and simple tool-routing planner
|
||||
- `tools`: search, notes, files, terminal, and fetch tools
|
||||
- `memory`: SQLite-backed short-term and long-term state
|
||||
- `admin`: REST API for settings, logs, users, and health
|
||||
@@ -24,7 +24,6 @@ WiseClaw uses a single FastAPI process with modular tool adapters:
|
||||
1. Add SQLAlchemy models and Alembic migrations.
|
||||
2. Replace placeholder services with real SQLite persistence.
|
||||
3. Wire Telegram webhook or polling loop.
|
||||
4. Add Ollama-driven tool calling.
|
||||
4. Add LM Studio-driven tool calling.
|
||||
5. Persist secrets in macOS Keychain.
|
||||
6. Build audit views and approval flows in the admin panel.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user