Skip to main content
SambaNova Documentation home page
English
Search...
⌘K
Ask AI
Community
Try It Now
Try It Now
Search...
Navigation
Agent building and orchestration
Semantic kernel integration guide
Developer guide
API reference
Integrations
SambaStack
Release notes
Overview
Integrations
Agent building and orchestration
ADK
Agent Zero
Agno
Autogen
Camel AI
Composio
CrewAI
Docker Compose for Agents
LangGraph
Semantic Kernel
Coding assistants and Workspaces
BlackBoxAI
Claude Code
Cline
Continue
Cursor
Google Workspace
KiloCode
OpenClaw
OpenCode
Qwen Code CLI
RooCode
VS Code AI Toolkit
Evaluation and monitoring
InspectAI
LM Evaluation Harness
Weave
LLM frameworks
AI Suite
Gradio
Haystack
Hugging Face
LangChain
LiteLLM
LlamaIndex
Llama Stack
OpenRouter BYOK
Oumi
Vercel
LLM Interfaces and Gateways
Open WebUI
Low-code platforms
Dify
Flowise
Langflow
Make
n8n
Hyperscalers
AWS Marketplace
AWS PrivateLink
Orchestration platforms
DataRobot
Real-time voice
ElevenLabs
HumeAI
LiveKit
Pipecat
Vapi
Tool and Browser Use
Browser Use
Fast MCP
Instructor
Linkup
Vector DB and search
Mem0
Milvus
Neo4j
Video Analysis
TwelveLabs
On this page
Prerequisites
Installation and setup
Example notebook
Additional resources
Agent building and orchestration
Semantic kernel integration guide
Semantic Kernel is an open-source development tool that allows you to build agents and integrate the latest AI models into your codebase.
Prerequisites
Before getting started, ensure you have:
A
SambaCloud account
and API key.
Python 3.9 or later.
Installation and setup
Create a virtual environment.
python
-m
venv
.venv
source
.venv/bin/activate
Install the required libraries.
pip
install
semantic-kernel
jupyter
ipykernel
Example notebook
Follow along with the
Semantic Kernel example notebook
to create agents that can function as art directors and copywriters, helping automate creative tasks with advanced AI capabilities.
Additional resources
Semantic Kernel documentation
LangGraph
BlackBoxAI
⌘I
Assistant
Responses are generated using AI and may contain mistakes.