Firstbot Academy
  • Quick Start
    • Welcome to Firstbot
    • Get started with Services
    • Get started with the Engine
  • Account setup
    • Registration
    • Organization
    • Pricing
      • Billing
    • Settings
  • Services
    • Overview
    • Search and Permission
    • Agents and Tools
    • Input fields
      • ✍️Agents input
      • ⚙️Input fields configurations
  • Engine
    • Overview
    • Agents
    • Bots
      • Bot configurations
    • Tools
      • Tool configurations
    • Debugging Console
    • Publish
      • Publishing configurations
    • Analytic and pricing
  • For Developers
    • Overview
    • API Keys
    • Endpoints
      • Message
  • FAQ
    • Forgot password
  • Tutorials
    • Engine
      • Building a Receipt scanning agent
      • Building an SMM agent
      • Building a custom Tool
      • Connecting a Telegram bot
      • Publish an agent
      • Publish a tool
Powered by GitBook
On this page
  • Realtime Logging
  • Individual Log
  1. Engine

Debugging Console

Once you have added all the necessary nodes to your workflow and configured the appropriate settings, it's time to begin testing your AI agent.

PreviousTool configurationsNextPublish

Last updated 10 months ago

The Debugging Console is a powerful tool that provides real-time insights into your bot's behavior and performance, making it easier to identify and address any issues or optimize your agent's functionality.

Realtime Logging

When you interact with your bot through the built-in chat or any other connected channel, the console at the bottom of the interface will display real-time logging data. This logging information will help you understand the inner workings of your bot in more detail, allowing you to observe the flow of information and commands as they happen.

By monitoring the real-time logs, you can gain valuable insights into how your bot is processing user input, accessing tools, calculating cost and generating responses, which can be crucial for troubleshooting, debugging, and fine-tuning your agent.

Individual Log

In addition to the real-time logging, each node (both the bot and any connected tools) has a "Log" button that will open a window displaying the complete usage history of that particular node. This individual log allows you to review the console messages related to this specific node, providing a detailed record of how it has been utilized by your agent.

Realtime logging and conversation
Individual log record