From bf248d51185525f6a8f38274892cd475603e0ba6 Mon Sep 17 00:00:00 2001 From: Lucas Gomide Date: Wed, 16 Jul 2025 22:18:04 -0300 Subject: [PATCH] docs: fix neatlogs documentation (#3171) --- docs/en/observability/neatlogs.mdx | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/docs/en/observability/neatlogs.mdx b/docs/en/observability/neatlogs.mdx index 20edd1c9c..4b9fb6a67 100644 --- a/docs/en/observability/neatlogs.mdx +++ b/docs/en/observability/neatlogs.mdx @@ -10,8 +10,6 @@ Neatlogs helps you **see what your agent did**, **why**, and **share it**. It captures every step: thoughts, tool calls, responses, evaluations. No raw logs. Just clear, structured traces. Great for debugging and collaboration. ---- - ## Why use Neatlogs? CrewAI agents use multiple tools and reasoning steps. When something goes wrong, you need context — not just errors. @@ -37,8 +35,6 @@ The best UX to view a CrewAI trace. Post comments anywhere you want. Use AI to d ![Ai Chat Bot With A Trace](/images/neatlogs-4.png) ![Comments Drawer](/images/neatlogs-5.png) ---- - ## Core Features - **Trace Viewer**: Track thoughts, tools, and decisions in sequence @@ -49,8 +45,6 @@ The best UX to view a CrewAI trace. Post comments anywhere you want. Use AI to d - **Ask the Trace (AI)**: Chat with your trace using Neatlogs AI bot - **Public Sharing**: Publish trace links to your community ---- - ## Quick Setup with CrewAI @@ -61,7 +55,7 @@ The best UX to view a CrewAI trace. Post comments anywhere you want. Use AI to d ```bash pip install neatlogs ``` - (Latest version 0.8.0, Python 3.8+; MIT license) :contentReference[oaicite:1]{index=1} + (Latest version 0.8.0, Python 3.8+; MIT license) Before starting Crew agents, add: @@ -76,18 +70,18 @@ The best UX to view a CrewAI trace. Post comments anywhere you want. Use AI to d ---- + ## Under the Hood According to GitHub, Neatlogs: -- Captures thoughts, tool calls, responses, errors, and token stats :contentReference[oaicite:2]{index=2} -- Supports AI-powered task generation and robust evaluation workflows :contentReference[oaicite:3]{index=3} +- Captures thoughts, tool calls, responses, errors, and token stats +- Supports AI-powered task generation and robust evaluation workflows All with just two lines of code. ---- + ## Watch It Work @@ -113,7 +107,7 @@ All with just two lines of code. allowFullScreen > ---- + ## Links & Support @@ -121,9 +115,9 @@ All with just two lines of code. - 🔐 [Dashboard & API Key](https://app.neatlogs.com/) - 🐦 [Follow on Twitter](https://twitter.com/neatlogs) - 📧 Contact: hello@neatlogs.com -- 🛠 [GitHub SDK](https://github.com/NeatLogs/neatlogs) :contentReference[oaicite:4]{index=4} +- 🛠 [GitHub SDK](https://github.com/NeatLogs/neatlogs) + ---- ## TL;DR