From 5c7630e28f83bb5151f33cf92cfa14193a42c813 Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Mon, 4 May 2026 06:42:06 +0300 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index c4a167ca..4e04703f 100644 --- a/README.md +++ b/README.md @@ -94,11 +94,9 @@ The orchestrator handles multi-model routing — each skill uses a model chosen Skills are exposed as actions throughout the UI. When viewing any content item, editors can invoke skills directly — summarize an article, extract entities, explain a relevance score — without understanding the underlying pipeline. Results render inline with copy, regenerate, and follow-up actions. -The roadmap progresses from contextual actions (MVP) to multi-step skill chaining (user picks a sequence, output feeds forward) to saved workflow templates that editors can re-run with one click. - ### Plugin Architecture for Data Sources -Each data source implements a common interface (`fetch_new_content`, `get_entity_profile`, `health_check`) and handles its own auth and rate limiting. The core system just calls the interface. Planned integrations: +Each data source implements a common interface (`fetch_new_content`, `get_entity_profile`, `health_check`) and handles its own auth and rate limiting. The core system just calls the interface. Current integrations: | Source | Purpose | | ------ | ------- |