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
56c9eaa459ab67134b2489d1e9dc8b27e6af8a70
content-ingestion-agent/app/main.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

13 lines
225 B
Python
Raw Blame History

from .agent import create_agent_app
app = create_agent_app()
def main() -> None:
"""Application entry point for ASGI hosts and local smoke checks."""
print(app["card"].name)
if __name__ == "__main__":
main()
Reference in New Issue View Git Blame Copy Permalink
Powered by Gitea Version: 1.25.4 Page: 304ms 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