ai-log-streamer

n8n community node for streaming AI agent logs

Package Information

Downloads: 1 weekly / 10 monthly
Latest Version: 1.0.0
Author: Your Name

Documentation

n8n AI Agent Log Streamer Community Node

Overview

This n8n community node allows you to stream logs from AI agents in your n8n workflows. It provides a flexible way to capture and monitor logs from different types of AI agents.

Features

  • Stream logs from various AI agent types
  • Filter logs by agent type
  • Configure log level (Debug, Info, Warn, Error)
  • Optional metadata inclusion

Installation

npm install @your-org/n8n-nodes-ai-log-streamer

Usage

  1. Add the AI Agent Log Streamer node to your workflow
  2. Configure the node parameters:
    • Select the agent type to monitor
    • Choose the minimum log level
    • Optionally include metadata

Example

// Example workflow configuration
{
  "nodes": [
    {
      "parameters": {
        "agentType": "conversational",
        "logLevel": "debug",
        "includeMetadata": true
      }
    }
  ]
}

Support

For issues or feature requests, please visit the GitHub repository.

License

MIT License

Discussion