Skip to content

Getting Started with SikkaAgent

This section guides you through the process of setting up and using the SikkaAgent framework. SikkaAgent provides a powerful and flexible architecture for building AI-powered applications using various agent types, tools, and workflows.

Overview

SikkaAgent is designed to help you create AI agents that can:

  • Engage in natural conversations
  • Execute specialized tasks using integrated tools
  • Search and retrieve information
  • Manage complex workflows with multiple agents
  • Maintain context through memory systems

Quick Setup

  1. Installation: Install SikkaAgent and its dependencies
  2. Configuration: Configure the framework for your needs
  3. First Agent: Build your first agent in minutes

Prerequisites

Before getting started with SikkaAgent, ensure you have:

  • Python 3.11 or higher
  • pip (Python package installer)
  • Basic understanding of Python programming
  • API keys for any integrated services you plan to use (e.g., AWS Bedrock)

Installation Methods

You can install SikkaAgent in several ways:

# From source
git clone https://github.com/SikkaSoftware2015/sikka-agent.git
cd sikka-agent
pip install -e .

# Or
pip install git+https://github.com/SikkaSoftware2015/sikka-agent.git@main#egg=sikkaagent

Proceed to the Installation page for detailed instructions.