Skip to main content

Application framework for building AI agents with Pydantic AI - environment abstractions, session management, and hierarchical agent patterns

Project description

PAI Agent SDK

PAI is for Paintress or Pydantic AI

Release Build status codecov Commit activity License

Application framework for building AI agents with Pydantic AI. Used to build the next-generation agent system of YouWare.

Key Features

  • Environment-based Architecture: Protocol-based design for file operations, shell access, and resources. Built-in LocalEnvironment and DockerEnvironment, easily extensible for custom backends (SSH, S3, cloud VMs, etc.)
  • Fully Typed: Complete type annotations validated with pyright (standard mode). Enjoy full IDE autocompletion and catch errors before runtime
  • Resumable Sessions: Export and restore AgentContext state for multi-turn conversations across restarts
  • Hierarchical Agents: Subagent system with task delegation, tool inheritance, and markdown-based configuration
  • Skills System: Markdown-based instruction files with hot reload and progressive loading
  • Human-in-the-Loop: Built-in approval workflows for sensitive tool operations
  • Toolset Architecture: Extensible tool system with pre/post hooks for logging, validation, and error handling
  • Resumable Resources: Export and restore resource states (like browser sessions) across process restarts
  • Browser Automation: Docker-based headless Chrome sandbox for safe browser automation
  • Streaming Support: Real-time streaming of agent responses and tool executions

Installation

# Recommended: install with all optional dependencies
pip install pai-agent-sdk[all]
uv add pai-agent-sdk[all]

# Or install individual extras as needed
pip install pai-agent-sdk[docker]    # Docker sandbox support
pip install pai-agent-sdk[web]       # Web tools (tavily, firecrawl, markitdown)
pip install pai-agent-sdk[document]  # Document processing (pymupdf, markitdown)

Project Structure

This repository contains:

  • pai_agent_sdk/ - Core SDK with environment abstraction, toolsets, and session management
  • paintress_cli/ - Reference CLI implementation with TUI for interactive agent sessions
  • examples/ - Code examples demonstrating SDK features
  • docs/ - Documentation for SDK architecture and APIs

Quick Start

Using the SDK

from pai_agent_sdk.agents import create_agent, stream_agent

# create_agent returns AgentRuntime (not a context manager)
runtime = create_agent("openai:gpt-4o")

# stream_agent manages runtime lifecycle automatically
async with stream_agent(runtime, "Hello") as streamer:
    async for event in streamer:
        print(event)

Using Paintress CLI

For a ready-to-use terminal interface, try paintress-cli - a TUI reference implementation built on top of pai-agent-sdk:

# Run directly with uvx (no installation needed)
uvx paintress-cli

# Or install globally
uv tool install paintress-cli
pip install paintress-cli

Features:

  • Rich terminal UI with syntax highlighting and streaming output
  • Built-in tool approval workflows (human-in-the-loop)
  • Session management with conversation history
  • Browser automation support via Docker sandbox
  • MCP (Model Context Protocol) server integration

Examples

Check out the examples/ directory:

Example Description
general.py Complete pattern with streaming, HITL approval, and session persistence
deepresearch.py Autonomous research agent with web search and content extraction
browser_use.py Browser automation with Docker-based headless Chrome sandbox

For Agent Users

If you're using an AI agent (e.g., Claude, Cursor) that supports skills:

  • Clone this repo: The SKILL.md file in the repository root provides comprehensive guidance for agents
  • Download release package: Get the latest SKILL.zip from the Releases page (automatically built during each release)

Configuration

Copy examples/.env.example to examples/.env and configure your API keys.

Documentation

Development

See CONTRIBUTING.md for development setup and guidelines.

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

pai_agent_sdk-0.9.1.tar.gz (671.7 kB view details)

Uploaded Source

Built Distribution

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

pai_agent_sdk-0.9.1-py3-none-any.whl (233.1 kB view details)

Uploaded Python 3

File details

Details for the file pai_agent_sdk-0.9.1.tar.gz.

File metadata

  • Download URL: pai_agent_sdk-0.9.1.tar.gz
  • Upload date:
  • Size: 671.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.6.2

File hashes

Hashes for pai_agent_sdk-0.9.1.tar.gz
Algorithm Hash digest
SHA256 7e6ed2931aed880076676d4cb9958d315986bcd204514bc17ce179bcac991068
MD5 95d58a1ca57b3537b9cff66cf26bf0bf
BLAKE2b-256 4f94dfe94e7941d1980062cd903a51e62e1e149dbf1e6be7d8badd06f1fe4934

See more details on using hashes here.

File details

Details for the file pai_agent_sdk-0.9.1-py3-none-any.whl.

File metadata

File hashes

Hashes for pai_agent_sdk-0.9.1-py3-none-any.whl
Algorithm Hash digest
SHA256 7304471dd9cb76f04cf7fde1b42c29959f9d2436dece63e65e58ba17615af9c1
MD5 6d685c8de7cbd1cb7db8ddefb4985c5f
BLAKE2b-256 08a15288120015803ef4c2071c7dffcf05c2f804b2e2f435c41c0ce5dc738b08

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