Logo
Explore Help
Sign In
agents/content-ingestion-agent
1
0
Fork 0
You've already forked content-ingestion-agent
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
cb728d7e8effbd3b481a5cdc3191cdec7c493fd1
content-ingestion-agent/app/kab_ingestion/ports/cms.py
demo-bot b080080e26
Some checks failed
quality-gates / verify (push) Failing after 7s
Details
decomposer: fix validation failure for Migrate the kab_ingestion domain models, ports, GitHub SCM connector, and SharePoint CMS connector into the repository's app/ package.; Wire the migrated ingestion components into the agent application entry point, card, settings, triggers, governance, publication, and validation layers.; Populate every remaining placeholder file with working application, package, test, dependency, and Kubernetes content.; Verify the migrated agent and completed repository end to end.
2026-09-01 14:40:29 +00:00

10 lines
232 B
Python
Raw Blame History

from typing import Protocol
from ..domain.models import SourceDocument
class CMSConnector(Protocol):
"""Publish normalized source documents to a content system."""
def publish(self, document: SourceDocument) -> str: ...
Reference in New Issue View Git Blame Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 185ms Template: 15ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API