Skip to content

zenbase-ai/aiai-cli-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AIAI CLI Examples

This repository contains example projects showcasing how to use the AIAI CLI with different AI agent frameworks. Each example demonstrates practical applications for building AI workflows with observability and tracing capabilities.

Repository Structure

Getting Started

Prerequisites

  • Python 3.8 or higher
  • Rye for dependency management (recommended)
  • AIAI CLI installed

Clone the Repository

git clone https://github.com/zenbase/aiai-cli-examples.git
cd aiai-cli-examples

CrewAI Example

This example demonstrates how to use CrewAI with AIAI to create a sales email generation system.

# Navigate to the CrewAI example directory
cd crewai_example

# Install dependencies
rye sync

# Run the example
aiai

The CrewAI example creates a specialized agent that crafts personalized sales emails for Zenbase, focusing on LLM development, prompt engineering, and model optimization capabilities.

LangGraph Example

This example shows how to use LangGraph with AIAI to build a multi-step AI workflow for lead processing and email generation.

# Navigate to the LangGraph example directory
cd langgraph_example

# Install dependencies
rye sync

# Run the example
aiai

The LangGraph example implements a directed graph workflow that extracts structured information from unstructured lead data and generates personalized sales emails.

Configuration

Both examples expect an .env file with your API keys. You can copy the provided .env.sample file and add your keys:

cp .env.sample .env
# Edit .env with your API keys

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages