Production Agentic RAG Course
Runs a production‑ready, agentic Retrieval‑Augmented Generation (RAG) demo that lets a LLM browse, retrieve documents, and answer user questions with tool use.
- •You want to prototype a chatbot that can fetch up‑to‑date info from the web and internal docs.
- •You need a reference implementation of LangChain agents with a vector store for a SaaS product.
- •You want to see how to orchestrate LLM calls, retrieval, and tool execution in a single Python app.
curl -X POST http://localhost:8000/query -H "Content-Type: application/json" -d '{"question": "What are the latest trends in AI hiring for 2024?"}'Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Works after you add credentials — the setup agent will ask you for them.
mkdir -p ~/.claude/skills/production-agentic-rag-course && curl -fsSL https://workflowstacks.com/api/skills/production-agentic-rag-course/claude-skill -o ~/.claude/skills/production-agentic-rag-course/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Production Agentic RAG Course is a medium Python project (~8.4k lines across 98 code files, plus 24 test files). Setup is light: installs like a normal app — add your API keys. Reading the code is optional. Last commit 3 months ago, MIT license, has a test suite.
- 1README.mdStart here — what it does and how to install it
- 2src/main.pyWhere the program starts running
- 3pyproject.tomlDependencies and the commands it exposes
- 4.env.exampleThe API keys and settings you must provide
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Works after you add credentials — the setup agent will ask you for them.
mkdir -p ~/.claude/skills/production-agentic-rag-course && curl -fsSL https://workflowstacks.com/api/skills/production-agentic-rag-course/claude-skill -o ~/.claude/skills/production-agentic-rag-course/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More ai-agent tools founders pair with this one.