A hands-on tutorial for building, deploying, and extending AI agents using the fips-agents framework.
A complete AI agent system deployed on OpenShift:
- An agent that solves calculus problems using remote math tools
- An MCP server providing calculus tools (integration, differentiation, limits, etc.)
- A gateway that proxies OpenAI-compatible requests to the agent
- A chat UI for interacting with the agent in a browser
- Python 3.11+
- Access to an OpenShift cluster (or Red Hat Developer Sandbox)
fips-agentsCLI installed (pipx install fips-agents-cli)ocCLI installedhelmCLI installed
| Directory | Description |
|---|---|
calculus-agent/ |
Complete agent configured for MCP-based calculus tools |
calculus-helper/ |
FastMCP server with 8 SymPy-powered calculus tools |
pip install mkdocs-material
mkdocs serveThen open http://localhost:8000 to preview the tutorial.