Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion middleware/profiles/minimal-dev.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
schema_version: 1
id: minimal-dev
name: Minimal Dev
description: In-Memory-KG, ohne Verifier, nur Teams-Channel. Embeddings sind eingebunden weil orchestrator-extras embeddingClient@^1 zwingend benötigt.
description: In-memory knowledge graph, no verifier. Embeddings are included because orchestrator-extras requires embeddingClient@^1. Add channel plugins via the admin UI after the profile applies.
plugins:
- "@omadia/memory"
- "@omadia/knowledge-graph-inmemory"
Expand Down
2 changes: 1 addition & 1 deletion middleware/profiles/production.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
schema_version: 1
id: production
name: Recommended Production
description: Neon-KG + Verifier + Orchestrator-Stack + Teams + Telegram. Operator setzt DATABASE_URL + ANTHROPIC_API_KEY + Channel-Secrets nach Profile-Apply.
description: Postgres-backed knowledge graph + verifier + full orchestrator stack. Operator sets DATABASE_URL + ANTHROPIC_API_KEY before profile apply, then installs channel plugins via the admin UI.
plugins:
- "@omadia/memory"
- "@omadia/knowledge-graph-neon"
Expand Down
Loading