kernl-backend / README.md
ALPHA0008's picture
chore: add root README with Hugging Face Space configuration
f00b2f4
---
title: Kernl Backend
emoji: 🧠
colorFrom: blue
colorTo: indigo
sdk: docker
app_port: 7860
pinned: false
---
# Kernl Backend
An operational knowledge to skill converter. Converts raw company documents, playbooks, SOPs, and chat logs into clean, structured, executable agent skills.
## Architecture
* **FastAPI**: Backend web framework
* **LangGraph**: Orchestrates the compilation DAG
* **Supabase**: Persistent knowledge base & session state
* **vLLM**: Serves open-source reasoning models (Qwen 2.5)