Challenge
Cross-brand timeline drafts and automation rules need a central orchestration layer that Ace9 and marketing sites can call without embedding LLM or worker logic in every app.
Automation and intelligence layer for timeline drafts, ingest workers, and cross-brand operations — orchestration source lives outside this monorepo.
Concept case study — core orchestration code is maintained in a separate Agent9 Platform repository.
Cross-brand timeline drafts and automation rules need a central orchestration layer that Ace9 and marketing sites can call without embedding LLM or worker logic in every app.
Agent9 Platform (separate repository) exposes ingest webhooks and draft builders; ace9-admin accepts signed ingest posts and surfaces pending_approval events for human review before publish.
Marketing sites consume published feeds only; operators approve drafts in Ace9. Auto-blogger LLM refinement stays deferred while webhook and worker paths are production-documented.
More case studies