NeatlogsNeatlogs

Getting Started

Ready to upgrade your debugging game? It only takes 2 lines of code

Install Neatlogs SDK

pip install neatlogs
poetry install neatlogs

Get Your Project API Key:

Api Key

Add 2 lines of code

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

Run your agent and start tracing

Execute your program and trace it on your neatlogs dashboard

Quick Demo