LogoLogo
  • Introduction
  • Why Build Agents from Scratch?
    • Why Build Agents from Scratch?
  • Core Features
    • Core Features
  • System Architecture
    • Overview
    • Agents
      • Main Agents
      • Validator Agents
    • Code Structure
      • Directory Overview
  • Installation Instructions
    • Installation
    • Usage
  • Logs and Debugging
    • Purpose
    • Key Features
    • Example
  • Code Components Overview
    • AgentBase
    • Summarization Agents
    • Data Sanitization Agents
    • Research Article Agents
    • Refinement Agents
  • Use Cases and Applications
    • Use Cases
  • Agent Execution Flow
  • Advanced Configuration
  • Performance Optimization
  • Benchmarking and Metrics
  • AI Ethics and Considerations
  • Agent Tutorials
  • Deployment and Scaling
  • Roadmap
  • Case Studies
  • FAQ and Troubleshooting
Powered by GitBook
On this page
  1. Logs and Debugging

Example

  • Sample Logs

    Here’s an example of a session log:

    vbnetCopyEdit2024-11-12T16:58:13.527945 INFO [SummarizeTool] Sending messages to OpenAI:
    2024-11-12T16:58:13.528896 DEBUG   system: You are an AI assistant that summarizes medical texts.
    2024-11-12T16:58:13.528896 DEBUG   user: Please provide a concise summary of the following medical text: ...
    2024-11-12T16:58:13.529931 ERROR [SummarizeTool] Error during OpenAI call: 
    You tried to access openai.ChatCompletion, but this is no longer supported in openai>=1.0.0.
    Retry 1/3
PreviousKey FeaturesNextAgentBase

Last updated 3 months ago