You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Follow these simple steps to start using the Zentaxa dashboard.</p>
283
+
<p>Follow these simple steps to start using Zentaxa with your AI agents.</p>
284
+
285
+
<h3>Live Platform</h3>
286
+
<p>Access the live Zentaxa platform at: <ahref="https://zentaxaapp.azurewebsites.net" target="_blank" style="color: var(--primary);">https://zentaxaapp.azurewebsites.net</a></p>
<p>Open your web browser and navigate to your Zentaxa instance URL (e.g., <code>http://localhost:5173</code>). No complex setup is required for the viewer.</p>
328
+
<strong>Open the Dashboard</strong>
329
+
<p>Visit <ahref="https://zentaxaapp.azurewebsites.net" target="_blank" style="color: var(--primary);">zentaxaapp.azurewebsites.net</a> to access the live dashboard. No setup required.</p>
281
330
</li>
282
331
<li>
283
-
<strong>Connect Agents</strong>
284
-
<p>Your engineering team will integrate the Zentaxa SDK into your AI agents. Once connected, data will start appearing in the dashboard automatically.</p>
332
+
<strong>Install SDK</strong>
333
+
<p>Run <code>pip install zentaxa</code> in your Python environment. The SDK automatically connects to the live platform.</p>
285
334
</li>
286
335
<li>
287
-
<strong>View Incoming Logs</strong>
288
-
<p>Click on the <strong>"Pipeline Explorer"</strong> tab in the sidebar. You should see a list of recent activities populating in real-time.</p>
336
+
<strong>Integrate with Your Agent</strong>
337
+
<p>Add the ZentaxaClient to your AI agent code. Use <code>trace()</code> to track runs and <code>log()</code> to record steps.</p>
289
338
</li>
290
339
<li>
291
-
<strong>Read Basic Metrics</strong>
292
-
<p>On the main <strong>Dashboard</strong>page, look at the top cards. <strong>Success Rate</strong> should ideally be high (green). <strong>Total Cost</strong> shows your daily spend.</p>
340
+
<strong>View Data in Pipeline Explorer</strong>
341
+
<p>Click on <strong>"Pipeline Explorer"</strong>to see your agent runs with step-by-step visualization. Click any run to expand and see detailed input/output for each step.</p>
<p><strong>Purpose:</strong> High-level health check of your entire AI system.</p>
303
353
<p><strong>What you see:</strong> Graphs showing cost trends, success vs. failure rates, and a list of currently active agents.</p>
304
354
<p><strong>Typical Use Case:</strong> Check this page first thing in the morning to ensure no critical failures occurred overnight and that costs are within budget.</p>
305
355
306
-
<h3>Pipeline Explorer (The Detective Tool)</h3>
307
-
<p><strong>Purpose:</strong> Deep dive into specific actions and requests.</p>
308
-
<p><strong>What you see:</strong> A detailed table of every single interaction with an AI model. You can filter by date, agent name, or status (Success/Error).</p>
309
-
<p><strong>Typical Use Case:</strong> A user reports a "weird answer" from the chatbot. You search here for the specific conversation to see exactly what the AI was asked and how it responded.</p>
310
-
311
-
<h3>Agent Runs (The Storyteller)</h3>
312
-
<p><strong>Purpose:</strong> Understand full workflows and multi-step tasks.</p>
313
-
<p><strong>What you see:</strong> Grouped actions that belong to a single task. For example, a "Research Task" might involve 5 separate AI calls. This view groups them together.</p>
314
-
<p><strong>Typical Use Case:</strong> Debugging a complex agent that got stuck in a loop while trying to search the web.</p>
356
+
<h3>Pipeline Explorer (Multi-Step Visualization)</h3>
<p><strong>Purpose:</strong> Visualize multi-step agent workflows with expandable step details.</p>
359
+
<p><strong>What you see:</strong> A timeline view of agent runs. Click any run to see a vertical step-by-step visualization with input prompts and LLM outputs for each step.</p>
360
+
<p><strong>Typical Use Case:</strong> Debug complex multi-step agents by examining exactly what prompt was sent and what response was received at each step.</p>
<p><strong>Purpose:</strong> Overview of all agent runs with quick access to input/output.</p>
365
+
<p><strong>What you see:</strong> A list of every agent run with status, latency, and cost. Expand any run to see the full input and output.</p>
366
+
<p><strong>Typical Use Case:</strong> A user reports a "weird answer" from the chatbot. Search here for the specific conversation to see exactly what the AI was asked and how it responded.</p>
<p>View the package on PyPI: <ahref="https://pypi.org/project/zentaxa/" target="_blank" style="color: var(--primary);">pypi.org/project/zentaxa</a></p>
0 commit comments