1.0.0 • Published 10 months ago

n8n-nodes-ai-log-streamer v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

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

1.0.0

10 months ago