NeatlogsNeatlogs

Introduction

Neatlogs provides seamless integration with a wide range of popular frameworks and large language model (LLM) providers. Whether you're building multi-agent applications with CrewAI or leveraging industry-leading LLMs like OpenAI, Azure OpenAI, Gemini, Anthropic, or LiteLLM, integrating Neatlogs takes just two lines of code. This enables automatic tracing and visualization of all your AI interactions, making it easier to debug, evaluate, and collaborate on your AI projects.

Supported Integrations

Neatlogs offers first-class support for the following frameworks and LLM providers:

  • CrewAI - A popular framework for building multi-agent applications
  • OpenAI - The leading provider of artificial intelligence research and deployment
  • Azure OpenAI - Microsoft's cloud-based OpenAI service
  • Gemini - Google's AI platform for large language models
  • Anthropic - The company behind Claude, a next-generation AI assistant
  • LiteLLM - A lightweight library that provides a unified interface to call any LLM API

Easy Integration

Seriously, you can bring collaborative debugging to your project with just two lines of code:

import neatlogs
neatlogs.init(<INSERT YOUR API KEY HERE>)

Each integration follows a similar pattern with detailed documentation on:

  • Installation requirements
  • Setting up API keys
  • Usage examples
  • Best practices

Click on any of the integration links above to get started with your preferred framework or LLM provider.