This repository contains material presented during the LauzHack workshop on Thursday 13th November 2025 (event page). The workshop presentation was prepared and given by Oracle about the Open Source project Open Agent Specs.
The recording of the workshop is available here.
(1) Create a virtual environment
python -m venv .venv
source .venv/bin/activate
pip install --upgrade pip(2) Install pyagentspec from source
git clone [email protected]:oracle/agent-spec.git
cd agent-spec/pyagentspec
pip install -e .(3) Install wayflowcore from PyPI
pip install "wayflowcore[oci]"(4) Install fastmcp for running the local MCP server
pip install fastmcpYou are now ready to open and run the AgentSpec_Workshop.ipynb notebook.