feat(workshops): add enterprise-data-agent harness workshop + notebook#137
Merged
jasperan merged 2 commits intoMay 12, 2026
Merged
Conversation
New end-to-end workshop demonstrating the agent harness pattern on Oracle AI Database 26ai (FastAPI backend, OAMP-backed memory, in-DB ONNX embedder, devcontainer scaffold) plus the companion notebook under notebooks/.
These prefetch / seed-PDF / runbook fixtures were workshop-specific scaffolding that no longer belongs in scripts/.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
workshops/enterprise-data-agent-harness-workshop/— a full end-to-end workshop showing the agent-harness pattern on Oracle AI Database 26ai: FastAPI backend, OAMP-backed memory, in-DB ONNX embedder, reranker, scheduler, DBFS, MLE, JSON Duality Views, plus a React/Vite frontend and a devcontainer scaffold for one-click setup in Codespaces.notebooks/enterprise_data_agent.ipynb— companion notebook walking through the same harness step by step.scripts/cyp-runs/— workshop-specific seed/prefetch fixtures that no longer belong underscripts/(not referenced by the new workshop or any other code path).Notes for reviewers
requirements.txt, devcontainer, frontend, and docs (docs/part-1-setup.mdthroughdocs/part-11-tool-output-offload.md).OraclePwd_2025,AgentPwd_2025,SupplyPwd_2025) are intentional workshop defaults wired intodocker-compose.yml, the password-reset step, and student instructions. They are not production secrets.app/.env.exampleships withOCI_GENAI_API_KEY=YOUR_OCI_GENAI_API_KEYas a placeholder; students fill in their own key.Test plan
app/scripts/bootstrap.pyand verify the ONNX embedder registers in-DB.enterprise_data_agent.ipynbend-to-end.scripts/cyp-runs/is gone after merge and nothing else references it (grep clean).