Nebius/ Agent Blueprint Recipes · v0.1live

Production agents,
unforked.

Runnable, observable, deployable recipes — and complete reference blueprints — for building AI agents on Nebius Token Factory + Partners. No magic, no toy code.

recipes
10
blueprints
1
runtime
python 3.12
provider
nebius

▸ Recipes

10 ↦ ∞
recipe · 01beginner
Foundation

Your First Agent on Nebius

A production-grade FastAPI agent with streaming, observability, and zero magic.

nebius-agentkit·fastapi·structlog
8 min
recipe · 02intermediate
Knowledge

Domain Knowledge with Pinecone Nexus

Compile your data into task-ready knowledge artifacts with Pinecone Nexus — and ground answers with typed, per-field citations.

nebius-agentkit·pinecone-nexus·fastapi·structlog
13 min
recipe · 03intermediate
Grounding

Real-Time Data with Tavily

Add Tavily fresh web context to a Pinecone-backed book recommender so stale vectors can answer current questions.

nebius-agentkit·pinecone·tavily·fastapi·openai-sdk
12 min
recipe · 04intermediate
Orchestration

Stronger Agents with LangChain and LangGraph

Use a typed LangGraph to route requests, cap work, and reduce time to first useful response.

nebius-agentkit·langchain·langgraph·fastapi·openai-sdk
13 min
recipe · 05intermediate
Thread Memory

Short-Term Memory with LangChain

Let a Nebius-backed LangChain agent remember prior turns inside one conversation thread.

nebius-agentkit·langchain·langgraph·fastapi·openai-sdk
12 min
recipe · 06advanced
User Memory

Long-Term Memory with LangChain and Postgres

Persist user preferences and facts across threads with LangChain stores backed by Postgres.

nebius-agentkit·langchain·postgres·langgraph·fastapi
13 min
recipe · 07advanced
Observability

Observability with LangSmith

Trace, inspect, monitor, and improve a Nebius-backed LangChain agent with LangSmith.

nebius-agentkit·langsmith·langchain·fastapi·openai-sdk
14 min
recipe · 08advanced
Guardrails

Adding Guardrails with LangChain

Stop unsafe or malformed agent behavior with LangChain guardrail middleware.

nebius-agentkit·langchain·guardrails·fastapi
14 min
recipe · 09advanced
Actions

Making Actions with MCP and Stripe

Let a book agent take a real test-mode action by creating a Stripe checkout link through MCP.

nebius-agentkit·mcp·stripe·langchain·langgraph
18 min
recipe · 10advanced
Simulation

Testing Before Production with Snowglobe

Generate scenarios, run conversations, and score failures before users find them.

nebius-agentkit·snowglobe·langsmith·mcp
14 min

▸ Blueprints

01 ↦ ∞

Complete, deployable reference applications. Larger than recipes and not part of the sequence — clone and run them end-to-end.