Skip to main content

Soni Framework - Open Source Conversational AI Framework with Auto-Optimization

Project description

🤖 Soni Framework

Open Source Conversational AI Framework with Prompt Optimization

Soni is a modern framework for building task-oriented dialogue systems that combines the power of DSPy for prompt optimization with LangGraph for robust dialogue management.

The Three Laws of Soni

  1. Declarative First: Define behavior, not implementation
  2. Optimizable: Learn from data through DSPy optimization
  3. No Black Boxes: Full transparency and explainability

Inspired by Asimov's vision of intelligent, helpful AI

Features

  • 🤖 Prompt Optimization - Uses DSPy's MIPROv2 to optimize NLU prompts
  • 🔄 Stateful Dialogue Management - Built on LangGraph for reliable conversation flows
  • 📝 YAML-Based Configuration - Declarative DSL for defining dialogue flows
  • Async-First Architecture - High-performance async/await throughout
  • 🎯 Zero-Leakage Design - Technical details don't leak into configuration
  • 📊 Streaming Support - Real-time token streaming with Server-Sent Events

Quick Start

Installation

# Clone the repository
git clone https://github.com/jmorenobl/soni.git
cd soni

# Install dependencies
uv sync

# Install the package
uv pip install -e .

# Set API key
export OPENAI_API_KEY="your-api-key-here"

Start the Server

# Run the example
uv run soni server --config examples/flight_booking/soni.yaml

Test the API

# Health check
curl http://localhost:8000/health

# Start a conversation
curl -X POST http://localhost:8000/chat/user-123 \
  -H "Content-Type: application/json" \
  -d '{"message": "I want to book a flight"}'

See Quickstart Guide for detailed instructions.

Example

The flight booking example demonstrates a complete dialogue system:

flows:
  book_flight:
    trigger:
      intents: [book_flight, i_want_to_book]
    steps:
      - step: collect_origin
        type: collect
        slot: origin
      - step: collect_destination
        type: collect
        slot: destination
      - step: search_flights
        type: action
        call: search_available_flights

See Flight Booking Example for a complete example.

Documentation

Requirements

  • Python 3.11+
  • OpenAI API key (or other supported LLM provider)

Code Quality

  • Coverage: 83% (exceeds 80% target) 🎯
  • Linting: ✅ Ruff passes (all checks)
  • Type Checking: ✅ Mypy passes (18 source files, no issues)
  • Tests: 139 passed, 14 skipped (0 failures)

Contributing

We welcome contributions! Please see CONTRIBUTING.md for guidelines.

License

MIT License - see LICENSE file for details.

Why "Soni"?

The name Soni is inspired by Sonny, the remarkable robot from Isaac Asimov's classic story collection "I, Robot". Like Sonny, who was special among robots—capable of learning, reasoning, and continuously optimizing his behavior—Soni represents a framework that learns and improves itself through automatic prompt optimization.

Just as Sonny questioned and refined his own programming, Soni uses DSPy to optimize conversational AI systems through manual optimization runs, making them smarter with each optimization cycle. The framework embodies Asimov's vision of intelligent, helpful AI that can be improved to better serve its purpose.

"The Three Laws of Robotics are built into the very foundation of Soni's architecture: to assist, to optimize, and to improve—all while maintaining transparency and control."

Acknowledgments

  • DSPy - For prompt optimization
  • LangGraph - For dialogue management
  • FastAPI - For the API framework
  • Typer - For the CLI interface

Built with ❤️ by the Soni Framework Contributors

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

soni-0.1.0.tar.gz (128.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

soni-0.1.0-py3-none-any.whl (35.3 kB view details)

Uploaded Python 3

File details

Details for the file soni-0.1.0.tar.gz.

File metadata

  • Download URL: soni-0.1.0.tar.gz
  • Upload date:
  • Size: 128.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.12

File hashes

Hashes for soni-0.1.0.tar.gz
Algorithm Hash digest
SHA256 14884137fbe29f8df2d6169a57acd5715dc5df9a16b36abca75eb47e59c60de0
MD5 133cb9b1ce6a22bdec48ecc2b105d226
BLAKE2b-256 16c745561a99a27364fd384e3a195737b95335bfed69704c1ee78894b06e0829

See more details on using hashes here.

File details

Details for the file soni-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: soni-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 35.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.12

File hashes

Hashes for soni-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 03f5aa4f28d844da920b98af8ccaabee8e4597a40e627e4d8f487dcce07bccf6
MD5 54595fe1eb2b67230f3c60421d96c4cd
BLAKE2b-256 078f2e925abbae121194cfd6d5c710491fe5bbf1a672fd60837a80d834f514e1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page