TuGraph-family/chat2graph

feat(logger): implement the multi-agent system logging

Open

#8 opened on Dec 5, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (51 forks)github user discovery
featgood first issuehelp wantedoss:easypriority:Msystem:tracer

Repository metrics

Stars
 (421 stars)
PR merge metrics
 (PR metrics pending)

Description

Background

Implementing a logging system for Multi-Agent LLM interactions to ensure observability and debugging capabilities.

Key Requirements

  1. Agent Communication Logging
  • Track inter-agent message exchanges
  • Log message timestamps, sender/receiver, content type, function calling, status, etc.
  • Monitor communication between the agents
  • etc.
  1. Implementation Details
  • Structured log format
  • Log rotation and retention policies
  • Support for different log levels (DEBUG, INFO, ERROR)
  • Include trace IDs for request tracking
  • Implement log aggregation strategy
  • etc.

Contributor guide