Skip to main content

Documentation Index

Fetch the complete documentation index at: https://sambanova-systems.mintlify.dev/docs/llms.txt

Use this file to discover all available pages before exploring further.

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:

Installation and setup

  1. Create a virtual environment.
    python -m venv .venv
    source .venv/bin/activate
    
  2. 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