Back to the catalog

florian-twin OKF-Repo

Zentrales Register aller Konzepte im OKF-Repo des Intellectual Twin.

Open source Repository Open in the app JSON README (API)

About

# florian-twin OKF-Repo

Open Knowledge Format v0.2 · Wascosa-Extensions · Zwei Twin-Personas.

## Personas

- **florian** — realer Twin von Florian Liepe (Principal · AI Transformation · eraneos)
- **demo-ceo** — synthetische Persona Marcus Vaerst, nur für Demonstrationszwecke

Aktive Persona: siehe [`config/active-twin.yml`](config/active-twin.yml).

## Konzepte florian

### Decision Principles
- [Root-Cause vor Symptom-Fix](concepts/florian/decision-principles/root-cause-vor-symptom.md)
- [HITL bei unumkehrbaren Schritten](concepts/florian/decision-principles/hitl-bei-unumkehrbarem.md)

### Client Relationships
- [Wascosa AG — CEO Marcus Vaerst](concepts/florian/client-relationships/wascosa-vaerst.md)

### Playbooks
- [Intellectual-Twin-Kickoff — 90-Tage-Playbook](concepts/florian/playbooks/twin-kickoff-90-tage.md)

### Domain Terms
- [ILS — Integrated Leasing Services](concepts/florian/domain-terms/ils-integrated-leasing-services.md)

### Diagnostic Frames
- [Mimic-and-Optimize — e

Details

Kind
OKF bundles
Topic
No topic detected
Publisher
florianliepe
Origin
okf_github
Category
dados
Version
0.2
Last push
2026-07-21T14:45:10Z
Repository state
ativo
Language
Python
Added
2026-09-09 12:03:57
Updated
2026-09-09 12:03:57
Origin id
florianliepe/eraneos-MeIDs:florian-twin/index.md

README

# Eraneos MeIDs - Intellectual Twin MVP

Local-first MVP for shaping, running, reviewing, and improving intellectual twins.

## Repository Layout

- `intellectual-twin-web/` - FastAPI backend plus static HTML/CSS/JS frontend.
- `florian-twin/` - local OKF knowledge bundle with personas, concepts, evidence, traces, governance, and derived indexes.

The web app default `OKF_BUNDLE_PATH` resolves to `../florian-twin`, so the repo works from this two-folder structure after clone.

## Local Start

```powershell
cd ".\intellectual-twin-web"
copy .env.example .env
notepad .env
.\run_web_mvp.cmd
```

Open: `http://127.0.0.1:8601`

## Required Local Configuration

- Add `OPENAI_API_KEY` to `intellectual-twin-web/.env` for transcription, curation, embeddings, and voice output.
- Keep `frontend/runtime-config.js` free of private webhook URLs in Git. Configure external n8n/MCP connector URLs locally or through hosted environment configuration.

## Current Improvement Baseline

- Deep MVP health endpoint: `GET /api/health/deep`
- OKF compounding architecture endpoint: `GET /api/okf/architecture`
- OKF compounding roadmap export: `POST /api/okf/architecture/export`
- Cockpit panel: Quality Loop -> Production -> MVP Health and OKF Compounding

## OKF Direction

Markdown/YAML remains the portable authoring source of truth. Hosted production should mirror approved OKF objects into tenant-scoped Postgres tables and rebuild vector indexes from approved concepts/evidence only.

See `intellectual-twin-web/OKF_COMPOUNDING_ROADMAP.md`.

More