JETKING · AI Skilling
Weekend Cohort · Aug 2026 · Certificate
Foundations Track

Foundations of
Agentic AI

Build your own AI agent in 30 hours. Go from "what is an agent?" to a working, tool-using, memory-equipped agent you can demo, deploy, and put in your portfolio — no PhD required.

30 hours
12 modules
Sat & Sun · 3 hrs/session
1 Aug30 Aug 2026
10 live sessions
Level: Beginner → Applied
Cohort starts 1 Aug · limited seats
100% money-back guarantee
No GST · NSDC partner
Enrol Now →
888 one-time · lifetime access
// 01 — THE PAYOFF

What you walk away with

Every concept is anchored to one outcome: a real agent that runs.

[ AGENT ]

A working agent

An autonomous assistant that reasons, picks tools, remembers context, and completes multi-step tasks on its own.

[ SKILLS ]

The core mental model

The perceive → reason → act → observe loop that powers every agent — built once from scratch, then with frameworks.

[ STACK ]

Production-aware fundamentals

Tools, memory, RAG, guardrails, evaluation, cost control and deployment — what separates demos from real products.

[ PROOF ]

A Jetking Certification

A recognised Jetking Certification on completion — plus a documented, demoable capstone agent for your portfolio.

[ STANDARDS ]

2026-current tooling

Hands-on with what teams use today: CrewAI, LangGraph, OpenAI Agents SDK, and MCP.

[ JUDGEMENT ]

Knowing when NOT to

When an agent is the right tool — and when a simple script or single prompt beats it. Real engineering judgement.

// 02 — FIT & PREREQS

Who it's for

Designed for Jetking students & alumni stepping into the agentic era.

  • Comfortable with basic computers and willing to write a little Python — we teach the just-enough code you need, step by step.
  • No prior machine-learning or data-science background required. If you can follow a tutorial, you can finish this course.
  • A laptop with internet. All tools used have free or low-cost tiers; we show you how to stay within them.
  • Two weekend hours blocked across August. Each 3-hr session ends with you adding one more capability to your own agent.

Built for

01 IT, networking & cloud learners adding AI to their toolkit
02 Jetking alumni upskilling for agentic-AI roles
03 Career-switchers & final-year students building a portfolio
04 Founders & freelancers who want to ship AI assistants
// 03 — SCHEDULE · AUGUST 2026

Weekend cohort

5 weekends · Saturdays & Sundays · 3 hours per session · 10 sessions = 30 hours.

Starts Sat 1 Aug
Ends Sun 30 Aug
Sat & Sun · 3 hrs each
10 sessions · 30 hrs
Weekend 11 – 2 Aug
SAT · 1 AUG · 3 hrs
Orientation + What Is Agentic AI?
Setup, course map, agent vs chatbot vs automation, the agent loop.
SUN · 2 AUG · 3 hrs
LLM Essentials for Builders
Tokens, context, prompting, structured outputs; intro to the loop.
Weekend 28 – 9 Aug
SAT · 8 AUG · 3 hrs
The Agent Loop & ReAct
Build a bare-metal agent from raw API calls — no framework.
★ Milestone 1
SUN · 9 AUG · 3 hrs
Tools & Function Calling
Give your agent hands: tools, schemas, APIs, custom tools.
★ Milestone 2
Weekend 315 – 16 Aug
SAT · 15 AUG · 3 hrs
Memory & RAG
Embeddings, vector stores, retrieval — answer from your own docs.
★ Milestone 3
SUN · 16 AUG · 3 hrs
Planning, Reflection & Self-Correction
Task decomposition, reflection loops, retries & recovery + lab.
Weekend 422 – 23 Aug
SAT · 22 AUG · 3 hrs
Agent Frameworks in Practice
Rebuild your agent in CrewAI; meet LangGraph & OpenAI Agents SDK.
★ Milestone 4
SUN · 23 AUG · 3 hrs
Multi-Agent Systems
Roles, crews, supervisor/worker patterns, handoffs, A2A basics.
Weekend 529 – 30 Aug
SAT · 29 AUG · 3 hrs
MCP + Safety, Evals & Cost
Connect to real apps/data via MCP; guardrails, evals, token cost.
★ Milestone 5
SUN · 30 AUG · 3 hrs
Ship It: Deployment & Capstone Showcase
Deploy, demo & document your agent. Certificate awarded.
★ Final Build
// 04 — CURRICULUM · 30 HOURS

The 12 modules

Tap any module to expand. Black tags mark a build milestone on your capstone agent.

00
Orientation & Setup
1.0 hr
+

Get the lay of the land and a working environment, so you never get stuck on setup later. Meet the agent you'll build by the end.

course map & outcomestools & accountsPython / notebook setupAPI keys & safetyyour capstone brief
01
What Is Agentic AI?
2.5 hrs
+

Draw the line between a chatbot, an automation, and a true agent. Understand autonomy, goals and the agent loop — the backbone of everything that follows.

agent vs chatbot vs RPAautonomy spectrumperceive→reason→act→observereal-world use caseswhen NOT to use an agent
02
LLM Essentials for Builders
2.5 hrs
+

Learn exactly as much about large language models as an agent-builder needs — no more, no less — and write prompts that behave reliably.

tokens & context windowstemperature & samplingsystem vs user promptsstructured / JSON outputschoosing a model
03
The Agent Loop & ReAct ★ Milestone 1
3.0 hrs
+

Build a minimal agent from raw API calls — no framework — so you understand the plumbing every framework hides. Implement the Reason+Act (ReAct) pattern by hand.

reason→act→observe loopReAct promptingthought / action / observationstopping conditionsbuild a bare-metal agent
04
Tools & Function Calling ★ Milestone 2
3.0 hrs
+

Give your agent hands. Define tools, wire up function calling, and let the model decide which tool to use and when.

function / tool callingtool schemasweb search & calculatorcalling external APIswriting custom toolserror handling
05
Memory & RAG ★ Milestone 3
3.0 hrs
+

Give your agent a memory and a knowledge base. Use embeddings, vector stores and retrieval-augmented generation so it can answer from your own documents.

short vs long-term memoryconversation historyembeddingsvector databasesRAG pipelinechunking & retrieval
06
Planning, Reflection & Self-Correction
2.5 hrs
+

Move from single steps to goals. Teach your agent to break a task into sub-tasks, check its own work, and recover from mistakes.

task decompositionplanning patternsreflection loopsself-critiqueretries & recovery
07
Agent Frameworks in Practice ★ Milestone 4
3.0 hrs
+

Rebuild your agent the fast way. Tour today's leading frameworks, then re-implement your agent in CrewAI and meet LangGraph & the OpenAI Agents SDK.

why frameworksCrewAI (fastest start)LangGraph (stateful graphs)OpenAI Agents SDKwhich to pick when
08
Multi-Agent Systems
2.5 hrs
+

One agent is good; a team is powerful. Coordinate specialised agents with roles, handoffs and supervisor patterns.

roles & crewsorchestration patternssupervisor / workerhandoffsagent-to-agent (A2A) basics
09
MCP & Connecting to the Real World ★ Milestone 5
2.5 hrs
+

Plug your agent into real apps and data using the Model Context Protocol (MCP) — the standard way agents reach email, files, databases and your own services.

what is MCPconnecting to apps & datausing MCP serversfiles / mail / DB accessexposing your own tools
10
Safety, Guardrails, Evaluation & Cost
2.5 hrs
+

Make your agent trustworthy and affordable. Handle hallucination and prompt injection, add human-in-the-loop checks, measure quality, and control your token bill.

hallucination & groundingprompt injectionguardrails & HITLevals & tracingtoken & cost managementresponsible AI
11
Ship It: Deployment & Capstone ★ Final Build
2.0 hrs
+

Wrap your agent in a simple interface, deploy it, and present it. Finish with a documented capstone agent ready for your portfolio.

simple chat UIpackaging & deploydemo & documentationcapstone showcasecertificate
// 05 — TOOLS & STACK

What you'll work with

Current as of 2026. Free / low-cost tiers throughout.

Python (just-enough)
LLM APIs · Claude / GPT / Gemini
CrewAI
LangGraph
OpenAI Agents SDK
Vector DB · Chroma / FAISS
MCP (Model Context Protocol)
Tracing & evals
Notebooks / VS Code
// The Through-Line Project

Build Your Own Agent — in 30 Hours

You don't wait until the end to build. From Weekend 2 onward, every milestone adds a real capability to your agent. By the final Sunday you've assembled a complete, autonomous, tool-using assistant — and you understand every piece of it.

M1
Sat 8 Aug

Bare-metal agent loop running

M2
Sun 9 Aug

Agent uses tools & APIs

M3
Sat 15 Aug

Memory + your own knowledge

M4
Sat 22 Aug

Rebuilt on a framework

M5
29 → 30 Aug

Connected, safe, deployed

// 06 — WHAT'S INCLUDED

Everything in the ₹888

One payment. Lifetime access. No hidden fees.

10 live weekend sessions (30 hrs) with an instructor
Session recordings — lifetime access, rewatch anytime
All code, notebooks & starter templates
Build-along capstone: your own deployable agent
Jetking Certification on completion
Private cohort community for doubts & peer help
Curated tool list with free / low-cost tiers
100% money-back guarantee if you're not satisfied
36+
Years skilling India
50+
Training centres
12L+
Students trained
BSE 517063
Listed company
// 07 — QUESTIONS

FAQ

Tap a question to expand.

Do I need coding experience?+

No prior AI or data-science background needed. You should be comfortable with a computer and willing to write a little Python — we teach the just-enough code, step by step, in every session.

What if I miss a live session?+

Every session is recorded and yours for life. You can catch up anytime and still complete the capstone. The private community is there for any doubts along the way.

Is there a certificate?+

Yes — you earn a Jetking Certification on completing the course and submitting your capstone agent. The project itself is portfolio-ready to show employers and clients.

What do I need to attend?+

A laptop and a stable internet connection. Every tool used has a free or low-cost tier, and we show you how to stay within it. You'll set up your own free accounts and API keys in the first session.

Are tool / API costs extra?+

The course fee covers the teaching, recordings, materials and certificate. LLM API usage during the course is minimal and runs on free or low-cost tiers using your own keys — we keep your spend tiny and teach cost control directly.

What if I'm not satisfied?+

You're covered by our 100% Money-Back Guarantee. If the course isn't for you, tell us and we'll refund your full fee — no hard feelings. See the Refund Policy for how to claim.

Start building agents
that actually work.

888 one-time · lifetime access · certificate
✓ 100% Money-Back Guarantee — not satisfied, full refund
🔒 Secure checkout by Razorpay · UPI · Cards · Net-banking · Wallets
Weekend cohort · 1 – 30 August 2026 · Sat & Sun · 3 hrs/session