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
ceab84a97035795bd8cad107a8c95b7161092199
content-ingestion-agent/.github/workflows/ci.yml
demo-bot 34d9dd0f1f
Some checks failed
ci / test (push) Failing after 8s
Details
decomposer: generate deliverable files for Define the normalized ingestion contract and pluggable source-connector interface for SCM, CMS, and other content sources.; Implement a GitHub SCM connector that conforms to the normalized ingestion contract and supports scoped full and incremental ingestion of Markdown, plain-text, and source files with webhook and revision metadata.; Implement a SharePoint CMS connector that conforms to the normalized ingestion contract and supports scoped full and incremental ingestion of PDF, DOCX, and HTML files with webhook and revision metadata.; Implement ingestion orchestration and triggers; Normalize, govern, and publish ingested content to the shared knowledge store.; Add deployment/configuration, tests, and documentation for the ingestion agent.; Validate end-to-end ingestion and downstream content availability.
2026-09-01 14:03:17 +00:00

14 lines
315 B
YAML
Raw Blame History

name: ci
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with: {python-version: '3.11'}
- run: pip install -e '.[dev]'
- run: ruff check .
- run: mypy kab_ingestion
- run: pytest -q
Reference in New Issue View Git Blame Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 227ms Template: 14ms
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