Skip to main content

Getting Started with PiMax

PiMax integrates seamlessly with your existing agent development workflow. Simply capture traces from your code and share them with Picept for comprehensive failure analysis. This guide shows you how to instrument your agents across all supported platforms.

Supported Platforms

This guide covers integration examples for: Each example includes minimal setup code plus complete implementation details.

Installation

Install the Picept SDK for trace collection:
For the latest features and development updates, check out the Picept repository on GitHub.

Platform-Specific Dependencies

Depending on your agent platform, you’ll also need:

Platform Examples

1. Langchain/LangGraph Integration

Perfect for complex multi-agent workflows and state management systems.
Langchain/LangGraph Integration

2. OpenAI Agent SDK Integration

For agents built with OpenAI’s official SDK and assistant framework.
OpenAI Agent SDK Integration

3. Custom OpenAI Client Integration

For custom implementations using OpenAI’s API directly.
Custom OpenAI Client Integration

4. Custom Anthropic Client Integration

For agents built with Claude and Anthropic’s API.
Custom Anthropic Client Integration

Viewing Your Traces

After running any of these examples:
  1. Visit your Picept dashboard
    https://www.picept.ai/logs
  2. Navigate to your project using the project_id you specified
  3. Click on each log and on the top right corner select “Start New Analysis
  4. Review the analysis across your agent execution
  5. Implement suggested optimizations to improve your agent’s reliability