TuGraph-family/chat2graph

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

Open

#8 aperta il 5 dic 2024

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Python (51 fork)github user discovery
featgood first issuehelp wantedoss:easypriority:Msystem:tracer

Metriche repository

Star
 (421 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor