feat: scaffold Agentic platform — orchestration, persistence, auth, ML pipeline #24
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Production-ready scaffold for autonomous agent platform with human oversight capabilities, reliable task orchestration with ack/retry/escalation, and RBAC-protected APIs.
Backend (FastAPI)
Frontend (React + Vite)
Infrastructure
docker-compose.yml: Postgres, Redis, backend, frontend.github/workflows/ci.yml: Test + build pipeline with proper permissionsTask State Machine
RBAC Roles
adminrevieweragent_managerviewerQuick Start
Configure OIDC via
OIDC_ISSUER,OIDC_CLIENT_ID,OIDC_CLIENT_SECRETenv vars. Default dev mode accepts any credentials with role prefix (admin_*,reviewer_*,manager_*).Original prompt
Add a production-ready scaffold and implementation to bootstrap the Agentic Agent platform in repository Stacey77/RAG7. The PR should add a modular FastAPI backend, a minimal React oversight UI (Vite), Docker Compose to run Postgres + Redis + backend + frontend, CI workflow, and implement the following expanded features: acknowledgement (ack) flow with timeouts and retries, task escalation, a persistent event store in Postgres with Alembic migrations, OIDC-based authentication and RBAC in backend and UI, and a basic ML pipeline integration (training job runner + model registry hooks).
Goals/Deliverables
Acceptance Criteria
Implementation notes (detailed)
Files to add/modify (explicit examples)
This pull request was created as a result of the following prompt from Copilot chat.
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.